texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[8295] remove h2xs boilerplate


From: gavinsmith0123
Subject: [8295] remove h2xs boilerplate
Date: Tue, 16 Oct 2018 18:02:06 -0400 (EDT)

Revision: 8295
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8295
Author:   gavin
Date:     2018-10-16 18:02:05 -0400 (Tue, 16 Oct 2018)
Log Message:
-----------
remove h2xs boilerplate

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Convert/Converter.pm
    trunk/tp/Texinfo/Convert/DocBook.pm
    trunk/tp/Texinfo/Convert/HTML.pm
    trunk/tp/Texinfo/Convert/IXIN.pm
    trunk/tp/Texinfo/Convert/IXINSXML.pm
    trunk/tp/Texinfo/Convert/Info.pm
    trunk/tp/Texinfo/Convert/NodeNameNormalization.pm
    trunk/tp/Texinfo/Convert/ParagraphNonXS.pm
    trunk/tp/Texinfo/Convert/PlainTexinfo.pm
    trunk/tp/Texinfo/Convert/Plaintext.pm
    trunk/tp/Texinfo/Convert/Texinfo.pm
    trunk/tp/Texinfo/Convert/TexinfoSXML.pm
    trunk/tp/Texinfo/Convert/TexinfoXML.pm
    trunk/tp/Texinfo/Convert/Text.pm
    trunk/tp/Texinfo/Convert/Unicode.pm

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-10-16 21:41:56 UTC (rev 8294)
+++ trunk/ChangeLog     2018-10-16 22:02:05 UTC (rev 8295)
@@ -1,17 +1,28 @@
 2018-10-16  Gavin Smith  <address@hidden>
 
-       * tp/Texinfo/Common.pm
-       * tp/Texinfo/Encoding.pm
-       * tp/Texinfo/Parser.pm
-       * tp/Texinfo/Report.pm
-       * tp/Texinfo/Structuring.pm
-       * tp/Texinfo/Transformations.pm
+       * tp/Texinfo/Common.pm,
+       * tp/Texinfo/Encoding.pm,
+       * tp/Texinfo/Parser.pm,
+       * tp/Texinfo/Report.pm,
+       * tp/Texinfo/Structuring.pm,
+       * tp/Texinfo/Transformations.pm,
+       * tp/Texinfo/Convert/Converter.pm
+       * tp/Texinfo/Convert/DocBook.pm,
+       * tp/Texinfo/Convert/HTML.pm,
+       * tp/Texinfo/Convert/IXIN.pm,
+       * tp/Texinfo/Convert/NodeNameNormalization.pm,
+       * tp/Texinfo/Convert/Plaintext.pm,
+       * tp/Texinfo/Convert/Texinfo.pm,
+       * tp/Texinfo/Convert/TexinfoSXML.pm,
+       * tp/Texinfo/Convert/TexinfoXML.pm,
+       * tp/Texinfo/Convert/Text.pm,
+       * tp/Texinfo/Convert/Unicode.pm:
 
        Remove generated content such as "Mention other useful 
        documentation" and "Items to export into callers namespace by 
        default" (presumably from h2xs).  Remove copyright and license 
        from POD section at ends of files, as the copyright statement is 
-       at the beginning of each file.
+       at the beginning of each file.  Update copyright years.
 
 2018-10-16  Gavin Smith  <address@hidden>
 

Modified: trunk/tp/Texinfo/Convert/Converter.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Converter.pm       2018-10-16 21:41:56 UTC (rev 
8294)
+++ trunk/tp/Texinfo/Convert/Converter.pm       2018-10-16 22:02:05 UTC (rev 
8295)
@@ -42,13 +42,6 @@
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @ISA = qw(Exporter Texinfo::Report);
 
