1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
Paul Eggert
8e0bdfa5d4 Revert copyright-year change to synced files
Problem reported by Karl Berry in:
http://lists.gnu.org/archive/html/bug-gnulib/2017-01/msg00019.html
2017-01-02 16:13:38 -08:00
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
Karl Berry
68d7dd97dc autoupdate 2012-12-04 11:04:36 -08:00
Eric Blake
fe21e5ff85 maint: sync license texts
* config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
* doc/gpl-3.0.texi: Revert copyright year update.
* doc/lgpl-3.0.texi: Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
2009-12-29 20:55:32 -07: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
Ralf Wildenhues
c70387959c * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
Sync from <http://gnu.org/licenses>.
* modules/agpl-3.0, doc/agpl-3.0.texi: New module,
with license text from same location.
* doc/maintain.texi, doc/standards.texi:  Sync from
<http://savannah.gnu.org/projects/gnustandards>.
2007-11-25 17:09:25 +01:00
Karl Berry
49c2796a64 add lgpl-3.0.texi; have all Texinfo licenses consistently omit any sectioning and index commands 2007-07-14 16:25:53 +00:00
Karl Berry
1dba190529 first attempt at providing both GPLv2 and GPLv3, LGPLv2.1 and LGPLv3 2007-06-29 22:44:36 +00:00