bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Bruno Haible <bruno@clisp.org>
To: bug-gnulib@gnu.org
Subject: gnulib-tool.py: Update authors list
Date: Fri, 19 Apr 2024 17:49:44 +0200	[thread overview]
Message-ID: <217948954.4W9Hxx93P9@nimes> (raw)

This patch changes the './gnulib-tool.py --version' output to end like this:

  Written by Bruno Haible, Paul Eggert, Simon Josefsson, Dmitry Selyutin, and Collin Funk.

Also, in pygnulib/__init__.py, the authors list and copyright years need to
include the authors of the gnulib-tool shell script, since under copyright law,
a derived work inherits the history of the original work.


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.

diff --git a/pygnulib/constants.py b/pygnulib/constants.py
index 81f9b660f7..0b6a606a01 100644
--- a/pygnulib/constants.py
+++ b/pygnulib/constants.py
@@ -40,6 +40,7 @@
         'Paul Eggert',
         'Simon Josefsson',
         'Dmitry Selyutin',
+        'Collin Funk',
     ]
 __license__ = 'GNU GPLv3+'
 __copyright__ = '2002-2024 Free Software Foundation, Inc.'
diff --git a/pygnulib/__init__.py b/pygnulib/__init__.py
index b9050a98ac..ff1f870681 100644
--- a/pygnulib/__init__.py
+++ b/pygnulib/__init__.py
@@ -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+'





             reply	other threads:[~2024-04-19 15:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-19 15:49 Bruno Haible [this message]
2024-04-19 16:36 ` gnulib-tool.py: Update authors list Collin Funk
2024-04-19 17:07   ` Bruno Haible
2024-04-20  7:46     ` Collin Funk
2024-04-20 22:11       ` Bruno Haible

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=217948954.4W9Hxx93P9@nimes \
    --to=bruno@clisp.org \
    --cc=bug-gnulib@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).