Jim Meyering
bbc1bdb771
maint: update copyright dates
2026-01-02 16:52:26 -08:00
Jim Meyering
d65b41664a
maint: update all copyright dates via "make update-copyright"
2025-01-03 09:47:07 -08:00
Jim Meyering
6c88db1f7b
maint: make update-copyright
2024-01-05 09:01:59 -08:00
Jim Meyering
47a1f46f08
maint: update copyright dates
2023-01-01 17:19:37 -08:00
Jim Meyering
aec523d3a4
maint: make update-copyright
2022-01-03 11:49:11 -08:00
Jim Meyering
22fb055cca
maint: update all copyright year number ranges
...
Run "make update-copyright" and then...
* gnulib: Update to latest with copyright year adjusted.
* tests/init.sh: Sync with gnulib to pick up copyright year.
* bootstrap: Likewise.
2021-01-01 17:37:49 -08:00
Jim Meyering
351f87d0c4
maint: update all copyright year number ranges
...
Run "make update-copyright" and then...
* gnulib: Update to latest with copyright year adjusted.
* tests/init.sh: Sync with gnulib to pick up copyright year.
* bootstrap: Likewise.
2020-01-01 09:33:03 -08:00
Jim Meyering
badccffea4
maint: convert all TABs to equivalent spaces in indentation
...
Using this file,
cat > leading-blank.exempt <<\EOF
(\.gitmodules|help2man|pre-commit)$
(?:^|\/)ChangeLog[^/]*$
(?:^|\/)(?:GNU)?[Mm]akefile[^/]*$
\.(?:am|mk)$
EOF
run the following command to convert all non-conforming leading white
space to be all spaces:
git ls-files \
| pcregrep -vf leading-blank.exempt \
| xargs pcregrep -l '^ *\t' \
| xargs perl -MText::Tabs -ni -le \
'$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
Since that changed old NEWS, I also ran "make update-NEWS-hash"
to update the old_NEWS_hash value in cfg.mk.
2019-01-05 22:47:23 -08:00
Jim Meyering
197d7d492f
maint: update all copyright dates via "make update-copyright"
...
* gnulib: Also update submodule for its copyright updates.
2019-01-01 19:02:28 -08:00
Jim Meyering
4a38f715f1
maint: update gnulib and copyright dates for 2018
...
* gnulib: Update to latest.
* all files: Run "make update-copyright".
* bootstrap: Update from gnulib.
2018-01-06 16:51:19 -08:00
Jim Meyering
90106d33ab
maint: update gnulib and copyright dates for 2017
...
* gnulib: Update to latest.
* all files: Run "make update-copyright".
2017-01-01 03:22:44 -08:00
Jim Meyering
7346a03010
maint: update copyright year, bootstrap, init.sh
...
Run "make update-copyright" and then...
* gnulib: Update to latest.
* tests/init.sh: Update from gnulib.
* bootstrap: Likewise.
2016-01-01 18:00:08 -08:00
Jim Meyering
29e8de4885
maint: update copyright year ranges to include 2015; update gnulib
2015-01-01 22:31:27 -08:00
Jim Meyering
a0483cb2fc
maint: update all copyright year number ranges
...
Run "make update-copyright".
2013-01-04 11:13:02 +01:00
Jim Meyering
45110a7927
maint: update all copyright year number ranges
...
Run "make update-copyright".
2012-01-01 09:32:41 +01:00
Jim Meyering
ce5367b6b3
maint: update copyright year ranges to include 2011
...
Run "make update-copyright", so "make syntax-check" works in 2011.
2011-01-03 22:13:35 +01:00
Jim Meyering
6a44886e24
maint: update all FSF copyright year lists to include 2010
...
Use this command:
git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \
env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
2010-01-01 16:18:27 +01:00
Jim Meyering
9bfafb33a6
admin: update all copyright notices to include the year 2009
2009-11-11 22:18:37 +01:00
Paul Eggert
43e4846f11
* COPYING: New file.
...
* AUTHORS: Update from GPLv2 to GPLv3.
* Makefile.am: Likewise.
* NEWS: Likewise.
* README: Likewise.
* README-hacking: Likewise.
* bootstrap: Likewise.
* bootstrap.conf: Likewise.
* configure.ac: Likewise.
* exgettext: Likewise.
* doc/Makefile.am: Likewise.
* lib/Makefile.am: Likewise.
* lib/cmpbuf.c: Likewise.
* lib/cmpbuf.h: Likewise.
* lib/prepargs.c: Likewise.
* m4/vararrays.m4: Likewise.
* man/Makefile.am: Likewise.
* ms/Makefile.am: Likewise.
* ms/README: Likewise.
* ms/config.bat: Likewise.
* ms/config.sed: Likewise.
* ms/config.site: Likewise.
* po/POTFILES.in: Likewise.
* src/Makefile.am: Likewise.
* src/analyze.c: Likewise.
* src/cmp.c: Likewise.
* src/context.c: Likewise.
* src/diff.c: Likewise.
* src/diff.h: Likewise.
* src/diff3.c: Likewise.
* src/dir.c: Likewise.
* src/ed.c: Likewise.
* src/io.c: Likewise.
* src/normal.c: Likewise.
* src/sdiff.c: Likewise.
* src/system.h: Likewise.
* src/util.c: Likewise.
2007-07-19 17:45:29 +00:00
Paul Eggert
f5c7610983
Update FSF address.
2006-01-05 07:23:55 +00:00
Paul Eggert
9080cf8511
Don't generate a temporary file, as this runs afoul of "make distcheck"
...
which operates with read-only directories.
2004-04-13 22:39:49 +00:00
Paul Eggert
68f96e5cd7
Remove trailing white space.
2002-03-11 08:00:47 +00:00
Paul Eggert
da34f9fc34
Always operate in the C locale.
...
Set AWK using a method that works even with broken shells.
2001-11-23 07:52:27 +00:00
Paul Eggert
9825e0bef5
From GCC repository
2000-02-06 06:57:20 +00:00