diff options
Diffstat (limited to 'libidu')
-rw-r--r-- | libidu/dynvec.c | 2 | ||||
-rw-r--r-- | libidu/dynvec.h | 2 | ||||
-rw-r--r-- | libidu/fnprint.c | 2 | ||||
-rw-r--r-- | libidu/idfile.c | 2 | ||||
-rw-r--r-- | libidu/idfile.h | 2 | ||||
-rw-r--r-- | libidu/idread.c | 2 | ||||
-rw-r--r-- | libidu/idu-hash.c | 2 | ||||
-rw-r--r-- | libidu/idu-hash.h | 2 | ||||
-rw-r--r-- | libidu/iduglobal.h | 2 | ||||
-rw-r--r-- | libidu/idwrite.c | 2 | ||||
-rw-r--r-- | libidu/scanners.c | 2 | ||||
-rw-r--r-- | libidu/scanners.h | 2 | ||||
-rw-r--r-- | libidu/tokflags.h | 2 | ||||
-rw-r--r-- | libidu/walker.c | 2 | ||||
-rw-r--r-- | libidu/xnls.h | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/libidu/dynvec.c b/libidu/dynvec.c index b8fe044..0aed714 100644 --- a/libidu/dynvec.c +++ b/libidu/dynvec.c @@ -1,5 +1,5 @@ /* dynvec.c -- dynamically growable vectors - Copyright (C) 1995, 2007-2011 Free Software Foundation, Inc. + Copyright (C) 1995, 2007-2012 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 b997a64..36da0f4 100644 --- a/libidu/dynvec.h +++ b/libidu/dynvec.h @@ -1,5 +1,5 @@ /* dynvec.h -- declarations for dynamically growable vectors - Copyright (C) 1995, 2007-2011 Free Software Foundation, Inc. + Copyright (C) 1995, 2007-2012 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 577e01f..b8d97ce 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-2011 Free Software Foundation, Inc. + Copyright (C) 1986, 1995-1996, 2007-2012 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 dc1716a..c4926f9 100644 --- a/libidu/idfile.c +++ b/libidu/idfile.c @@ -1,5 +1,5 @@ /* idfile.c -- read & write mkid database file header - Copyright (C) 1986, 1995-1996, 1999-2000, 2007-2011 Free Software + Copyright (C) 1986, 1995-1996, 1999-2000, 2007-2012 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> diff --git a/libidu/idfile.h b/libidu/idfile.h index 875638e..b77c85a 100644 --- a/libidu/idfile.h +++ b/libidu/idfile.h @@ -1,5 +1,5 @@ /* idfile.h -- decls for ID file header and constituent file names - Copyright (C) 1986, 1995-1996, 1999, 2007-2011 Free Software Foundation, + Copyright (C) 1986, 1995-1996, 1999, 2007-2012 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> diff --git a/libidu/idread.c b/libidu/idread.c index aa6eee0..965335b 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-2011 Free Software Foundation, Inc. + Copyright (C) 1995-1996, 1999, 2007-2012 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 9c7e6bd..58b6d3d 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-2011 Free Software Foundation, Inc. + Copyright (C) 1995, 1999, 2007-2012 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 af4b5f9..7ec9340 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-2011 Free Software Foundation, Inc. + Copyright (C) 1995, 1999, 2007-2012 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 46b2fc1..f36b7ea 100644 --- a/libidu/iduglobal.h +++ b/libidu/iduglobal.h @@ -2,7 +2,7 @@ #define _iduglobal_h /* iduglobal.h -- global definitions for libidu - Copyright (C) 1995, 1999, 2005, 2007, 2009-2011 Free Software Foundation, + Copyright (C) 1995, 1999, 2005, 2007, 2009-2012 Free Software Foundation, Inc. Written by Claudio Fontana <sick_soul@users.sourceforge.net> diff --git a/libidu/idwrite.c b/libidu/idwrite.c index 86a4b27..f78b016 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-2011 Free Software Foundation, Inc. + Copyright (C) 1995-1996, 2007-2012 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 eb106d5..f86fbea 100644 --- a/libidu/scanners.c +++ b/libidu/scanners.c @@ -1,5 +1,5 @@ /* scanners.c -- file & directory name manipulations - Copyright (C) 1986, 1995-1996, 1999-2000, 2007-2011 Free Software + Copyright (C) 1986, 1995-1996, 1999-2000, 2007-2012 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> diff --git a/libidu/scanners.h b/libidu/scanners.h index 3410656..cc0dad0 100644 --- a/libidu/scanners.h +++ b/libidu/scanners.h @@ -1,5 +1,5 @@ /* scanners.h -- defs for interface to scanners.c - Copyright (C) 1986, 1995-1996, 1999, 2007-2011 Free Software Foundation, + Copyright (C) 1986, 1995-1996, 1999, 2007-2012 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> diff --git a/libidu/tokflags.h b/libidu/tokflags.h index 08cf779..c44ea48 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-2011 Free Software Foundation, Inc. + Copyright (C) 1995-1996, 2007, 2009-2012 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 cf124f2..02e3d65 100644 --- a/libidu/walker.c +++ b/libidu/walker.c @@ -1,5 +1,5 @@ /* walker.c -- nifty file-tree walker - Copyright (C) 1986, 1995-1996, 1999-2000, 2008-2011 Free Software + Copyright (C) 1986, 1995-1996, 1999-2000, 2008-2012 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> diff --git a/libidu/xnls.h b/libidu/xnls.h index f7b1fbd..646adb5 100644 --- a/libidu/xnls.h +++ b/libidu/xnls.h @@ -1,5 +1,5 @@ /* xnls.h -- NLS declarations - Copyright (C) 1996, 2007, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 1996, 2007, 2009-2012 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 |