Skip to content

Commit

Permalink
Packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Kegler authored and Jeffrey Kegler committed May 3, 2014
1 parent 0f909f4 commit 19bfd98
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions cpan/inc/Marpa/R2/License.pm
Expand Up @@ -266,45 +266,45 @@ my %files_by_type = (
'author.t/critic1' => \&trivial,
'author.t/perltidyrc' => \&trivial,
'author.t/spelling_exceptions.list' => \&trivial,
'author.t/tidy1' => \&trivial,
'etc/dovg.sh' => \&trivial,
'etc/compile_for_debug.sh' => \&trivial,
'etc/reserved_check.sh' => \&trivial,
'html/script/marpa_r2_html_fmt' => \&license_problems_in_perl_file,
'html/script/marpa_r2_html_score' => \&license_problems_in_perl_file,
'html/t/fmt_t_data/expected1.html' => \&ignored,
'html/t/fmt_t_data/expected2.html' => \&ignored,
'html/t/fmt_t_data/input1.html' => \&trivial,
'html/t/fmt_t_data/input2.html' => \&trivial,
'html/t/fmt_t_data/score_expected1.html' => \&trivial,
'html/t/fmt_t_data/score_expected2.html' => \&trivial,
'html/t/no_tang.html' => \&ignored,
'html/t/test.html' => \&ignored,
'libmarpa/shared/do_not_edit.c' => \&trivial,
'libmarpa/public/marpa_codes.c.p10' => \&trivial,
'libmarpa/public/marpa_slif.h.p20' => \&trivial,
'libmarpa/public/marpa.h.p10' => \&trivial,
'libmarpa/public/marpa.h-version' => \&trivial,
'libmarpa/public/marpa.h.p90' => \&trivial,
'libmarpa/dev/README' => \&trivial,
'libmarpa_dist/VERSION' => \&trivial,
'libmarpa_dist/VERSION.in' => \&trivial,
'libmarpa/public/VERSION.in' => \&trivial,
'libmarpa/bin/too_long.pl' => \&trivial,
'author.t/tidy1' => \&trivial,
'etc/dovg.sh' => \&trivial,
'etc/compile_for_debug.sh' => \&trivial,
'etc/reserved_check.sh' => \&trivial,
'html/script/marpa_r2_html_fmt' => \&license_problems_in_perl_file,
'html/script/marpa_r2_html_score' => \&license_problems_in_perl_file,
'html/t/fmt_t_data/expected1.html' => \&ignored,
'html/t/fmt_t_data/expected2.html' => \&ignored,
'html/t/fmt_t_data/input1.html' => \&trivial,
'html/t/fmt_t_data/input2.html' => \&trivial,
'html/t/fmt_t_data/score_expected1.html' => \&trivial,
'html/t/fmt_t_data/score_expected2.html' => \&trivial,
'html/t/no_tang.html' => \&ignored,
'html/t/test.html' => \&ignored,
'libmarpa/shared/do_not_edit.c' => \&trivial,
'libmarpa/public/marpa_codes.c.p10' => \&trivial,
'libmarpa/public/marpa_slif.h.p20' => \&trivial,
'libmarpa/public/marpa.h.p10' => \&trivial,
'libmarpa/public/marpa.h-version' => \&trivial,
'libmarpa/public/marpa.h.p90' => \&trivial,
'libmarpa/dev/README' => \&trivial,
'libmarpa_dist/LIB_VERSION' => \&trivial,
'libmarpa_dist/LIB_VERSION.in' => \&trivial,
'libmarpa/public/LIB_VERSION.in' => \&trivial,
'libmarpa/bin/too_long.pl' => \&trivial,
'libmarpa/shared/copyright_page_license.w' => \&copyright_page,
'libmarpa/shared/cwebmac.tex' =>
\&ignored, # originally from Cweb, leave it alone
\&ignored, # originally from Cweb, leave it alone
'libmarpa/ac_doc/fdl-1.3.texi' => \&ignored,
'libmarpa/ac_doc/lgpl-3.0.texi' => \&ignored,
'libmarpa/test/Makefile' => \&trivial,
'libmarpa/test/README' => \&trivial,
'libmarpa/test/dev/install-sh' => \&check_X_copyright,
'libmarpa/test/Makefile' => \&trivial,
'libmarpa/test/README' => \&trivial,
'libmarpa/test/dev/install-sh' => \&check_X_copyright,
'libmarpa_doc_dist/fdl-1.3.texi' =>
\&ignored, ## GNU license text, leave it alone
\&ignored, ## GNU license text, leave it alone
'libmarpa_doc_dist/lgpl-3.0.texi' => \&ignored,
'libmarpa_doc_dist/version.texi' => \&trivial,
'libmarpa_doc_dist/version_i.texi' => \&trivial,
'etc/my_suppressions' => \&trivial,
'etc/my_suppressions' => \&trivial,
't/etc/wall_proof.txt' => \&cc_a_nd,
'xs/ppport.h' => \&ignored, # copied from CPAN, just leave it alone
'libmarpa/tavl/README' => \&trivial,
Expand Down

0 comments on commit 19bfd98

Please sign in to comment.