This is the prerequesite that 'make update-copyright' will correctly work on these files in future.
* configure.ac: Add copyright header, using data from the oldest log entry of this file. * lib/regexprops.c (copying): Adjust copyright year to let 'check-regexprops' pass. * po/fi.po (header comment): Substiture copyright sign "©" by "(C)". * po/it.po: Likewise. * po/vi.po: Likewise. --- configure.ac | 20 ++++++++++++++++++++ lib/regexprops.c | 2 +- po/fi.po | 3 ++- po/it.po | 3 ++- po/vi.po | 2 +- 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index add312c..7264792 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,23 @@ +# -*- autoconf -*- +# Process this file with autoconf to produce a configure script. + +# Copyright (C) 1996-2016 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 +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +dnl Written by Kevin Dalley. + dnl Process this file with autoconf to produce a configure script. AC_INIT([GNU findutils], 4.7.0-git, [bug-findutils@gnu.org]) AC_CONFIG_AUX_DIR(build-aux) diff --git a/lib/regexprops.c b/lib/regexprops.c index acdd7d7..539e48a 100644 --- a/lib/regexprops.c +++ b/lib/regexprops.c @@ -455,7 +455,7 @@ copying (void) static const char *copy_para[]= { "Copyright (C) 1994, 1996, 1998, 2000, 2001, 2003, 2004, 2005, 2006," - ,"2007, 2009, 2010, 2011 Free Software Foundation, Inc." + ,"2007, 2009, 2010, 2011, 2016 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 or" diff --git a/po/fi.po b/po/fi.po index 9c6f2fc..f2966e5 100644 --- a/po/fi.po +++ b/po/fi.po @@ -1,5 +1,6 @@ # Finnish translation of findutils. -# Copyright © 2002, 2009, 2010, 2013, 2014 Free Software Foundation, Inc. +# Copyright (C) 2000, 2009, 2010, 2013, 2014, 2015, 2016 Free Software +# Foundation, Inc. # This file is distributed under the same license as the findutils package. # Matti Koskimies <ma...@apulanta.fi>, 2002. # Jorma Karvonen <karvonen.jo...@gmail.com>, 2009, 2010, 2013-2014. diff --git a/po/it.po b/po/it.po index 1359f85..62d818a 100644 --- a/po/it.po +++ b/po/it.po @@ -1,5 +1,6 @@ # Italian messages for GNU findutils. -# Copyright © 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +# 2010, 2011, 2012, 2013, 2016 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Marco d'Itri <m...@linux.it>, 2001. # Giovanni Bortolozzo <bo...@pluto.linux.it>, 1997-2000. diff --git a/po/vi.po b/po/vi.po index c71b595..c6026d9 100644 --- a/po/vi.po +++ b/po/vi.po @@ -1,6 +1,6 @@ # Vietnamese translation for FindUtils. # Bản dịch tiếng Việt dành cho FindUtils. -# Copyright © 2015 Free Software Foundation, Inc. +# Copyright (C) 2015, 2016 Free Software Foundation, Inc. # This file is distributed under the same license as the findutils package. # Clytie Siddall <cly...@riverland.net.au>, 2006-2010. # Nguyễn Thái Ngọc Duy <pclo...@gmail.com>, 2012. -- 2.1.4