]> Savannah Git Hosting - gnulib.git/commitdiff
gnulib-tool.py: Update authors list.
authorBruno Haible <bruno@clisp.org>
Fri, 19 Apr 2024 15:41:54 +0000 (17:41 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 19 Apr 2024 15:41:54 +0000 (17:41 +0200)
* pygnulib/constants.py (__author__): Add Collin Funk.
* pygnulib/__init__.py (__copyright__, __author__): Include years and
authors of the gnulib-tool shell script.

ChangeLog
pygnulib/__init__.py
pygnulib/constants.py

index 0c2a95e10e8624fd09f96510eadb43cfaaa60582..f9b957efefa4d87a0cc871651f0561a4352f1731 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-04-19  Bruno Haible  <bruno@clisp.org>
+
+       gnulib-tool.py: Update authors list.
+       * pygnulib/constants.py (__author__): Add Collin Funk.
+       * pygnulib/__init__.py (__copyright__, __author__): Include years and
+       authors of the gnulib-tool shell script.
+
 2024-04-19  Bruno Haible  <bruno@clisp.org>
 
        getpayload* tests: Don't assume that '-' works as expected on NaN.
index b9050a98acb15e07f6e1d179f573e8bff9e37293..ff1f870681d3fa22ab043ff2943984b3d776ef5e 100644 (file)
@@ -30,6 +30,13 @@ coding standards, the GNU maintainer information, the GPL and other licenses (in
 Texinfo), assorted configuration scripts, and more. The goal is to provide all
 the common infrastructure needed by GNU packages.'''
 
-__copyright__ = '2012-2024 Free Software Foundation, Inc.'
-__author__ = 'Dmitry Selyutin'
+__copyright__ = '2002-2024 Free Software Foundation, Inc.'
+__author__ = \
+    [
+        'Bruno Haible',
+        'Paul Eggert',
+        'Simon Josefsson',
+        'Dmitry Selyutin',
+        'Collin Funk',
+    ]
 __license__ = 'GNU GPLv3+'
index 81f9b660f737ef1b0f70be8c2b7a36e580e0f1e8..0b6a606a012adb37f2d54eefcb28fab239013b7a 100644 (file)
@@ -40,6 +40,7 @@ __author__ = \
         'Paul Eggert',
         'Simon Josefsson',
         'Dmitry Selyutin',
+        'Collin Funk',
     ]
 __license__ = 'GNU GPLv3+'
 __copyright__ = '2002-2024 Free Software Foundation, Inc.'