Pádraig Brady
e0afeb0099
maint: update all copyright year number ranges
...
Run "make update-copyright" and then...
* tests/sample-test: Adjust to use the single most recent year.
* tests/du/bind-mount-dir-cycle-v2.sh: Fix case in copyright message,
so that year is updated automatically in future.
2015-01-01 04:52:17 +00:00
Bernhard Voelker
275c078fb4
maint: update all copyright year number ranges
...
Run "make update-copyright", but then also run this,
perl -pi -e 's/2\d\d\d-//' tests/sample-test
to make that one script use the single most recent year number.
2014-01-02 22:19:59 +01:00
Jim Meyering
77da73c754
maint: update all copyright year number ranges
...
Run "make update-copyright", but then also run this,
perl -pi -e 's/2\d\d\d-//' tests/sample-test
to make that one script use the single most recent year number.
2013-01-01 04:51:20 +01:00
Jim Meyering
58184f6861
maint: fix typos in test comments and old ChangeLog files
...
Culprits identified and fixed automatically using these commands:
git ls-files|misspellings -f -|perl -nl \
-e '/^(.*?)\[(\d+)\]: (\w+) -> "(.*?)"$/ or next;' \
-e '($file,$n,$l,$r)=($1,$2,$3,$4); $q="'\''"; $r=~s/$q/$q\\$q$q/g;'\
-e 'print "sed -i $q${n}s!$l!$r!$q $file"' | bash
using http://github.com/lyda/misspell-check
* old/fileutils/ChangeLog: Fix typos.
* old/textutils/ChangeLog: Likewise.
* tests/misc/truncate-fail-diag: Likewise.
2012-05-31 09:37:46 +02:00
Kevin Lyda
aa078afcf9
maint: fix common spelling errors
...
These were identified using: https://github.com/lyda/misspell-check
executed like: git ls-files | misspellings -f -
* src/cat.c: Correct a spelling error.
* src/comm.c: Likewise.
* src/expr.c: Likewise.
* src/pr.c: Likewise.
* src/tac.c: Likewise.
* src/test.c: Likewise.
* src/ChangeLog-2005: Likewise.
* src/ChangeLog-2007: Likewise.
* src/NEWS: Likewise.
* src/doc/coreutils.texi: Likewise.
* src/lib/ChangeLog-2007: Likewise.
* src/man/help2man: Likewise.
* src/old/fileutils/ChangeLog-1997: Likewise.
* src/old/fileutils/NEWS: Likewise.
* src/old/sh-utils/ChangeLog.0: Likewise.
* src/old/textutils/ChangeLog: Likewise.
* src/tests/misc/comm: Likewise.
* src/tests/misc/uniq: Likewise.
* src/tests/mv/dir2dir: Likewise.
* src/cfg.mk (old_NEWS_hash): update with `make update-NEWS-hash`
2012-05-08 02:18:39 +01:00
Jim Meyering
d7878454cd
maint: use single copyright year range
...
Run "make update-copyright".
2012-01-27 11:35:24 +01:00
Jim Meyering
2a90c5a125
maint: fix copyright in old fileutils ChangeLog
...
* old/fileutils/ChangeLog-1997: Insert omitted "Free Software" in
the name of the copyright holder. Compress year range.
2012-01-27 11:32:24 +01:00
Jim Meyering
5111aa4296
maint: update all copyright year number ranges
...
Run "make update-copyright".
2012-01-01 10:04:06 +01:00
Jim Meyering
9d6231ef2a
maint: update all copyright year number ranges
...
Run "make update-copyright".
2011-01-01 22:16:47 +01:00
Jim Meyering
1aa17dc89b
maint: update all FSF copyright year lists to include 2010
...
Use this command:
git ls-files | grep -v COPYING \
| xargs env UPDATE_COPYRIGHT_USE_INTERVALS=1 \
build-aux/update-copyright
2010-01-01 14:06:47 +01:00
Jim Meyering
5e778f7c8d
global: convert indentation-TABs to spaces
...
Transformed via this shell code:
t=$'\t'
git ls-files \
| grep -vE '(^|/)((GNU)?[Mm]akefile|ChangeLog)|\.(am|mk)$' \
| grep -vE 'tests/pr/|help2man' \
| xargs grep -lE "^ *$t" \
| xargs perl -MText::Tabs -ni -le \
'$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
2009-08-25 09:21:00 +02:00
Jim Meyering
2232b4d08f
maint: update all Copyright year lists to include 2009
2009-06-23 22:33:15 +02:00
Jim Meyering
90a83264b9
Update references to GFDL: 1.2 -> 1.3
...
* doc/coreutils.texi: Likewise.
* doc/perm.texi: Likewise.
* old/fileutils/NEWS: Likewise.
* old/sh-utils/NEWS: Likewise.
* old/textutils/NEWS: Likewise.
2008-11-11 09:51:30 +01:00
Jim Meyering
6e3e819f4b
Remove all .cvsignore files from version control.
2007-08-25 00:27:11 +02:00
Paul Eggert
218fa5c61b
Add/fix copyright notices and adjust to latest GNU FDL.
2006-08-17 19:58:17 +00:00
Paul Eggert
faca6bfc15
Convert to UTF-8.
2004-08-10 22:47:08 +00:00
Jim Meyering
f0110096ac
ls [4.1.1]: Mention that --dereference-command-line (-H) is now the default,
...
unless one of the -d, -F, or -l options are given.
From Paul Eggert
2003-01-18 08:41:06 +00:00
Jim Meyering
c42deaae1a
.
2002-09-30 22:03:45 +00:00
Jim Meyering
a3b479c91f
.
2002-09-29 08:44:36 +00:00
Jim Meyering
4fcf036cb3
.
2002-09-25 14:23:02 +00:00
Jim Meyering
cd93525ee8
.
2002-08-03 16:48:17 +00:00
Jim Meyering
1c421df83b
.
2002-08-03 16:47:21 +00:00
Jim Meyering
ff7b7797bb
*** empty log message ***
2002-07-28 20:11:43 +00:00
Jim Meyering
e3d2d82194
*** empty log message ***
2002-07-28 20:10:56 +00:00
Jim Meyering
8c01127f70
*** empty log message ***
2002-07-26 07:38:41 +00:00
Jim Meyering
43343c2793
*** empty log message ***
2002-07-23 19:42:32 +00:00
Jim Meyering
68aff85110
*** empty log message ***
2002-07-23 19:42:04 +00:00
Jim Meyering
a6d4483234
*** empty log message ***
2002-07-22 15:39:23 +00:00
Jim Meyering
63fb8bd5b6
*** empty log message ***
2002-07-22 12:24:48 +00:00
Jim Meyering
14947f5b6c
*** empty log message ***
2002-07-22 08:25:13 +00:00
Jim Meyering
786b4298a5
*** empty log message ***
2002-07-22 08:16:57 +00:00
Jim Meyering
a0ba130aea
*** empty log message ***
2002-07-22 08:16:46 +00:00
Jim Meyering
64f41399ff
*** empty log message ***
2002-07-20 20:06:49 +00:00
Jim Meyering
ad7e872471
*** empty log message ***
2002-07-20 14:24:34 +00:00
Jim Meyering
bfe17c403d
*** empty log message ***
2002-07-20 14:12:31 +00:00
Jim Meyering
6f382f7324
.
2002-07-20 06:52:12 +00:00
Jim Meyering
748de084cc
*** empty log message ***
2002-07-19 21:36:56 +00:00
Jim Meyering
6c38ff8431
*** empty log message ***
2002-07-19 21:35:56 +00:00
Jim Meyering
5db1ff6873
*** empty log message ***
2002-07-19 20:25:46 +00:00
Jim Meyering
283c81ccdd
.
2002-07-18 15:29:53 +00:00
Jim Meyering
dadffbebca
*** empty log message ***
2002-07-18 09:33:48 +00:00
Jim Meyering
2ea4083a64
*** empty log message ***
2002-07-18 09:28:45 +00:00
Jim Meyering
d85c0c81fa
*** empty log message ***
2002-07-16 09:29:56 +00:00
Jim Meyering
b65a2d1877
*** empty log message ***
2002-07-14 12:39:24 +00:00
Jim Meyering
6e5c26da04
*** empty log message ***
2002-07-14 11:46:50 +00:00
Jim Meyering
902453fc35
*** empty log message ***
2002-07-10 10:25:31 +00:00
Jim Meyering
44ce3e4b3c
*** empty log message ***
2002-07-10 10:08:33 +00:00
Jim Meyering
01fb2d0ba8
.
2002-07-09 07:31:29 +00:00
Jim Meyering
ca407c08fa
*** empty log message ***
2002-07-09 07:26:49 +00:00
Jim Meyering
ffffb388a0
*** empty log message ***
2002-07-09 07:26:38 +00:00