summaryrefslogtreecommitdiffstats
path: root/libidu
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-01-01 14:27:55 +0100
committerJim Meyering <meyering@redhat.com>2010-01-01 14:27:55 +0100
commitc6a2abfeb2e29aa1d538ca7f4e5d929ea6904c63 (patch)
treeb82cf5392afd7c8134a2e693584e53a8a696fb5d /libidu
parent55b57881de616316ad18190d5b60fddfac4db413 (diff)
downloadidutils-c6a2abfeb2e29aa1d538ca7f4e5d929ea6904c63.tar.gz
idutils-c6a2abfeb2e29aa1d538ca7f4e5d929ea6904c63.tar.bz2
idutils-c6a2abfeb2e29aa1d538ca7f4e5d929ea6904c63.zip
maint: update all FSF copyright year lists to include 2010
Use this command: git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \ env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
Diffstat (limited to 'libidu')
-rw-r--r--libidu/dynvec.c2
-rw-r--r--libidu/dynvec.h2
-rw-r--r--libidu/fnprint.c2
-rw-r--r--libidu/idfile.c4
-rw-r--r--libidu/idfile.h3
-rw-r--r--libidu/idread.c2
-rw-r--r--libidu/idu-hash.c2
-rw-r--r--libidu/idu-hash.h2
-rw-r--r--libidu/iduglobal.h3
-rw-r--r--libidu/idwrite.c2
-rw-r--r--libidu/scanners.c4
-rw-r--r--libidu/scanners.h3
-rw-r--r--libidu/tokflags.h2
-rw-r--r--libidu/walker.c4
-rw-r--r--libidu/xnls.h2
15 files changed, 21 insertions, 18 deletions
diff --git a/libidu/dynvec.c b/libidu/dynvec.c
index 9e64e29..0388fb1 100644
--- a/libidu/dynvec.c
+++ b/libidu/dynvec.c
@@ -1,5 +1,5 @@
/* dynvec.c -- dynamically growable vectors
- Copyright (C) 1995, 2007-2009 Free Software Foundation, Inc.
+ Copyright (C) 1995, 2007-2010 Free Software Foundation, Inc.
Written by Greg McGary <gkm@gnu.ai.mit.edu>
This program is free software; you can redistribute it and/or modify
diff --git a/libidu/dynvec.h b/libidu/dynvec.h
index 505317e..7122adc 100644
--- a/libidu/dynvec.h
+++ b/libidu/dynvec.h
@@ -1,5 +1,5 @@
/* dynvec.h -- declarations for dynamically growable vectors
- Copyright (C) 1995, 2007-2009 Free Software Foundation, Inc.
+ Copyright (C) 1995, 2007-2010 Free Software Foundation, Inc.
Written by Greg McGary <gkm@gnu.ai.mit.edu>
This program is free software; you can redistribute it and/or modify
diff --git a/libidu/fnprint.c b/libidu/fnprint.c
index dbe3fdd..663d542 100644
--- a/libidu/fnprint.c
+++ b/libidu/fnprint.c
@@ -1,5 +1,5 @@
/* fnprint.c -- print a list of file names
- Copyright (C) 1986, 1995-1996, 2007-2009 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1995-1996, 2007-2010 Free Software Foundation, Inc.
Written by Greg McGary <gkm@gnu.ai.mit.edu>
This program is free software; you can redistribute it and/or modify
diff --git a/libidu/idfile.c b/libidu/idfile.c
index 2c9b02e..52b1284 100644
--- a/libidu/idfile.c
+++ b/libidu/idfile.c
@@ -1,6 +1,6 @@
/* idfile.c -- read & write mkid database file header
- Copyright (C) 1986, 1995-1996, 1999-2000, 2007-2009 Free Software Foundation,
- Inc.
+ Copyright (C) 1986, 1995-1996, 1999-2000, 2007-2010 Free Software
+ Foundation, Inc.
Written by Greg McGary <gkm@gnu.ai.mit.edu>
This program is free software; you can redistribute it and/or modify
diff --git a/libidu/idfile.h b/libidu/idfile.h
index 9e98c94..0b9f886 100644
--- a/libidu/idfile.h
+++ b/libidu/idfile.h
@@ -1,5 +1,6 @@
/* idfile.h -- decls for ID file header and constituent file names
- Copyright (C) 1986, 1995-1996, 1999, 2007-2009 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1995-1996, 1999, 2007-2010 Free Software Foundation,
+ Inc.
Written by Greg McGary <gkm@gnu.ai.mit.edu>
This program is free software; you can redistribute it and/or modify
diff --git a/libidu/idread.c b/libidu/idread.c
index c55d6bd..679ee25 100644
--- a/libidu/idread.c
+++ b/libidu/idread.c
@@ -1,5 +1,5 @@
/* idread.c -- functions to read ID database files
- Copyright (C) 1995-1996, 1999, 2007-2009 Free Software Foundation, Inc.
+ Copyright (C) 1995-1996, 1999, 2007-2010 Free Software Foundation, Inc.
Written by Greg McGary <gkm@gnu.ai.mit.edu>
This program is free software; you can redistribute it and/or modify
diff --git a/libidu/idu-hash.c b/libidu/idu-hash.c
index 3eab298..ec82a2b 100644
--- a/libidu/idu-hash.c
+++ b/libidu/idu-hash.c
@@ -1,5 +1,5 @@
/* hash.c -- hash table maintenance
- Copyright (C) 1995, 1999, 2007-2009 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1999, 2007-2010 Free Software Foundation, Inc.
Written by Greg McGary <gkm@gnu.ai.mit.edu>
This program is free software; you can redistribute it and/or modify
diff --git a/libidu/idu-hash.h b/libidu/idu-hash.h
index 4e52963..53af217 100644
--- a/libidu/idu-hash.h
+++ b/libidu/idu-hash.h
@@ -1,5 +1,5 @@
/* idu-hash.h -- decls for hash table
- Copyright (C) 1995, 1999, 2007-2009 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1999, 2007-2010 Free Software Foundation, Inc.
Written by Greg McGary <gkm@gnu.ai.mit.edu>
This program is free software; you can redistribute it and/or modify
diff --git a/libidu/iduglobal.h b/libidu/iduglobal.h
index 5c0cc5b..95d1fb2 100644
--- a/libidu/iduglobal.h
+++ b/libidu/iduglobal.h
@@ -2,7 +2,8 @@
#define _iduglobal_h
/* iduglobal.h -- global definitions for libidu
- Copyright (C) 1995, 1999, 2005, 2007, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1999, 2005, 2007, 2009-2010 Free Software Foundation,
+ Inc.
Written by Claudio Fontana <sick_soul@users.sourceforge.net>
This program is free software; you can redistribute it and/or modify
diff --git a/libidu/idwrite.c b/libidu/idwrite.c
index 0e0c593..48736d9 100644
--- a/libidu/idwrite.c
+++ b/libidu/idwrite.c
@@ -1,5 +1,5 @@
/* idwrite.c -- functions to write ID database files
- Copyright (C) 1995-1996, 2007-2009 Free Software Foundation, Inc.
+ Copyright (C) 1995-1996, 2007-2010 Free Software Foundation, Inc.
Written by Greg McGary <gkm@gnu.ai.mit.edu>
This program is free software; you can redistribute it and/or modify
diff --git a/libidu/scanners.c b/libidu/scanners.c
index 4beb5ed..c9da949 100644
--- a/libidu/scanners.c
+++ b/libidu/scanners.c
@@ -1,6 +1,6 @@
/* scanners.c -- file & directory name manipulations
- Copyright (C) 1986, 1995-1996, 1999-2000, 2007-2009 Free Software Foundation,
- Inc.
+ Copyright (C) 1986, 1995-1996, 1999-2000, 2007-2010 Free Software
+ Foundation, Inc.
Written by Greg McGary <gkm@gnu.ai.mit.edu>
This program is free software; you can redistribute it and/or modify
diff --git a/libidu/scanners.h b/libidu/scanners.h
index 3c2ea00..77d7835 100644
--- a/libidu/scanners.h
+++ b/libidu/scanners.h
@@ -1,5 +1,6 @@
/* scanners.h -- defs for interface to scanners.c
- Copyright (C) 1986, 1995-1996, 1999, 2007-2009 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1995-1996, 1999, 2007-2010 Free Software Foundation,
+ Inc.
Written by Greg McGary <gkm@gnu.ai.mit.edu>
This program is free software; you can redistribute it and/or modify
diff --git a/libidu/tokflags.h b/libidu/tokflags.h
index 0de7e3e..48f9d42 100644
--- a/libidu/tokflags.h
+++ b/libidu/tokflags.h
@@ -1,5 +1,5 @@
/* tokflags.h -- decls for per-token flags
- Copyright (C) 1995-1996, 2007, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1995-1996, 2007, 2009-2010 Free Software Foundation, Inc.
Written by Greg McGary <gkm@gnu.ai.mit.edu>
This program is free software; you can redistribute it and/or modify
diff --git a/libidu/walker.c b/libidu/walker.c
index 4093958..d8f03d0 100644
--- a/libidu/walker.c
+++ b/libidu/walker.c
@@ -1,6 +1,6 @@
/* walker.c -- nifty file-tree walker
- Copyright (C) 1986, 1995-1996, 1999-2000, 2008-2009 Free Software Foundation,
- Inc.
+ Copyright (C) 1986, 1995-1996, 1999-2000, 2008-2010 Free Software
+ Foundation, Inc.
Written by Greg McGary <gkm@gnu.ai.mit.edu>
This program is free software; you can redistribute it and/or modify
diff --git a/libidu/xnls.h b/libidu/xnls.h
index 842e10d..05b3e91 100644
--- a/libidu/xnls.h
+++ b/libidu/xnls.h
@@ -1,5 +1,5 @@
/* xnls.h -- NLS declarations
- Copyright (C) 1996, 2007, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1996, 2007, 2009-2010 Free Software Foundation, Inc.
Written by Greg McGary <gkm@gnu.ai.mit.edu>
This program is free software; you can redistribute it and/or modify