summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-01-03 22:08:42 +0100
committerJim Meyering <meyering@redhat.com>2011-01-03 22:13:35 +0100
commitce5367b6b3e4df909883f41f3ad6f12981f5a263 (patch)
treef7b1da26302313712b674e9bda169db632aa13bd /lib
parent7f0be31391ce956341690c85a060a541a02f8480 (diff)
downloaddiffutils-ce5367b6b3e4df909883f41f3ad6f12981f5a263.tar.gz
maint: update copyright year ranges to include 2011
Run "make update-copyright", so "make syntax-check" works in 2011.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/cmpbuf.c2
-rw-r--r--lib/cmpbuf.h2
-rw-r--r--lib/prepargs.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 0e31a45..d384b05 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,6 @@
# Automakefile for GNU Diffutils library.
-# Copyright (C) 2001-2002, 2004, 2006, 2009-2010 Free Software Foundation, Inc.
+# Copyright (C) 2001-2002, 2004, 2006, 2009-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/lib/cmpbuf.c b/lib/cmpbuf.c
index 96ef249..91e1999 100644
--- a/lib/cmpbuf.c
+++ b/lib/cmpbuf.c
@@ -1,6 +1,6 @@
/* Buffer primitives for comparison operations.
- Copyright (C) 1993, 1995, 1998, 2001-2002, 2006, 2009-2010 Free Software
+ Copyright (C) 1993, 1995, 1998, 2001-2002, 2006, 2009-2011 Free Software
Foundation, Inc.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/cmpbuf.h b/lib/cmpbuf.h
index 9d155f4..2296766 100644
--- a/lib/cmpbuf.h
+++ b/lib/cmpbuf.h
@@ -1,6 +1,6 @@
/* Buffer primitives for comparison operations.
- Copyright (C) 2002, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2009-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/lib/prepargs.c b/lib/prepargs.c
index 7819d04..dd78eb1 100644
--- a/lib/prepargs.c
+++ b/lib/prepargs.c
@@ -1,6 +1,6 @@
/* Parse arguments from a string and prepend them to an argv.
- Copyright (C) 1999-2002, 2006, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 1999-2002, 2006, 2009-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