summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-01-01 11:37:32 +0100
committerJim Meyering <meyering@redhat.com>2011-01-01 22:16:47 +0100
commit9d6231ef2a74671fa08bc263519edfe46e8d1805 (patch)
tree03ac673dab3083a1589d4dd47aa077a840d21da5 /m4
parent257909013ef559418f612e8592f55b29dafda154 (diff)
downloadcoreutils-9d6231ef2a74671fa08bc263519edfe46e8d1805.tar.xz
maint: update all copyright year number ranges
Run "make update-copyright".
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog-20072
-rw-r--r--m4/boottime.m42
-rw-r--r--m4/check-decl.m42
-rw-r--r--m4/euidaccess-stat.m42
-rw-r--r--m4/fd-reopen.m42
-rw-r--r--m4/gmp.m42
-rw-r--r--m4/include-exclude-prog.m42
-rw-r--r--m4/jm-macros.m42
-rw-r--r--m4/lib-check.m42
-rw-r--r--m4/prereq.m42
-rw-r--r--m4/stat-prog.m42
-rw-r--r--m4/strnumcmp.m42
-rw-r--r--m4/xattr.m42
-rw-r--r--m4/xfts.m42
14 files changed, 14 insertions, 14 deletions
diff --git a/m4/ChangeLog-2007 b/m4/ChangeLog-2007
index 07db0b701..c175cb15f 100644
--- a/m4/ChangeLog-2007
+++ b/m4/ChangeLog-2007
@@ -5004,7 +5004,7 @@
-----
- Copyright (C) 1997-2006, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 1997-2006, 2009-2011 Free Software Foundation, Inc.
Copying and distribution of this file, with or without
modification, are permitted provided the copyright notice
diff --git a/m4/boottime.m4 b/m4/boottime.m4
index 4e7317158..0edfa62d9 100644
--- a/m4/boottime.m4
+++ b/m4/boottime.m4
@@ -1,7 +1,7 @@
# boottime.m4 serial 4
# Determine whether this system has infrastructure for obtaining the boot time.
-# Copyright (C) 1996, 2000, 2002-2004, 2006, 2008-2010 Free Software
+# Copyright (C) 1996, 2000, 2002-2004, 2006, 2008-2011 Free Software
# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/m4/check-decl.m4 b/m4/check-decl.m4
index 068ce8798..fd5865332 100644
--- a/m4/check-decl.m4
+++ b/m4/check-decl.m4
@@ -1,7 +1,7 @@
#serial 26
# Check declarations for this package.
-dnl Copyright (C) 1997-2001, 2003-2006, 2008-2010 Free Software Foundation,
+dnl Copyright (C) 1997-2001, 2003-2006, 2008-2011 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation
diff --git a/m4/euidaccess-stat.m4 b/m4/euidaccess-stat.m4
index 4a683bf86..1f97172b1 100644
--- a/m4/euidaccess-stat.m4
+++ b/m4/euidaccess-stat.m4
@@ -1,5 +1,5 @@
# serial 1
-dnl Copyright (C) 2005, 2009-2010 Free Software Foundation, Inc.
+dnl Copyright (C) 2005, 2009-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
diff --git a/m4/fd-reopen.m4 b/m4/fd-reopen.m4
index 0d1133fb9..80dc6453d 100644
--- a/m4/fd-reopen.m4
+++ b/m4/fd-reopen.m4
@@ -1,6 +1,6 @@
# Invoke open, but return either a desired file descriptor or -1.
-dnl Copyright (C) 2005, 2009-2010 Free Software Foundation, Inc.
+dnl Copyright (C) 2005, 2009-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
diff --git a/m4/gmp.m4 b/m4/gmp.m4
index 30df8edb9..98ac88386 100644
--- a/m4/gmp.m4
+++ b/m4/gmp.m4
@@ -1,6 +1,6 @@
# Tests for GNU GMP (or any compatible replacement).
-dnl Copyright (C) 2008-2010 Free Software Foundation, Inc.
+dnl Copyright (C) 2008-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
diff --git a/m4/include-exclude-prog.m4 b/m4/include-exclude-prog.m4
index a52fb02c2..4c8b8b220 100644
--- a/m4/include-exclude-prog.m4
+++ b/m4/include-exclude-prog.m4
@@ -1,5 +1,5 @@
#serial 2
-dnl Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
+dnl Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 6faf08ac0..ec553105f 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -2,7 +2,7 @@
dnl Misc type-related macros for coreutils.
-# Copyright (C) 1998, 2000-2010 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2000-2011 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
diff --git a/m4/lib-check.m4 b/m4/lib-check.m4
index 1880db33f..48e57d555 100644
--- a/m4/lib-check.m4
+++ b/m4/lib-check.m4
@@ -2,7 +2,7 @@
dnl Misc lib-related macros for coreutils.
-# Copyright (C) 1993-1997, 2000-2001, 2003-2006, 2008-2010 Free Software
+# Copyright (C) 1993-1997, 2000-2001, 2003-2006, 2008-2011 Free Software
# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/m4/prereq.m4 b/m4/prereq.m4
index 8caea38cf..c3feecbcc 100644
--- a/m4/prereq.m4
+++ b/m4/prereq.m4
@@ -7,7 +7,7 @@ m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
# directory of the coreutils package.
-# Copyright (C) 1998, 2000-2001, 2003-2010 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2000-2001, 2003-2011 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
diff --git a/m4/stat-prog.m4 b/m4/stat-prog.m4
index 97b194adb..c23fb1fbe 100644
--- a/m4/stat-prog.m4
+++ b/m4/stat-prog.m4
@@ -1,7 +1,7 @@
# stat-prog.m4 serial 6
# Record the prerequisites of src/stat.c from the coreutils package.
-# Copyright (C) 2002-2004, 2006, 2008-2010 Free Software Foundation, Inc.
+# Copyright (C) 2002-2004, 2006, 2008-2011 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
diff --git a/m4/strnumcmp.m4 b/m4/strnumcmp.m4
index d6e7d4dc8..d9ecc9922 100644
--- a/m4/strnumcmp.m4
+++ b/m4/strnumcmp.m4
@@ -1,6 +1,6 @@
# Compare numeric strings.
-dnl Copyright (C) 2005, 2009-2010 Free Software Foundation, Inc.
+dnl Copyright (C) 2005, 2009-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
diff --git a/m4/xattr.m4 b/m4/xattr.m4
index 80fddbd98..2080eb537 100644
--- a/m4/xattr.m4
+++ b/m4/xattr.m4
@@ -1,7 +1,7 @@
# xattr.m4 - check for Extended Attributes (Linux)
# serial 3
-# Copyright (C) 2003, 2008-2010 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2008-2011 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
diff --git a/m4/xfts.m4 b/m4/xfts.m4
index ea5c54bb7..92a6704c1 100644
--- a/m4/xfts.m4
+++ b/m4/xfts.m4
@@ -1,5 +1,5 @@
#serial 1
-dnl Copyright (C) 2005, 2009-2010 Free Software Foundation, Inc.
+dnl Copyright (C) 2005, 2009-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.