bug-gnulib
[Top][All Lists]
Advanced

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

[bug-gnulib] version-etc.c and non-FSF copyrights (was: Re: version-etc.


From: Simon Josefsson
Subject: [bug-gnulib] version-etc.c and non-FSF copyrights (was: Re: version-etc.c happy new year)
Date: Wed, 19 Jan 2005 10:26:15 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Paul Eggert <address@hidden> writes:

> --- lib/version-etc.c 4 Oct 2004 20:17:39 -0000       1.16
...
>  const char* version_etc_copyright =
>    /* Do *not* mark this string for translation.  */
> -  "Copyright (C) 2004 Free Software Foundation, Inc.";
> +  "Copyright (C) 2005 Free Software Foundation, Inc.";

This reminds me, couldn't we use a xalloc/xalloc-die-approach for
version-etc?

I.e., put the version_etc_copyright variable definition in a separate
module, version-etc-fsf, and remove it from version-etc.c?  And add a
'extern char* version_etc_copyright' to version-etc.h or something.

I'd like to use version-etc.c, but my project isn't owned by the FSF.

Thanks.




reply via email to

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