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
87f3f6a09a
Clarify wording in the light of later comments from the Open Group
...
and from rms.
2006-02-13 23:30:58 +00:00
Paul Eggert
faca6bfc15
Convert to UTF-8.
2004-08-10 22:47:08 +00:00
Jim Meyering
374f08d5fc
Change Solaris2.7 to Solaris 5.7.
2003-08-09 16:29:28 +00:00
Jim Meyering
f48eac58b8
*** empty log message ***
2003-08-09 16:26:54 +00:00
Jim Meyering
4c4b16d783
remove SPCs before TAB
2003-04-15 16:12:44 +00:00
Jim Meyering
8aa60ca867
.
2003-02-08 20:01:19 +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
99ec0b1a38
*** empty log message ***
2002-08-08 09:08:09 +00:00
Jim Meyering
f900759505
*** empty log message ***
2002-08-08 09:07:45 +00:00
Jim Meyering
c762eef14f
*** empty log message ***
2002-08-08 09:02:10 +00:00
Jim Meyering
643bb0f883
*** empty log message ***
2002-08-05 12:20:55 +00:00
Jim Meyering
5c1e3600c9
*** empty log message ***
2002-08-05 12:20:42 +00:00
Jim Meyering
28618d4dda
.
2002-08-04 13:47:09 +00:00
Jim Meyering
27076dfd18
*** empty log message ***
2002-08-04 13:46:33 +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
9a7a47422e
*** empty log message ***
2002-08-01 09:19:30 +00:00
Jim Meyering
cac2b2c8eb
nohup changes
2002-07-29 12:19:12 +00:00
Jim Meyering
2394313610
*** empty log message ***
2002-07-29 12:18:35 +00:00
Jim Meyering
49f015c36b
*** empty log message ***
2002-07-29 08:40:50 +00:00
Jim Meyering
14714daf41
*** empty log message ***
2002-07-28 21:48:41 +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
cafa875ac4
*** empty log message ***
2002-07-28 20:10:28 +00:00
Jim Meyering
e1b511adc6
.
2002-07-27 21:39:33 +00:00
Jim Meyering
ee16ef9929
*** empty log message ***
2002-07-27 08:45:53 +00:00
Jim Meyering
5e8cbfdf8e
*** empty log message ***
2002-07-27 07:08:03 +00:00
Jim Meyering
1d423f93c8
*** empty log message ***
2002-07-27 07:01:42 +00:00
Jim Meyering
aa2fb76aa1
*** empty log message ***
2002-07-27 07:01:03 +00:00
Jim Meyering
8c01127f70
*** empty log message ***
2002-07-26 07:38:41 +00:00
Jim Meyering
ce7a9483a9
.
2002-07-24 08:27:35 +00:00
Jim Meyering
43343c2793
*** empty log message ***
2002-07-23 19:42:32 +00:00