summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-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
-rw-r--r--lisp/idutils.el2
-rw-r--r--src/fid.c2
-rw-r--r--src/fnid.c2
-rw-r--r--src/lid.c4
-rw-r--r--src/mkid.c2
-rw-r--r--src/xtokid.c2
-rw-r--r--testsuite/Coreutils.pm2
-rw-r--r--testsuite/envvar-check2
-rwxr-xr-xtestsuite/files0-from2
-rwxr-xr-xtestsuite/infloop-kawa-el2
23 files changed, 27 insertions, 27 deletions
diff --git a/NEWS b/NEWS
index b10c743..6769546 100644
--- a/NEWS
+++ b/NEWS
@@ -198,7 +198,7 @@ Version 1.0 - September 1987, by Greg McGary
* Initial release to comp.sources.unix
-Copyright (C) 2001-2008 Free Software Foundation, Inc.
+Copyright (C) 2001-2009 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
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
diff --git a/lisp/idutils.el b/lisp/idutils.el
index 643a825..27854dc 100644
--- a/lisp/idutils.el
+++ b/lisp/idutils.el
@@ -1,5 +1,5 @@
;;; idutils.el --- emacs interface to `lid -R grep', a.k.a. `gid'
-;;; Copyright (C) 1995, 1996, 2006-2009 Free Software Foundation, Inc.
+;;; Copyright (C) 1995-1996, 2006-2009 Free Software Foundation, Inc.
;;; Greg McGary <gkm@gnu.ai.mit.edu>.
;; This file is part of GNU idutils.
diff --git a/src/fid.c b/src/fid.c
index f4ff09d..ac56373 100644
--- a/src/fid.c
+++ b/src/fid.c
@@ -1,5 +1,5 @@
/* fid.c -- list all tokens in the given file(s)
- Copyright (C) 1986, 1995, 1996, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1995-1996, 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/src/fnid.c b/src/fnid.c
index ddee2ec..b9c44ef 100644
--- a/src/fnid.c
+++ b/src/fnid.c
@@ -1,5 +1,5 @@
/* fnid.c -- report which files constitute an ID database
- Copyright (C) 1996, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1996, 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/src/lid.c b/src/lid.c
index 5519109..cc254aa 100644
--- a/src/lid.c
+++ b/src/lid.c
@@ -1,6 +1,6 @@
/* lid.c -- primary query interface for mkid database
- Copyright (C) 1986, 1995-1996, 1999-2000, 2007-2008 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/src/mkid.c b/src/mkid.c
index 0a64fa3..95878da 100644
--- a/src/mkid.c
+++ b/src/mkid.c
@@ -1,5 +1,5 @@
/* mkid.c -- build an identifer database
- 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/src/xtokid.c b/src/xtokid.c
index 8159c43..c4a952c 100644
--- a/src/xtokid.c
+++ b/src/xtokid.c
@@ -1,5 +1,5 @@
/* idx.c -- simple interface for testing scanners scanners
- 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/testsuite/Coreutils.pm b/testsuite/Coreutils.pm
index bfb4f13..d1b286e 100644
--- a/testsuite/Coreutils.pm
+++ b/testsuite/Coreutils.pm
@@ -1,7 +1,7 @@
package Coreutils;
# This is a testing framework.
-# Copyright (C) 1998, 2000-2002, 2004-2008 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2000-2002, 2004-2009 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/testsuite/envvar-check b/testsuite/envvar-check
index bb93c16..14c541e 100644
--- a/testsuite/envvar-check
+++ b/testsuite/envvar-check
@@ -1,7 +1,7 @@
# -*- sh -*-
# Check environment variables for sane values while testing.
-# Copyright (C) 2000-2001, 2003-2004, 2006-2008 Free Software Foundation, Inc.
+# Copyright (C) 2000-2001, 2003-2004, 2006-2009 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/testsuite/files0-from b/testsuite/files0-from
index ecc8f67..3b2018e 100755
--- a/testsuite/files0-from
+++ b/testsuite/files0-from
@@ -2,7 +2,7 @@
# Exercise the --files0-from option.
# FIXME: keep this file in sync with coreutils/tests/du/files0-from.
-# Copyright (C) 2006-2008 Free Software Foundation, Inc.
+# Copyright (C) 2006-2009 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/testsuite/infloop-kawa-el b/testsuite/infloop-kawa-el
index ee8340e..1d019a0 100755
--- a/testsuite/infloop-kawa-el
+++ b/testsuite/infloop-kawa-el
@@ -1,7 +1,7 @@
#!/bin/sh
# This would provoke an infloop with source from 4.2+ (cvs as of 2007-01-19).
-# Copyright (C) 2007 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009 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