35 Commits
Author SHA1 Message Date
Paul Eggert a3fd683de3 version-etc: new year
* build-aux/gendocs.sh (version):
* doc/gendocs_template:
* doc/gendocs_template_min:
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR):
Update copyright dates by hand in templates and the like.
* all files: Run 'make update-copyright'.
2017-01-01 02:59:23 +00:00
Daiki Ueno 1aeb584e8f srclist: add "release" option
* config/srclist.txt: Change the format so that the first column
of each line points to the top-level directory of the source
archive.
* config/srclist-update: Accept "release" option that checks files
from the most recently tagged revision in the source archive.
2016-11-24 09:45:39 +01:00
Paul Eggert 71090a2a31 version-etc: new year
* build-aux/gendocs.sh (version):
* doc/gendocs_template:
* doc/gendocs_template_min:
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR):
Update copyright dates by hand in templates and the like.
* all files: Run 'make update-copyright'.
2016-01-01 00:57:21 -08:00
Paul Eggert b9bfe78424 version-etc: new year
* doc/gnulib.texi:
* lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date.
* all files: Run 'make update-copyright'.
2014-12-31 17:47:54 -08:00
Eric Blake 1276a2c5f2 maint: update copyright
I ran 'make update-copyright'.

Signed-off-by: Eric Blake <eblake@redhat.com>
2014-01-01 00:07:10 -07:00
Karl Berry 1c77dbc8b1 accept doclicense option 2013-08-15 11:01:29 -07:00
Karl Berry 71b8fa3ded accept doclicense option 2013-08-15 11:01:13 -07:00
Eric Blake 9fc81090f6 maint: update all copyright year number ranges
Run "make update-copyright".  Compare to commit 1602f0a from last year.

Signed-off-by: Eric Blake <eblake@redhat.com>
2013-01-01 00:50:58 +00:00
Jim Meyering 1602f0afed maint: update all copyright year number ranges
Run "make update-copyright".
2012-01-01 10:04:58 +01:00
Jim Meyering d60f3b0c6b maint: update almost all copyright ranges to include 2011
Run the new "make update-copyright" rule.
2011-01-01 22:12:59 +01:00
Karl Berry 177f5256e8 doc fixes to srclist* 2010-04-07 16:02:50 -07:00
Jim Meyering b2e2010c7c update nearly all FSF copyright year lists to include 2010
Use the same procedure as for 2009, outlined in
http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
2010-01-01 10:42:00 +01:00
Jim Meyering 3030c5b5e0 update nearly all FSF copyright year lists to include 2009
The files named by the following are exempted:

    grep -v '^#' config/srclist.txt|grep -v '^$' \
      | while read src dst; do
          test -f "$dst" && { echo "$dst"; continue; }
          test -d "$dst" || continue
          echo "$dst"/$(basename "$src")
        done > exempt
    git ls-files tests/unictype >> exempt

In the remaining files, convert to all-interval notation if
- there is already at least one year interval like 2000-2003
- the file is maintained by me
- the file is in lib/uni*/, where that style already prevails
Otherwise, use update-copyright's default.
2009-12-29 17:49:30 +01:00
Jim Meyering a0bdb062d7 remove trailing blanks 2008-05-20 08:45:49 +02:00
Karl Berry 270e36a5c5 try to preserve x bits 2008-01-30 11:57:21 -08:00
Bruno Haible 57fdfd3f8e Change copyright notice from GPLv2+ to GPLv3+. 2007-10-07 19:14:58 +02:00
Karl Berry e2f08ee67d double space after USA in the license
substitution, since that's how it's usually (?) written.
2007-03-30 23:44:27 +00:00
Karl Berry 5f6fdf966b need terminating */ for argz.c; what about others? 2005-06-04 11:44:47 +00:00
Paul Eggert 18302d9644 Spell out "Street" in FSF postal mail address; this is the style the
FSF seems to prefer.
2005-05-15 06:51:32 +00:00
Karl Berry 7518feaa97 update FSF address 2005-05-10 13:02:40 +00:00
Paul Eggert 06a9467074 Add argz module, which is autoupdated from libtool. 2004-06-22 18:28:11 +00:00
Paul Eggert 1fea470439 Use three spaces, rather than tab, after '#'
in shell-script copyright notices.
Suggested by Bruno Haible.
2003-08-15 18:04:34 +00:00
Paul Eggert 35b6e3c3bd Leave whitespace alone when importing, undoing that part of yesterday's
changes.
2003-08-13 20:23:14 +00:00
Paul Eggert e7888895a8 Add first line of copyright notice -- the most important part! 2003-08-13 07:04:57 +00:00
Paul Eggert cbe703a10b Normalize leading white space and remove trailing white space. 2003-08-13 06:48:58 +00:00
Karl Berry 6729a45ff5 do not run fixlicense twice, it messed up texinfo.tex. 2003-07-16 12:47:48 +00:00
Paul Eggert 566faad01a (fixfile): Change grep pattern again, since the
previous fix didn't work (there was another trailing $).  Use
'[$]' to escape the $s.
2003-07-15 20:20:39 +00:00
Karl Berry cbfd57c9e2 (fixfile): grep for $Id:, not $Id$, since the
latter gets expanded.
2003-07-15 12:47:27 +00:00
Paul Eggert 757bd39e4b Update gettext source files from gettext automatically, using srclist-update. 2003-07-14 22:44:04 +00:00
Paul Eggert 5444dcf4d4 * srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding the
use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
and sweeter "eval x=$x".
2003-07-08 23:33:45 +00:00
Karl Berry 8ee0415dbe copy strdup.c from libc again. 2002-11-26 22:58:57 +00:00
Jim Meyering e84d2d9353 remove trailing spaces 2002-11-25 13:17:17 +00:00
Karl Berry 8c5f82699f account for gnulib changing libc files to gpl 2002-11-25 00:20:03 +00:00
Karl Berry 9ec289d291 update from automake 1.6 2002-09-25 14:18:57 +00:00
Karl Berry 3f53294c6a sync and scripts to check syncness 2002-09-10 23:41:12 +00:00