summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-11 21:59:08 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-11 21:59:08 +0000
commit6a406d5d8ba1d7fcd9436d42cd42f5fd69449105 (patch)
tree045e336fb8a5f4f54d4239c1e5112e3f58f65d73 /lib
parent51ae476ad879d04ff3ebd2a44a1add3c7885d3ac (diff)
downloadcoreutils-6a406d5d8ba1d7fcd9436d42cd42f5fd69449105.tar.xz
Reword copyright notices to conform to current GNU coding standards.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index aa21eba2a..66225fe59 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2005-07-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ * version-etc-fsf.c (version_etc_copyright): Parameterize the
+ copyright symbol and the year.
+ * version-etc.c (COPYRIGHT_YEAR): New constant.
+ (version_etc_va): Use parameterized copyright notice.
+ Reword to conform to the current GNU coding standards.
+
2005-07-08 Eric Blake <ebb9@byu.net> (tiny change)
* getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.