From: Ralf Wildenhues Date: Sun, 3 May 2009 07:59:21 +0000 (+0200) Subject: Fix copyright years in *.am files. X-Git-Tag: v1.11~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6bebfca48c126f13ff9ddc86c809564b3d7e56a;p=thirdparty%2Fautomake.git Fix copyright years in *.am files. * lib/am/check.am, lib/am/check2.am, lib/am/distdir.am, lib/am/program.am, lib/am/tags.am: Fix copyright years. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 0ca67fa4b..722ac9895 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-05-03 Ralf Wildenhues + Fix copyright years in *.am files. + * lib/am/check.am, lib/am/check2.am, lib/am/distdir.am, + lib/am/program.am, lib/am/tags.am: Fix copyright years. + distdir: avoid duplicate `find' traversal with subpackages. * lib/am/distdir.am (distdir) [%?SUBDIRS%]: When recursing, set `am__skip_mode_fix'. diff --git a/lib/am/check.am b/lib/am/check.am index 6653f7bd8..5ea33c891 100644 --- a/lib/am/check.am +++ b/lib/am/check.am @@ -1,6 +1,6 @@ ## automake - create Makefile.in from Makefile.am -## Copyright (C) 2001, 2003, 2006, 2007, 2008 Free Software Foundation, -## Inc. +## Copyright (C) 2001, 2003, 2006, 2007, 2008, 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/lib/am/check2.am b/lib/am/check2.am index 3e9eed222..2734286cf 100644 --- a/lib/am/check2.am +++ b/lib/am/check2.am @@ -1,5 +1,5 @@ ## automake - create Makefile.in from Makefile.am -## Copyright (C) 2008 Free Software Foundation, Inc. +## Copyright (C) 2008, 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/lib/am/distdir.am b/lib/am/distdir.am index 9fc03cb79..43af3611a 100644 --- a/lib/am/distdir.am +++ b/lib/am/distdir.am @@ -1,6 +1,6 @@ ## automake - create Makefile.in from Makefile.am -## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free -## Software Foundation, Inc. +## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 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/lib/am/program.am b/lib/am/program.am index 8f69c7705..3277c5d12 100644 --- a/lib/am/program.am +++ b/lib/am/program.am @@ -1,5 +1,5 @@ ## automake - create Makefile.in from Makefile.am -## Copyright (C) 1994, 1995, 1996, 1997, 2001, 2003, 2005 +## Copyright (C) 1994, 1995, 1996, 1997, 2001, 2003, 2005, 2009 ## Free Software Foundation, Inc. ## This program is free software; you can redistribute it and/or modify diff --git a/lib/am/tags.am b/lib/am/tags.am index 1eabe5849..f6661e2c6 100644 --- a/lib/am/tags.am +++ b/lib/am/tags.am @@ -1,6 +1,6 @@ ## automake - create Makefile.in from Makefile.am ## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003, -## 2004, 2007, 2008 Free Software Foundation, Inc. +## 2004, 2007, 2008, 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