Skip to content

Commit

Permalink
gnulib-tool.py: Update authors list.
Browse files Browse the repository at this point in the history
* pygnulib/constants.py (__author__): Add Collin Funk.
* pygnulib/__init__.py (__copyright__, __author__): Include years and
authors of the gnulib-tool shell script.
  • Loading branch information
bhaible committed Apr 19, 2024
1 parent c904132 commit 6adcc62
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2024-04-19 Bruno Haible <[email protected]>

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 <[email protected]>

getpayload* tests: Don't assume that '-' works as expected on NaN.
Expand Down
11 changes: 9 additions & 2 deletions pygnulib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
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+'
1 change: 1 addition & 0 deletions pygnulib/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
'Paul Eggert',
'Simon Josefsson',
'Dmitry Selyutin',
'Collin Funk',
]
__license__ = 'GNU GPLv3+'
__copyright__ = '2002-2024 Free Software Foundation, Inc.'
Expand Down

0 comments on commit 6adcc62

Please sign in to comment.