bug-coreutils
[Top][All Lists]
Advanced

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

Re: version-etc.c and non-FSF copyrights


From: Paul Eggert
Subject: Re: version-etc.c and non-FSF copyrights
Date: Thu, 20 Jan 2005 16:29:12 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Simon Josefsson <address@hidden> writes:

> How about this?
>
> 2005-01-20  Simon Josefsson  <address@hidden>
>
>       * version-etc-fsf.c: New file, with version_etc_copyright.
>       ...

That looks good, thanks.  I installed it into gnulib, along with this
extra patch:

2005-01-20  Paul Eggert  <address@hidden>

        * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.

--- MODULES.html.sh.~1.71.~     2005-01-19 11:15:38 -0800
+++ MODULES.html.sh     2005-01-20 16:23:12 -0800
@@ -1584,6 +1584,7 @@ func_all_modules ()
   func_begin_table
   func_module argmatch
   func_module version-etc
+  func_module version-etc-fsf
   func_module long-options
   func_end_table
 


and I also installed it into coreutils, along with this extra
coreutils-specific patch:

2005-01-20  Paul Eggert  <address@hidden>

        * lib/Makefile.am (libfetish_a_SOURCES): Add version-etc-fsf.c.

--- lib/Makefile.am     6 Dec 2004 10:10:19 -0000       1.207
+++ lib/Makefile.am     21 Jan 2005 00:21:01 -0000      1.208
@@ -123,7 +123,7 @@ libfetish_a_SOURCES = \
   userspec.c userspec.h \
   utimecmp.c utimecmp.h \
   utimens.c utimens.h \
-  version-etc.c version-etc.h \
+  version-etc.c version-etc.h version-etc-fsf.c \
   xalloc.h \
   xalloc-die.c \
   xfts.c xfts.h \




reply via email to

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