summaryrefslogtreecommitdiffstats
path: root/libidu
diff options
context:
space:
mode:
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.h2
-rw-r--r--libidu/idread.c2
-rw-r--r--libidu/idwrite.c2
-rw-r--r--libidu/scanners.c4
-rw-r--r--libidu/scanners.h2
-rw-r--r--libidu/tokflags.h2
-rw-r--r--libidu/walker.c4
-rw-r--r--libidu/xnls.h2
12 files changed, 15 insertions, 15 deletions
diff --git a/libidu/dynvec.c b/libidu/dynvec.c
index e733d28..9e64e29 100644
--- a/libidu/dynvec.c
+++ b/libidu/dynvec.c
@@ -1,5 +1,5 @@
/* dynvec.c -- dynamically growable vectors
- Copyright (C) 1995, 2007-2008 Free Software Foundation, Inc.
+ Copyright (C) 1995, 2007-2009 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 6cf25d5..505317e 100644
--- a/libidu/dynvec.h
+++ b/libidu/dynvec.h
@@ -1,5 +1,5 @@
/* dynvec.h -- declarations for dynamically growable vectors
- Copyright (C) 1995, 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 1995, 2007-2009 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 813a5a9..dbe3fdd 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-2008 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1995-1996, 2007-2009 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 5713e08..2c9b02e 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-2009 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 6c2c125..9e98c94 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-2009 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1995-1996, 1999, 2007-2009 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 a51b437..449c2d1 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-2009 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/idwrite.c b/libidu/idwrite.c
index d290b46..7771d34 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, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1995-1996, 2007-2009 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 08907cb..47a5801 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-2009 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 86674a8..3c2ea00 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-2008 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1995-1996, 1999, 2007-2009 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 68e1809..0de7e3e 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 Free Software Foundation, Inc.
+ Copyright (C) 1995-1996, 2007, 2009 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 8a27fec..5fe2bf4 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
- Free Software Foundation, Inc.
+ Copyright (C) 1986, 1995-1996, 1999-2000, 2008-2009 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 669fe66..842e10d 100644
--- a/libidu/xnls.h
+++ b/libidu/xnls.h
@@ -1,5 +1,5 @@
/* xnls.h -- NLS declarations
- Copyright (C) 1996, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1996, 2007, 2009 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