-# Items to export into callers namespace by default. Note: do not export
-# names by default without a very good reason. Use EXPORT_OK instead.
-# Do not simply export all your public functions/methods/constants.
-
-# This allows declaration       use Texinfo::Convert::Converter ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
 %EXPORT_TAGS = ( 'all' => [ qw(
 xml_protect_text
 xml_comment
@@ -1788,13 +1781,4 @@
 
 Patrice Dumas, E<lt>address@hidden<gt>
 
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at 
-your option) any later version.
-
 =cut

Modified: trunk/tp/Texinfo/Convert/DocBook.pm
===================================================================
--- trunk/tp/Texinfo/Convert/DocBook.pm 2018-10-16 21:41:56 UTC (rev 8294)
+++ trunk/tp/Texinfo/Convert/DocBook.pm 2018-10-16 22:02:05 UTC (rev 8295)
@@ -38,13 +38,6 @@
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @ISA = qw(Exporter Texinfo::Convert::Converter);
 
-# Items to export into callers namespace by default. Note: do not export
-# names by default without a very good reason. Use EXPORT_OK instead.
-# Do not simply export all your public functions/methods/constants.
-
-# This allows declaration       use Texinfo::Convert::DocBook ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
 %EXPORT_TAGS = ( 'all' => [ qw(
   convert
   convert_tree
@@ -1516,13 +1509,4 @@
 
 Patrice Dumas, E<lt>address@hidden<gt>
 
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2015 Free Software Foundation, Inc.
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at 
-your option) any later version.
-
 =cut

Modified: trunk/tp/Texinfo/Convert/HTML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/HTML.pm    2018-10-16 21:41:56 UTC (rev 8294)
+++ trunk/tp/Texinfo/Convert/HTML.pm    2018-10-16 22:02:05 UTC (rev 8295)
@@ -45,13 +45,6 @@
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @ISA = qw(Exporter Texinfo::Convert::Converter);
 
-# Items to export into callers namespace by default. Note: do not export
-# names by default without a very good reason. Use EXPORT_OK instead.
-# Do not simply export all your public functions/methods/constants.
-
-# This allows declaration       use Texinfo::Convert::HTML ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
 %EXPORT_TAGS = ( 'all' => [ qw(
   convert
   convert_tree
@@ -7852,13 +7845,4 @@
 
 Patrice Dumas, E<lt>address@hidden<gt>
 
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2015 Free Software Foundation, Inc.
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at 
-your option) any later version.
-
 =cut

Modified: trunk/tp/Texinfo/Convert/IXIN.pm
===================================================================
--- trunk/tp/Texinfo/Convert/IXIN.pm    2018-10-16 21:41:56 UTC (rev 8294)
+++ trunk/tp/Texinfo/Convert/IXIN.pm    2018-10-16 22:02:05 UTC (rev 8295)
@@ -1,6 +1,6 @@
 # IXIN.pm: output tree as IXIN.
 #
-# Copyright 2013 Free Software Foundation, Inc.
+# Copyright 2013, 2014, 2015, 2016, 2017, 2018 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -38,13 +38,6 @@
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @ISA = qw(Exporter Texinfo::Convert::Converter);
 
-# Items to export into callers namespace by default. Note: do not export
-# names by default without a very good reason. Use EXPORT_OK instead.
-# Do not simply export all your public functions/methods/constants.
-
-# This allows declaration       use Texinfo::Convert::IXIN ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
 %EXPORT_TAGS = ( 'all' => [ qw(
   output_ixin
 ) ] );

Modified: trunk/tp/Texinfo/Convert/IXINSXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/IXINSXML.pm        2018-10-16 21:41:56 UTC (rev 
8294)
+++ trunk/tp/Texinfo/Convert/IXINSXML.pm        2018-10-16 22:02:05 UTC (rev 
8295)
@@ -1,6 +1,6 @@
 # IXIN.pm: output tree as IXIN with SXML converter.
 #
-# Copyright 2013 Free Software Foundation, Inc.
+# Copyright 2013, 2014, 2015, 2016, 2017, 2018 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -37,13 +37,6 @@
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @ISA = qw(Exporter Texinfo::Convert::TexinfoSXML Texinfo::Convert::IXIN);
 
-# Items to export into callers namespace by default. Note: do not export
-# names by default without a very good reason. Use EXPORT_OK instead.
-# Do not simply export all your public functions/methods/constants.
-
-# This allows declaration       use Texinfo::Convert::IXIN ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
 %EXPORT_TAGS = ( 'all' => [ qw(
   output
 ) ] );

Modified: trunk/tp/Texinfo/Convert/Info.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Info.pm    2018-10-16 21:41:56 UTC (rev 8294)
+++ trunk/tp/Texinfo/Convert/Info.pm    2018-10-16 22:02:05 UTC (rev 8295)
@@ -1,6 +1,6 @@
 # Info.pm: output tree as Info.
 #
-# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
 # Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
@@ -34,13 +34,6 @@
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @ISA = qw(Texinfo::Convert::Plaintext);
 
-# Items to export into callers namespace by default. Note: do not export
-# names by default without a very good reason. Use EXPORT_OK instead.
-# Do not simply export all your public functions/methods/constants.
-
-# This allows declaration       use Texinfo::Convert::Info ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
 %EXPORT_TAGS = ( 'all' => [ qw(
   convert
 ) ] );
@@ -600,13 +593,4 @@
 
 Patrice Dumas, E<lt>address@hidden<gt>
 
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2015 Free Software Foundation, Inc.
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at 
-your option) any later version.
-
 =cut

Modified: trunk/tp/Texinfo/Convert/NodeNameNormalization.pm
===================================================================
--- trunk/tp/Texinfo/Convert/NodeNameNormalization.pm   2018-10-16 21:41:56 UTC 
(rev 8294)
+++ trunk/tp/Texinfo/Convert/NodeNameNormalization.pm   2018-10-16 22:02:05 UTC 
(rev 8295)
@@ -1,6 +1,6 @@
 # NodeNameNormalization.pm: output tree as normalized node name.
 #
-# Copyright 2010, 2011, 2012, 2016 Free Software Foundation, Inc.
+# Copyright 2010, 2011, 2012, 2016, 2017, 2018 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -38,13 +38,6 @@
 use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @ISA = qw(Exporter);
 
-# Items to export into callers namespace by default. Note: do not export
-# names by default without a very good reason. Use EXPORT_OK instead.
-# Do not simply export all your public functions/methods/constants.
-
-# This allows declaration   use Texinfo::Convert::NodeNameNormalization ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
 %EXPORT_TAGS = ( 'all' => [ qw(
   normalize_node
   transliterate_texinfo
@@ -341,13 +334,4 @@
 
 Patrice Dumas, E<lt>address@hidden<gt>
 
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at 
-your option) any later version.
-
 =cut

Modified: trunk/tp/Texinfo/Convert/ParagraphNonXS.pm
===================================================================
--- trunk/tp/Texinfo/Convert/ParagraphNonXS.pm  2018-10-16 21:41:56 UTC (rev 
8294)
+++ trunk/tp/Texinfo/Convert/ParagraphNonXS.pm  2018-10-16 22:02:05 UTC (rev 
8295)
@@ -1,6 +1,7 @@
 # ParagraphNonXS.pm: handle paragraph text.
 #
-# Copyright 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Free Software 
+# Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

Modified: trunk/tp/Texinfo/Convert/PlainTexinfo.pm
===================================================================
--- trunk/tp/Texinfo/Convert/PlainTexinfo.pm    2018-10-16 21:41:56 UTC (rev 
8294)
+++ trunk/tp/Texinfo/Convert/PlainTexinfo.pm    2018-10-16 22:02:05 UTC (rev 
8295)
@@ -1,6 +1,7 @@
 # PlainTexinfo.pm: convert the Texinfo tree as Texinfo
 #
-# Copyright 2012 Free Software Foundation, Inc.
+# Copyright 2012, 2013, 2014, 2015, 2016, 2017, 2018 Free Software Foundation, 
+# Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

Modified: trunk/tp/Texinfo/Convert/Plaintext.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Plaintext.pm       2018-10-16 21:41:56 UTC (rev 
8294)
+++ trunk/tp/Texinfo/Convert/Plaintext.pm       2018-10-16 22:02:05 UTC (rev 
8295)
@@ -2,7 +2,7 @@
 # Plaintext.pm: output tree as text with filling.
 #
 # Copyright 2010, 2011, 2012, 2013, 2014, 2015,
-# 2016, 2017 Free Software Foundation, Inc.
+# 2016, 2017, 2018 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -53,13 +53,6 @@
   goto &Exporter::import;
 }
 
-# Items to export into callers namespace by default. Note: do not export
-# names by default without a very good reason. Use EXPORT_OK instead.
-# Do not simply export all your public functions/methods/constants.
-
-# This allows declaration       use Texinfo::Convert::Plaintext ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
 %EXPORT_TAGS = ( 'all' => [ qw(
   convert
   output
@@ -3359,13 +3352,4 @@
 
 Patrice Dumas, E<lt>address@hidden<gt>
 
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2015 Free Software Foundation, Inc.
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at 
-your option) any later version.
-
 =cut

Modified: trunk/tp/Texinfo/Convert/Texinfo.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Texinfo.pm 2018-10-16 21:41:56 UTC (rev 8294)
+++ trunk/tp/Texinfo/Convert/Texinfo.pm 2018-10-16 22:02:05 UTC (rev 8295)
@@ -30,13 +30,6 @@
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @ISA = qw(Exporter);
 
-# Items to export into callers namespace by default. Note: do not export
-# names by default without a very good reason. Use EXPORT_OK instead.
-# Do not simply export all your public functions/methods/constants.
-
-# This allows declaration   use Texinfo::Convert::Texinfo ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
 %EXPORT_TAGS = ( 'all' => [ qw(
   convert
   node_extra_to_texi
@@ -252,13 +245,4 @@
 
 Patrice Dumas, E<lt>address@hidden<gt>
 
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at 
-your option) any later version.
-
 =cut

Modified: trunk/tp/Texinfo/Convert/TexinfoSXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/TexinfoSXML.pm     2018-10-16 21:41:56 UTC (rev 
8294)
+++ trunk/tp/Texinfo/Convert/TexinfoSXML.pm     2018-10-16 22:02:05 UTC (rev 
8295)
@@ -1,6 +1,6 @@
 # TexinfoSXML.pm: output tree as Texinfo SXML.
 #
-# Copyright 2013 Free Software Foundation, Inc.
+# Copyright 2013, 2014, 2015, 2016, 2017, 2018 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -32,13 +32,6 @@
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @ISA = qw(Exporter Texinfo::Convert::TexinfoXML);
 
-# Items to export into callers namespace by default. Note: do not export
-# names by default without a very good reason. Use EXPORT_OK instead.
-# Do not simply export all your public functions/methods/constants.
-
-# This allows declaration       use Texinfo::Convert::TexinfoXML ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
 %EXPORT_TAGS = ( 'all' => [ qw(
   convert
   convert_tree

Modified: trunk/tp/Texinfo/Convert/TexinfoXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/TexinfoXML.pm      2018-10-16 21:41:56 UTC (rev 
8294)
+++ trunk/tp/Texinfo/Convert/TexinfoXML.pm      2018-10-16 22:02:05 UTC (rev 
8295)
@@ -34,13 +34,6 @@
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @ISA = qw(Exporter Texinfo::Convert::Converter);
 
-# Items to export into callers namespace by default. Note: do not export
-# names by default without a very good reason. Use EXPORT_OK instead.
-# Do not simply export all your public functions/methods/constants.
-
-# This allows declaration       use Texinfo::Convert::TexinfoXML ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
 %EXPORT_TAGS = ( 'all' => [ qw(
   convert
   convert_tree
@@ -1751,13 +1744,4 @@
 
 Patrice Dumas, E<lt>address@hidden<gt>
 
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2015 Free Software Foundation, Inc.
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3 of the License, or (at 
-your option) any later version.
-
 =cut

Modified: trunk/tp/Texinfo/Convert/Text.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Text.pm    2018-10-16 21:41:56 UTC (rev 8294)
+++ trunk/tp/Texinfo/Convert/Text.pm    2018-10-16 22:02:05 UTC (rev 8295)
@@ -1,6 +1,6 @@
 # Text.pm: output tree as simple text.
 #
-# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Free Software 
+# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Free Software 
 # Foundation, Inc., 
 # 
 # This program is free software; you can redistribute it and/or modify
@@ -37,13 +37,6 @@
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @ISA = qw(Exporter Texinfo::Convert::Converter);
 
-# Items to export into callers namespace by default. Note: do not export
-# names by default without a very good reason. Use EXPORT_OK instead.
-# Do not simply export all your public functions/methods/constants.
-
-# This allows declaration       use Texinfo::Convert::Text ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
 %EXPORT_TAGS = ( 'all' => [ qw(
   convert
   ascii_accent
@@ -860,13 +853,4 @@
 
 Patrice Dumas, E<lt>address@hidden<gt>
 
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3 of the License,
-or (at your option) any later version.
-
 =cut

Modified: trunk/tp/Texinfo/Convert/Unicode.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Unicode.pm 2018-10-16 21:41:56 UTC (rev 8294)
+++ trunk/tp/Texinfo/Convert/Unicode.pm 2018-10-16 22:02:05 UTC (rev 8295)
@@ -1,6 +1,7 @@
 # Unicode.pm: handle conversion to unicode.
 #
-# Copyright 2010, 2011, 2012, 2015, 2016, 2017 Free Software Foundation, Inc.
+# Copyright 2010, 2011, 2012, 2015, 2016, 2017, 2018 Free Software Foundation, 
+# Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -49,14 +50,6 @@
   goto &Exporter::import;
 }
 
-
-# Items to export into callers namespace by default. Note: do not export
-# names by default without a very good reason. Use EXPORT_OK instead.
-# Do not simply export all your public functions/methods/constants.
-
-# This allows declaration       use Texinfo::Convert::Unicode ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
 %EXPORT_TAGS = ( 'all' => [ qw(
   unicode_accent
   encoded_accents
@@ -1592,14 +1585,5 @@
 
 Patrice Dumas, E<lt>address@hidden<gt>
 
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3 of the License,
-or (at your option) any later version.
-
 =cut
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]