ONO::Resources

package ONO::Resources;
################################################################################
# COPYRIGHT / LICENSE #
################################################################################
#
# This file is part of the ONO Software Project.
#
# Copyright (C) 2000-2025 Jos KIRPS [ www.kirps.com | jos_AT_kirps_DOT_com ]
# and The Joopita Project [ www.joopita.org | contact_AT_joopita_DOT_com ]
#
# This file, as well as other parts of the ONO Software Project or related
# elements, are FREE SOFTWARE available under the ARTISTIC LICENSE 2.0.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# For the full license, see /ono/osr/license/LICENSE.txt, or write to
# jos_AT_kirps_DOT_com or contact_AT_joopita_DOT_com.
#
################################################################################
# END OF COPYRIGHT / LICENSE, HERE COMES THE CODE ... #
################################################################################


use strict;

###############################################################################
# ONO
###############################################################################

#: ONO::Resources contains a number of files that are considered to be
#: resources, while they are not located in the traditional ONO resources
#: (aka OSR, /ono/osr) tree.
#:
#: Those include text, help, language and configuration (don't edit those!)
#: files, some PDF elements, the demo / prototype ONO project, as well as some
#: other elements.
#:
#: If you're using ONO to create ONO-based projects and if you're not making
#: changes to the ONO software itself, then you may completely ignore this
#: module and its contents.

###############################################################################
# end of script
###############################################################################

1;

__END__