summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-01 10:26:02 +0100
committerJim Meyering <meyering@redhat.com>2012-01-01 10:26:02 +0100
commit2d38b11799be79a2a141181689a889bd5bee25da (patch)
tree6559d9b75444272ee88043746eba542f142fb7c1 /src
parent5cb38ce3903b5c33750cd52f983a8f68f945c7dd (diff)
downloadpatch-2d38b11799be79a2a141181689a889bd5bee25da.tar.gz
maint: update all copyright year number ranges
Run "make update-copyright".
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/bestmatch.h2
-rw-r--r--src/common.h2
-rw-r--r--src/inp.c2
-rw-r--r--src/inp.h2
-rw-r--r--src/merge.c2
-rw-r--r--src/patch.c2
-rw-r--r--src/pch.c4
-rw-r--r--src/pch.h2
-rw-r--r--src/util.c4
-rw-r--r--src/util.h2
-rw-r--r--src/version.c2
12 files changed, 14 insertions, 14 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ff922bd..4c5fc53 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 1989-1993, 1997-1999, 2002-2003, 2006, 2009-2011 Free Software
+# Copyright (C) 1989-1993, 1997-1999, 2002-2003, 2006, 2009-2012 Free Software
# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/src/bestmatch.h b/src/bestmatch.h
index 1c91e16..1b12923 100644
--- a/src/bestmatch.h
+++ b/src/bestmatch.h
@@ -1,6 +1,6 @@
/* Find a best match between two vectors.
- Copyright (C) 2009-2011 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012 Free Software Foundation, Inc.
Written by Andreas Gruenbacher <agruen@gnu.org>, 2009.
This program is free software: you can redistribute it and/or modify
diff --git a/src/common.h b/src/common.h
index 38ecc99..d91f696 100644
--- a/src/common.h
+++ b/src/common.h
@@ -2,7 +2,7 @@
/* Copyright (C) 1986, 1988 Larry Wall
- Copyright (C) 1990-1993, 1997-1999, 2002-2003, 2006, 2009-2011 Free Software
+ Copyright (C) 1990-1993, 1997-1999, 2002-2003, 2006, 2009-2012 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify
diff --git a/src/inp.c b/src/inp.c
index 47705eb..9cc140f 100644
--- a/src/inp.c
+++ b/src/inp.c
@@ -1,7 +1,7 @@
/* inputting files to be patched */
/* Copyright (C) 1986, 1988 Larry Wall
- Copyright (C) 1991-1993, 1997-1999, 2002-2003, 2006, 2009-2011 Free Software
+ Copyright (C) 1991-1993, 1997-1999, 2002-2003, 2006, 2009-2012 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify
diff --git a/src/inp.h b/src/inp.h
index adfe9ea..ac999f9 100644
--- a/src/inp.h
+++ b/src/inp.h
@@ -1,7 +1,7 @@
/* inputting files to be patched */
/* Copyright (C) 1986, 1988 Larry Wall
- Copyright (C) 1991-1993, 1997-1999, 2002-2003, 2009-2011 Free Software
+ Copyright (C) 1991-1993, 1997-1999, 2002-2003, 2009-2012 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify
diff --git a/src/merge.c b/src/merge.c
index d2ba795..4d7c11c 100644
--- a/src/merge.c
+++ b/src/merge.c
@@ -1,6 +1,6 @@
/* Merge a patch
- Copyright (C) 2009-2011 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012 Free Software Foundation, Inc.
Written by Andreas Gruenbacher <agruen@gnu.org>, 2009.
This program is free software: you can redistribute it and/or modify
diff --git a/src/patch.c b/src/patch.c
index 4764e0d..652db31 100644
--- a/src/patch.c
+++ b/src/patch.c
@@ -2,7 +2,7 @@
/* Copyright (C) 1984, 1985, 1986, 1987, 1988 Larry Wall
- Copyright (C) 1989-1993, 1997-1999, 2002-2003, 2006, 2009-2011 Free Software
+ Copyright (C) 1989-1993, 1997-1999, 2002-2003, 2006, 2009-2012 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify
diff --git a/src/pch.c b/src/pch.c
index 0d0c4b9..6b0605e 100644
--- a/src/pch.c
+++ b/src/pch.c
@@ -2,8 +2,8 @@
/* Copyright (C) 1986, 1987, 1988 Larry Wall
- Copyright (C) 1990, 1991, 1992, 1993, 1997, 1998, 1999, 2000, 2001,
- 2002, 2003, 2006, 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1990-1993, 1997-2003, 2006, 2009-2012 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/src/pch.h b/src/pch.h
index 5e2498b..bdbc1d7 100644
--- a/src/pch.h
+++ b/src/pch.h
@@ -2,7 +2,7 @@
/* Copyright (C) 1986, 1987, 1988 Larry Wall
- Copyright (C) 1990-1993, 1997-2003, 2009-2011 Free Software Foundation, Inc.
+ Copyright (C) 1990-1993, 1997-2003, 2009-2012 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/src/util.c b/src/util.c
index 71dd004..b60ef3a 100644
--- a/src/util.c
+++ b/src/util.c
@@ -2,8 +2,8 @@
/* Copyright (C) 1986 Larry Wall
- Copyright (C) 1992, 1993, 1997, 1998, 1999, 2001, 2002, 2003, 2006,
- 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1992-1993, 1997-1999, 2001-2003, 2006, 2009-2012 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/src/util.h b/src/util.h
index 67f5e4d..240e7e7 100644
--- a/src/util.h
+++ b/src/util.h
@@ -2,7 +2,7 @@
/* Copyright (C) 1986 Larry Wall
- Copyright (C) 1992-1993, 1997-1999, 2001-2003, 2009-2011 Free Software
+ Copyright (C) 1992-1993, 1997-1999, 2001-2003, 2009-2012 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify
diff --git a/src/version.c b/src/version.c
index d97326b..b92d206 100644
--- a/src/version.c
+++ b/src/version.c
@@ -5,7 +5,7 @@
#include <version.h>
static char const copyright_string[] = "\
-Copyright (C) 2003, 2009-2011 Free Software Foundation, Inc.\n\
+Copyright (C) 2003, 2009-2012 Free Software Foundation, Inc.\n\
Copyright (C) 1988 Larry Wall";
static char const free_software_msgid[] = "\