texinfo-commits
[Top][All Lists]
Advanced

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

[8294] remove h2xs boilerplate


From: gavinsmith0123
Subject: [8294] remove h2xs boilerplate
Date: Tue, 16 Oct 2018 17:41:57 -0400 (EDT)

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

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Common.pm
    trunk/tp/Texinfo/Encoding.pm
    trunk/tp/Texinfo/Parser.pm
    trunk/tp/Texinfo/Report.pm
    trunk/tp/Texinfo/Structuring.pm
    trunk/tp/Texinfo/Transformations.pm
    trunk/tp/Texinfo/XSLoader.pm

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-10-16 21:24:14 UTC (rev 8293)
+++ trunk/ChangeLog     2018-10-16 21:41:56 UTC (rev 8294)
@@ -1,5 +1,20 @@
-2018-10-13  Gavin Smith  <address@hidden>
+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
+
+       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.
+
+2018-10-16  Gavin Smith  <address@hidden>
+
        * tp/Texinfo/Parser.pm (%global_multiple_commands): Remove 'author'.
        (_register_global_command): No exception for 'author'.
 

Modified: trunk/tp/Texinfo/Common.pm
===================================================================
--- trunk/tp/Texinfo/Common.pm  2018-10-16 21:24:14 UTC (rev 8293)
+++ trunk/tp/Texinfo/Common.pm  2018-10-16 21:41:56 UTC (rev 8294)
@@ -40,13 +40,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::Covert::Text ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
 %EXPORT_TAGS = ( 'all' => [ qw(
 debug_hash
 debug_list
@@ -2881,13 +2874,4 @@
 
 Patrice Dumas, E<lt>address@hidden<gt>
 
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2010, 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/Encoding.pm
===================================================================
--- trunk/tp/Texinfo/Encoding.pm        2018-10-16 21:24:14 UTC (rev 8293)
+++ trunk/tp/Texinfo/Encoding.pm        2018-10-16 21:41:56 UTC (rev 8294)
@@ -141,13 +141,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/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm  2018-10-16 21:24:14 UTC (rev 8293)
+++ trunk/tp/Texinfo/Parser.pm  2018-10-16 21:41:56 UTC (rev 8294)
@@ -80,14 +80,6 @@
 }
 
 
-
-# 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::Parser ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
 %EXPORT_TAGS = ( 'all' => [ qw(
   parser
   parse_texi_text
@@ -6988,19 +6980,6 @@
 
 L<Texinfo manual|http://www.gnu.org/s/texinfo/manual/texinfo/>
 
-=begin :comment
-
-Mention other useful documentation such as the documentation of
-related modules or operating system documentation (such as man pages
-in Unix), or any relevant external documentation such as RFCs or
-standards.
-
-If you have a mailing list set up for your module, mention it here.
-
-If you have a web site set up for your module, mention it here.
-
-=end :comment
-
 =head1 AUTHOR
 
 Patrice Dumas, E<lt>address@hidden<gt>

Modified: trunk/tp/Texinfo/Report.pm
===================================================================
--- trunk/tp/Texinfo/Report.pm  2018-10-16 21:24:14 UTC (rev 8293)
+++ trunk/tp/Texinfo/Report.pm  2018-10-16 21:41:56 UTC (rev 8294)
@@ -22,13 +22,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::Parser ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
 %EXPORT_TAGS = ( 'all' => [ qw(
   errors
   gdt
@@ -600,13 +593,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/Structuring.pm
===================================================================
--- trunk/tp/Texinfo/Structuring.pm     2018-10-16 21:24:14 UTC (rev 8293)
+++ trunk/tp/Texinfo/Structuring.pm     2018-10-16 21:41:56 UTC (rev 8294)
@@ -1,8 +1,8 @@
 # Structuring.pm: extract informations about a document structure based on the 
 #                 document tree.
 #
-# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016 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
@@ -44,13 +44,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::Structuring ':all';
-# If you do not need this, moving things directly into @EXPORT or @EXPORT_OK
-# will save memory.
 %EXPORT_TAGS = ( 'all' => [ qw(
   associate_internal_references
   elements_directions
@@ -1896,13 +1889,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/Transformations.pm
===================================================================
--- trunk/tp/Texinfo/Transformations.pm 2018-10-16 21:24:14 UTC (rev 8293)
+++ trunk/tp/Texinfo/Transformations.pm 2018-10-16 21:41:56 UTC (rev 8294)
@@ -1,6 +1,6 @@
 # Transformations.pm: some transformations of the document tree
 #
-# Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 2018
+# 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
@@ -803,13 +803,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/XSLoader.pm
===================================================================
--- trunk/tp/Texinfo/XSLoader.pm        2018-10-16 21:24:14 UTC (rev 8293)
+++ trunk/tp/Texinfo/XSLoader.pm        2018-10-16 21:41:56 UTC (rev 8294)
@@ -1,4 +1,4 @@
-# Copyright 2014, 2015, 2016 Free Software Foundation, Inc.
+# Copyright 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




reply via email to

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