# manifest.txt #

#   This file is part of Software-License-OrLaterPack.

#
#   Few infrastructure files.
#
BUGS            # How to report bugs.
Changes         # Revision history.
LICENSE         # License text, namely, GPLv3.
manifest.txt    # List of files to include into distribution (this file).

#
#   Source files, all covered by GPLv3+. Note: In the distribution, these files may be preprocessed
#   by `dzil` tool and its plugins. See `README` file for a way to get the real source.
#
lib/Software/License/AGPL_3/or_later.pm
lib/Software/License/GPL_3/or_later.pm
lib/Software/License/OrLaterPack.pm
t/01-test.t

#
#   Other files in the distribution are likely generated by `dzil` tool. Usually such files have a
#   comment at the top, e. g.: "This file was generated by XXX" (where XXX is a name of the plugin
#   generated the file). Note: Every generated file may be covered by another, non-GPLv3 license.
#   Look into the generated file and/or to documentation for the plugin generated the file for its
#   license.
#

# end of file #
