diff options
author | Eric Blake <ebb9@byu.net> | 2009-02-18 06:07:30 -0700 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2009-02-18 06:07:30 -0700 |
commit | 86cef85b3671ed0a14a444eef3b6cb07fa26ee64 (patch) | |
tree | 8c4b4d1df9f62371fbcacf77ab75d9afb0863667 /m4 | |
parent | 65ba955988d1a1a93b4b1f70f84a8d6277312e78 (diff) | |
download | coreutils-86cef85b3671ed0a14a444eef3b6cb07fa26ee64.tar.xz |
add missing copyright dates
* NEWS: Add 2009 to copyright.
* README: Likewise.
* README-hacking: Likewise.
* TODO: Likewise.
* doc/Makefile.am: Likewise.
* m4/prereq.m4: Likewise.
* src/nl.c: Likewise.
* src/seq.c: Likewise.
* tests/cp/cp-i: Likewise.
* tests/install/install-C: Likewise.
* tests/install/install-C-root: Likewise.
* tests/install/install-C-selinux: Likewise.
* tests/misc/seq: Likewise.
* tests/mv/mv-n: Likewise.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/prereq.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/prereq.m4 b/m4/prereq.m4 index 536070efe..3022da46a 100644 --- a/m4/prereq.m4 +++ b/m4/prereq.m4 @@ -1,4 +1,4 @@ -#serial 75 +#serial 76 dnl We use gl_ for non Autoconf macros. m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl @@ -7,7 +7,7 @@ m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl # directory of the coreutils package. -# Copyright (C) 1998, 2000, 2001, 2003-2008 Free Software Foundation, Inc. +# Copyright (C) 1998, 2000, 2001, 2003-2009 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |