diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README-hacking | 2 | ||||
-rwxr-xr-x | bootstrap | 2 | ||||
-rw-r--r-- | bootstrap.conf | 2 | ||||
-rw-r--r-- | cfg.mk | 2 | ||||
-rw-r--r-- | doc/idutils.texi | 3 | ||||
-rw-r--r-- | lib/Makefile.am | 2 | ||||
-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 | 4 | ||||
-rw-r--r-- | libidu/idfile.h | 3 | ||||
-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 | 3 | ||||
-rw-r--r-- | libidu/idwrite.c | 2 | ||||
-rw-r--r-- | libidu/scanners.c | 4 | ||||
-rw-r--r-- | libidu/scanners.h | 3 | ||||
-rw-r--r-- | libidu/tokflags.h | 2 | ||||
-rw-r--r-- | libidu/walker.c | 4 | ||||
-rw-r--r-- | libidu/xnls.h | 2 | ||||
-rw-r--r-- | lisp/idutils.el | 2 | ||||
-rw-r--r-- | src/fid.c | 2 | ||||
-rw-r--r-- | src/fnid.c | 2 | ||||
-rw-r--r-- | src/lid.c | 4 | ||||
-rw-r--r-- | src/mkid.c | 3 | ||||
-rw-r--r-- | src/xtokid.c | 3 | ||||
-rw-r--r-- | testsuite/Coreutils.pm | 2 | ||||
-rw-r--r-- | testsuite/CuTmpdir.pm | 2 | ||||
-rw-r--r-- | testsuite/check.mk | 2 | ||||
-rwxr-xr-x | testsuite/consistency | 2 | ||||
-rw-r--r-- | testsuite/envvar-check | 2 | ||||
-rwxr-xr-x | testsuite/files0-from | 2 | ||||
-rwxr-xr-x | testsuite/infloop-kawa-el | 2 |
35 files changed, 45 insertions, 39 deletions
@@ -201,7 +201,7 @@ Version 1.0 - September 1987, by Greg McGary * Initial release to comp.sources.unix -Copyright (C) 2001-2009 Free Software Foundation, Inc. +Copyright (C) 2001-2010 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/README-hacking b/README-hacking index 84d62bf..6cbe384 100644 --- a/README-hacking +++ b/README-hacking @@ -70,7 +70,7 @@ Enjoy! ----- -Copyright (C) 2002-2009 Free Software Foundation, Inc. +Copyright (C) 2002-2010 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 @@ -2,7 +2,7 @@ # Bootstrap this package from checked-out sources. -# Copyright (C) 2003-2009 Free Software Foundation, Inc. +# Copyright (C) 2003-2010 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/bootstrap.conf b/bootstrap.conf index 67485af..746b894 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,6 +1,6 @@ # Bootstrap configuration. -# Copyright (C) 2006-2009 Free Software Foundation, Inc. +# Copyright (C) 2006-2010 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 @@ -1,5 +1,5 @@ # Customize maint.mk. -*- makefile -*- -# Copyright (C) 2003-2009 Free Software Foundation, Inc. +# Copyright (C) 2003-2010 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/doc/idutils.texi b/doc/idutils.texi index 7b5c345..c5eaac1 100644 --- a/doc/idutils.texi +++ b/doc/idutils.texi @@ -34,7 +34,8 @@ END-INFO-DIR-ENTRY @copying This file documents the @file{idutils} database utilities. -Copyright @copyright{} 1996, 1999-2000, 2008-2009 Free Software Foundation, Inc. +Copyright @copyright{} 1996, 1999-2000, 2008-2010 Free Software Foundation, +Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/lib/Makefile.am b/lib/Makefile.am index 4acd1f3..1cb87e2 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in. -# Copyright (C) 2004-2007, 2009 Free Software Foundation, Inc. +# Copyright (C) 2004-2007, 2009-2010 Free Software Foundation, Inc. # # This file is free software, distributed under the terms of the GNU # General Public License. As a special exception to the GNU General 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 diff --git a/lisp/idutils.el b/lisp/idutils.el index 27854dc..220e39b 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-2010 Free Software Foundation, Inc. ;;; Greg McGary <gkm@gnu.ai.mit.edu>. ;; This file is part of GNU idutils. @@ -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-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 @@ -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-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 @@ -1,6 +1,6 @@ /* lid.c -- primary query interface for mkid database - 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 @@ -1,5 +1,6 @@ /* 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-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/src/xtokid.c b/src/xtokid.c index cff5a08..fe79a8d 100644 --- a/src/xtokid.c +++ b/src/xtokid.c @@ -1,5 +1,6 @@ /* 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-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/testsuite/Coreutils.pm b/testsuite/Coreutils.pm index d1b286e..b6178fc 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-2009 Free Software Foundation, Inc. +# Copyright (C) 1998, 2000-2002, 2004-2010 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/CuTmpdir.pm b/testsuite/CuTmpdir.pm index 0af5d94..5225603 100644 --- a/testsuite/CuTmpdir.pm +++ b/testsuite/CuTmpdir.pm @@ -1,7 +1,7 @@ package CuTmpdir; # create, then chdir into a temporary sub-directory -# Copyright (C) 2007-2009 Free Software Foundation, Inc. +# Copyright (C) 2007-2010 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/check.mk b/testsuite/check.mk index a03405e..538fffd 100644 --- a/testsuite/check.mk +++ b/testsuite/check.mk @@ -1,5 +1,5 @@ # Include this file at the end of each tests/*/Makefile.am. -# Copyright (C) 2007-2009 Free Software Foundation, Inc. +# Copyright (C) 2007-2010 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/consistency b/testsuite/consistency index d9b0526..6e9d028 100755 --- a/testsuite/consistency +++ b/testsuite/consistency @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2007-2009 Free Software Foundation, Inc. +# Copyright (C) 2007-2010 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 14c541e..65fda9b 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-2009 Free Software Foundation, Inc. +# Copyright (C) 2000-2001, 2003-2004, 2006-2010 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 3b2018e..01851c0 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-2009 Free Software Foundation, Inc. +# Copyright (C) 2006-2010 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 1d019a0..98d9f39 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, 2009 Free Software Foundation, Inc. +# Copyright (C) 2007, 2009-2010 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 |