From 5c9fa623a4eeab4cd583728adda1b021df1d3e75 Mon Sep 17 00:00:00 2001 From: James Youngman Date: Sat, 4 Jun 2011 01:51:40 +0100 Subject: [PATCH] Update the copyright year in test/documentation files, updatedb. * build-aux/src-sniff.py: Update copyright year. * doc/find-maint.texi: Update copyright year. * doc/regexprops.texi: Update copyright year. * find/testsuite/config/unix.exp: Update copyright year. * locate/testsuite/config/unix.exp: Update copyright year. * xargs/testsuite/config/unix.exp: Update copyright year. * locate/updatedb.sh: Update copyright year. --- build-aux/src-sniff.py | 2 +- doc/find-maint.texi | 3 ++- doc/regexprops.texi | 2 +- find/testsuite/config/unix.exp | 4 ++-- locate/testsuite/config/unix.exp | 4 ++-- locate/updatedb.sh | 2 +- xargs/testsuite/config/unix.exp | 3 ++- 7 files changed, 11 insertions(+), 9 deletions(-) diff --git a/build-aux/src-sniff.py b/build-aux/src-sniff.py index b322cab0..55b6a3d8 100644 --- a/build-aux/src-sniff.py +++ b/build-aux/src-sniff.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # src-sniff.py: checks source code for patterns that look like common errors. -# Copyright (C) 2007, 2010 Free Software Foundation, Inc. +# Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc. # # # This program is free software: you can redistribute it and/or modify diff --git a/doc/find-maint.texi b/doc/find-maint.texi index 59ab4a40..0ee7e722 100644 --- a/doc/find-maint.texi +++ b/doc/find-maint.texi @@ -23,7 +23,8 @@ be made and tested, and what resources exist to help developers. This is edition @value{EDITION}, for findutils version @value{VERSION}. -Copyright @copyright{} 2007, 2008, 2010 Free Software Foundation, Inc. +Copyright @copyright{} 2007, 2008, 2010, 2011 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.3 diff --git a/doc/regexprops.texi b/doc/regexprops.texi index e94720f7..98c6f60c 100644 --- a/doc/regexprops.texi +++ b/doc/regexprops.texi @@ -1,5 +1,5 @@ @c Copyright (C) 1994, 1996, 1998, 2000, 2001, 2003, 2004, 2005, 2006, -@c 2007, 2009, 2010 Free Software Foundation, Inc. +@c 2007, 2009, 2010, 2011 Free Software Foundation, Inc. @c @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/find/testsuite/config/unix.exp b/find/testsuite/config/unix.exp index 0c1baff0..a1f55c64 100644 --- a/find/testsuite/config/unix.exp +++ b/find/testsuite/config/unix.exp @@ -1,7 +1,7 @@ # -*- TCL -*- # Test-specific TCL procedures required by DejaGNU. -# Copyright (C) 2000, 2003, 2004, 2005, 2006, -# 2010 Free Software Foundation, Inc. +# Copyright (C) 2000, 2003, 2004, 2005, 2006, 2010, 2011 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/locate/testsuite/config/unix.exp b/locate/testsuite/config/unix.exp index dccffd13..76b557bf 100644 --- a/locate/testsuite/config/unix.exp +++ b/locate/testsuite/config/unix.exp @@ -1,7 +1,7 @@ # -*- TCL -*- # Test-specific TCL procedures required by DejaGNU. -# Copyright (C) 1994, 2003, 2004, 2005, 2006, 2007, 2010 Free Software -# Foundation, Inc. +# Copyright (C) 1994, 2003, 2004, 2005, 2006, 2007, 2010, 2011 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/locate/updatedb.sh b/locate/updatedb.sh index 94757023..a9ded7b6 100644 --- a/locate/updatedb.sh +++ b/locate/updatedb.sh @@ -1,7 +1,7 @@ #! /bin/sh # updatedb -- build a locate pathname database # Copyright (C) 1994, 1996, 1997, 2000, 2001, 2003, 2004, 2005, 2006, -# 2010 Free Software Foundation, Inc. +# 2010, 2011 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/xargs/testsuite/config/unix.exp b/xargs/testsuite/config/unix.exp index f05c29bc..9d04ac9a 100644 --- a/xargs/testsuite/config/unix.exp +++ b/xargs/testsuite/config/unix.exp @@ -1,6 +1,7 @@ # -*- TCL -*- # Test-specific TCL procedures required by DejaGNU. -# Copyright (C) 1994, 2005, 2007, 2010 Free Software Foundation, Inc. +# Copyright (C) 1994, 2005, 2007, 2010, 2011 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