From: Daiki Ueno Date: Fri, 5 Jun 2015 07:11:39 +0000 (+0900) Subject: maint: Update copyright year X-Git-Tag: v0.19.5~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a22b2df2bda2ce267f074cb2da6d7018529004a;p=thirdparty%2Fgettext.git maint: Update copyright year --- diff --git a/Admin/update-changelog b/Admin/update-changelog index 0fcca7469..4ebc66809 100755 --- a/Admin/update-changelog +++ b/Admin/update-changelog @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2014 Free Software Foundation, Inc. +# Copyright (C) 2014-2015 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/Makefile.am b/Makefile.am index b9bd2ba8e..56e058565 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the toplevel directory of GNU gettext -## Copyright (C) 1995-1999, 2000-2012 Free Software Foundation, Inc. +## Copyright (C) 1995-2015 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/autogen.sh b/autogen.sh index c990dca45..7ee7067b0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2003-2014 Free Software Foundation, Inc. +# Copyright (C) 2003-2015 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/build-aux/ac-help.sed b/build-aux/ac-help.sed index 306094efa..a9cbc9eb4 100644 --- a/build-aux/ac-help.sed +++ b/build-aux/ac-help.sed @@ -1,5 +1,5 @@ # Sed script for post-processing the trace output of subordinate configures. -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2003, 2005, 2015 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/configure.ac b/configure.ac index d5cacb9ed..5e996fa4e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,6 @@ dnl Configuration for the toplevel directory of GNU gettext -dnl Copyright (C) 1995-1999, 2000-2003, 2005-2006, 2009-2010 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2003, 2005-2006, 2009-2010, 2015 Free Software +dnl Foundation, Inc. dnl dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/gettext-runtime/Makefile.am b/gettext-runtime/Makefile.am index 823c4f198..5974e1c53 100644 --- a/gettext-runtime/Makefile.am +++ b/gettext-runtime/Makefile.am @@ -1,5 +1,6 @@ ## Makefile for the gettext-runtime directory of GNU gettext -## Copyright (C) 1995-1999, 2000-2006, 2010, 2012 Free Software Foundation, Inc. +## Copyright (C) 1995-2006, 2010, 2012, 2015 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/gettext-runtime/configure.ac b/gettext-runtime/configure.ac index 172f96e50..e9299b63f 100644 --- a/gettext-runtime/configure.ac +++ b/gettext-runtime/configure.ac @@ -1,5 +1,5 @@ dnl Configuration for the gettext-runtime directory of GNU gettext -dnl Copyright (C) 1995-1999, 2000-2010 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2010, 2015 Free Software Foundation, Inc. dnl dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/gettext-runtime/doc/Makefile.am b/gettext-runtime/doc/Makefile.am index b67bc3d90..63a016bdf 100644 --- a/gettext-runtime/doc/Makefile.am +++ b/gettext-runtime/doc/Makefile.am @@ -1,5 +1,6 @@ ## Makefile for the gettext-runtime/doc subdirectory of GNU gettext -## Copyright (C) 1995-1997, 2001-2003, 2006 Free Software Foundation, Inc. +## Copyright (C) 1995-1997, 2001-2003, 2006, 2015 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/gettext-runtime/intl-csharp/Makefile.am b/gettext-runtime/intl-csharp/Makefile.am index c39e118cf..3a8563ff5 100644 --- a/gettext-runtime/intl-csharp/Makefile.am +++ b/gettext-runtime/intl-csharp/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-runtime/intl-csharp subdirectory of GNU gettext -## Copyright (C) 2003, 2006 Free Software Foundation, Inc. +## Copyright (C) 2003, 2006, 2015 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/gettext-runtime/intl-csharp/intl.cs b/gettext-runtime/intl-csharp/intl.cs index 077e246d0..f042d299e 100644 --- a/gettext-runtime/intl-csharp/intl.cs +++ b/gettext-runtime/intl-csharp/intl.cs @@ -1,5 +1,5 @@ /* GNU gettext for C# - * Copyright (C) 2003, 2005, 2007 Free Software Foundation, Inc. + * Copyright (C) 2003, 2005, 2007, 2015 Free Software Foundation, Inc. * Written by Bruno Haible , 2003. * * This program is free software: you can redistribute it and/or modify diff --git a/gettext-runtime/intl-java/Makefile.am b/gettext-runtime/intl-java/Makefile.am index 33a379441..d798bae92 100644 --- a/gettext-runtime/intl-java/Makefile.am +++ b/gettext-runtime/intl-java/Makefile.am @@ -1,5 +1,6 @@ ## Makefile for the gettext-runtime/intl-java subdirectory of GNU gettext -## Copyright (C) 2001-2003, 2006-2007 Free Software Foundation, Inc. +## Copyright (C) 2001-2003, 2006-2007, 2015 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/gettext-runtime/intl-java/gnu/gettext/GettextResource.java b/gettext-runtime/intl-java/gnu/gettext/GettextResource.java index 3093e71e9..0924b95ed 100644 --- a/gettext-runtime/intl-java/gnu/gettext/GettextResource.java +++ b/gettext-runtime/intl-java/gnu/gettext/GettextResource.java @@ -1,5 +1,5 @@ /* GNU gettext for Java - * Copyright (C) 2001, 2007 Free Software Foundation, Inc. + * Copyright (C) 2001, 2007, 2015 Free Software Foundation, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in index d6694171d..bc8b18452 100644 --- a/gettext-runtime/intl/Makefile.in +++ b/gettext-runtime/intl/Makefile.in @@ -1,5 +1,6 @@ # Makefile for directory with message catalog handling library of GNU gettext -# Copyright (C) 1995-1998, 2000-2007, 2009-2012 Free Software Foundation, Inc. +# Copyright (C) 1995-1998, 2000-2007, 2009-2015 Free Software +# Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/eval-plural.h b/gettext-runtime/intl/eval-plural.h index 924c8c30b..52ec80101 100644 --- a/gettext-runtime/intl/eval-plural.h +++ b/gettext-runtime/intl/eval-plural.h @@ -1,5 +1,5 @@ /* Plural expression evaluation. - Copyright (C) 2000-2003, 2007 Free Software Foundation, Inc. + Copyright (C) 2000-2003, 2007, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/intl-compat.c b/gettext-runtime/intl/intl-compat.c index c5aa0731c..ee933d77e 100644 --- a/gettext-runtime/intl/intl-compat.c +++ b/gettext-runtime/intl/intl-compat.c @@ -1,6 +1,7 @@ /* intl-compat.c - Stub functions to call gettext functions from GNU gettext Library. - Copyright (C) 1995, 2000-2003, 2005 Free Software Foundation, Inc. + Copyright (C) 1995, 2000-2003, 2005, 2015 Free Software Foundation, + Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/intl-exports.c b/gettext-runtime/intl/intl-exports.c index 891c25e26..48b05be5e 100644 --- a/gettext-runtime/intl/intl-exports.c +++ b/gettext-runtime/intl/intl-exports.c @@ -1,5 +1,5 @@ /* List of exported symbols of libintl on Cygwin. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gettext-runtime/intl/langprefs.c b/gettext-runtime/intl/langprefs.c index aeb1c4e9e..fb7469f48 100644 --- a/gettext-runtime/intl/langprefs.c +++ b/gettext-runtime/intl/langprefs.c @@ -1,5 +1,5 @@ /* Determine the user's language preferences. - Copyright (C) 2004-2007 Free Software Foundation, Inc. + Copyright (C) 2004-2007, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/libgnuintl.in.h b/gettext-runtime/intl/libgnuintl.in.h index 148714497..a198d7828 100644 --- a/gettext-runtime/intl/libgnuintl.in.h +++ b/gettext-runtime/intl/libgnuintl.in.h @@ -1,5 +1,6 @@ /* Message catalogs for internationalization. - Copyright (C) 1995-1997, 2000-2012 Free Software Foundation, Inc. + Copyright (C) 1995-1997, 2000-2015 Free Software Foundation, + Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/libintl.glibc b/gettext-runtime/intl/libintl.glibc index 6fc4916fd..f0570beaa 100644 --- a/gettext-runtime/intl/libintl.glibc +++ b/gettext-runtime/intl/libintl.glibc @@ -1,5 +1,6 @@ /* Message catalogs for internationalization. - Copyright (C) 1995-2002, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1995-2002, 2004-2005, 2015 Free Software Foundation, + Inc. This file is part of the GNU C Library. This file is derived from the file libgettext.h in the GNU gettext package. diff --git a/gettext-runtime/intl/localcharset.h b/gettext-runtime/intl/localcharset.h index 4e96fd4bc..0f5e78db9 100644 --- a/gettext-runtime/intl/localcharset.h +++ b/gettext-runtime/intl/localcharset.h @@ -1,5 +1,5 @@ /* Determine a canonical name for the current locale's character encoding. - Copyright (C) 2000-2003 Free Software Foundation, Inc. + Copyright (C) 2000-2003, 2015 Free Software Foundation, Inc. This file is part of the GNU CHARSET Library. This program is free software: you can redistribute it and/or modify diff --git a/gettext-runtime/intl/locale.alias b/gettext-runtime/intl/locale.alias index 1e87f0176..5d289348c 100644 --- a/gettext-runtime/intl/locale.alias +++ b/gettext-runtime/intl/locale.alias @@ -1,5 +1,6 @@ # Locale name alias data base. -# Copyright (C) 1996-2001,2003,2007 Free Software Foundation, Inc. +# Copyright (C) 1996-2001, 2003, 2007, 2015 Free Software Foundation, +# Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/lock.c b/gettext-runtime/intl/lock.c index 5c3f03f89..6ea32c5f0 100644 --- a/gettext-runtime/intl/lock.c +++ b/gettext-runtime/intl/lock.c @@ -1,5 +1,5 @@ /* Locking in multithreaded situations. - Copyright (C) 2005-2008 Free Software Foundation, Inc. + Copyright (C) 2005-2008, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/lock.h b/gettext-runtime/intl/lock.h index 2504fdc57..26d53ad9b 100644 --- a/gettext-runtime/intl/lock.h +++ b/gettext-runtime/intl/lock.h @@ -1,5 +1,5 @@ /* Locking in multithreaded situations. - Copyright (C) 2005-2008 Free Software Foundation, Inc. + Copyright (C) 2005-2008, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/log.c b/gettext-runtime/intl/log.c index e2090e1fd..48e9b6b13 100644 --- a/gettext-runtime/intl/log.c +++ b/gettext-runtime/intl/log.c @@ -1,5 +1,5 @@ /* Log file output. - Copyright (C) 2003, 2005, 2009 Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2009, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/os2compat.c b/gettext-runtime/intl/os2compat.c index 050447d03..2d9e1a648 100644 --- a/gettext-runtime/intl/os2compat.c +++ b/gettext-runtime/intl/os2compat.c @@ -1,5 +1,5 @@ /* OS/2 compatibility functions. - Copyright (C) 2001-2002 Free Software Foundation, Inc. + Copyright (C) 2001-2002, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/os2compat.h b/gettext-runtime/intl/os2compat.h index 13e8265e0..281223b03 100644 --- a/gettext-runtime/intl/os2compat.h +++ b/gettext-runtime/intl/os2compat.h @@ -1,6 +1,6 @@ /* OS/2 compatibility defines. This file is intended to be included from config.h - Copyright (C) 2001-2002 Free Software Foundation, Inc. + Copyright (C) 2001-2002, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/osdep.c b/gettext-runtime/intl/osdep.c index 7143d822e..25f8dfac4 100644 --- a/gettext-runtime/intl/osdep.c +++ b/gettext-runtime/intl/osdep.c @@ -1,5 +1,5 @@ /* OS dependent parts of libintl. - Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc. + Copyright (C) 2001-2002, 2006, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/printf-args.c b/gettext-runtime/intl/printf-args.c index 271a294ca..3c3486795 100644 --- a/gettext-runtime/intl/printf-args.c +++ b/gettext-runtime/intl/printf-args.c @@ -1,5 +1,6 @@ /* Decomposed printf argument list. - Copyright (C) 1999, 2002-2003, 2005-2007 Free Software Foundation, Inc. + Copyright (C) 1999, 2002-2003, 2005-2007, 2015 Free Software + Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/printf-args.h b/gettext-runtime/intl/printf-args.h index 89693dfea..0937e6078 100644 --- a/gettext-runtime/intl/printf-args.h +++ b/gettext-runtime/intl/printf-args.h @@ -1,5 +1,6 @@ /* Decomposed printf argument list. - Copyright (C) 1999, 2002-2003, 2006-2007, 2011 Free Software Foundation, Inc. + Copyright (C) 1999, 2002-2003, 2006-2007, 2011, 2015 Free Software + Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/printf-parse.c b/gettext-runtime/intl/printf-parse.c index 0e2d2c77a..87f49a388 100644 --- a/gettext-runtime/intl/printf-parse.c +++ b/gettext-runtime/intl/printf-parse.c @@ -1,5 +1,6 @@ /* Formatted output to strings. - Copyright (C) 1999-2000, 2002-2003, 2006-2008, 2011 Free Software Foundation, Inc. + Copyright (C) 1999-2000, 2002-2003, 2006-2008, 2011, 2015 Free + Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/printf-parse.h b/gettext-runtime/intl/printf-parse.h index bba183c33..b90233ebc 100644 --- a/gettext-runtime/intl/printf-parse.h +++ b/gettext-runtime/intl/printf-parse.h @@ -1,5 +1,6 @@ /* Parse printf format string. - Copyright (C) 1999, 2002-2003, 2005, 2007, 2010-2011 Free Software Foundation, Inc. + Copyright (C) 1999, 2002-2003, 2005, 2007, 2010-2011, 2015 Free + Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/printf.c b/gettext-runtime/intl/printf.c index 0369e879e..35c0fa08e 100644 --- a/gettext-runtime/intl/printf.c +++ b/gettext-runtime/intl/printf.c @@ -1,5 +1,6 @@ /* Formatted output to strings, using POSIX/XSI format strings with positions. - Copyright (C) 2003, 2006-2007, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 2003, 2006-2007, 2009-2011, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-runtime/intl/ref-add.sin b/gettext-runtime/intl/ref-add.sin index 813193e8e..19cf2b0af 100644 --- a/gettext-runtime/intl/ref-add.sin +++ b/gettext-runtime/intl/ref-add.sin @@ -1,6 +1,6 @@ # Add this package to a list of references stored in a text file. # -# Copyright (C) 2000 Free Software Foundation, Inc. +# Copyright (C) 2000, 2015 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/ref-del.sin b/gettext-runtime/intl/ref-del.sin index 051f2d529..a29f50913 100644 --- a/gettext-runtime/intl/ref-del.sin +++ b/gettext-runtime/intl/ref-del.sin @@ -1,6 +1,6 @@ # Remove this package from a list of references stored in a text file. # -# Copyright (C) 2000 Free Software Foundation, Inc. +# Copyright (C) 2000, 2015 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/relocatable.h b/gettext-runtime/intl/relocatable.h index 3058fdb10..8ee49f318 100644 --- a/gettext-runtime/intl/relocatable.h +++ b/gettext-runtime/intl/relocatable.h @@ -1,5 +1,5 @@ /* Provide relocatable packages. - Copyright (C) 2003, 2005, 2008 Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2008, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-runtime/intl/setlocale.c b/gettext-runtime/intl/setlocale.c index 45fbc7b75..9c4cf1125 100644 --- a/gettext-runtime/intl/setlocale.c +++ b/gettext-runtime/intl/setlocale.c @@ -1,5 +1,5 @@ /* setlocale() function that respects the locale chosen by the user. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify diff --git a/gettext-runtime/intl/threadlib.c b/gettext-runtime/intl/threadlib.c index 107e3355f..11363a8c0 100644 --- a/gettext-runtime/intl/threadlib.c +++ b/gettext-runtime/intl/threadlib.c @@ -1,5 +1,5 @@ /* Multithreading primitives. - Copyright (C) 2005-2009 Free Software Foundation, Inc. + Copyright (C) 2005-2009, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/tsearch.c b/gettext-runtime/intl/tsearch.c index 5c8296489..a7c51c2a4 100644 --- a/gettext-runtime/intl/tsearch.c +++ b/gettext-runtime/intl/tsearch.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1995, 1996, 1997, 2000, 2006 Free Software Foundation, Inc. +/* Copyright (C) 1995-1997, 2000, 2006, 2015 Free Software Foundation, + Inc. Contributed by Bernd Schmidt , 1997. NOTE: The canonical source of this file is maintained with the GNU C diff --git a/gettext-runtime/intl/tsearch.h b/gettext-runtime/intl/tsearch.h index 7ce909272..71263cd6d 100644 --- a/gettext-runtime/intl/tsearch.h +++ b/gettext-runtime/intl/tsearch.h @@ -1,5 +1,5 @@ /* Binary tree data structure. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/vasnprintf.h b/gettext-runtime/intl/vasnprintf.h index 9e6c3628f..25940154b 100644 --- a/gettext-runtime/intl/vasnprintf.h +++ b/gettext-runtime/intl/vasnprintf.h @@ -1,5 +1,5 @@ /* vsprintf with automatic memory allocation. - Copyright (C) 2002-2004, 2012 Free Software Foundation, Inc. + Copyright (C) 2002-2004, 2012, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/vasnwprintf.h b/gettext-runtime/intl/vasnwprintf.h index 5a7d0d8ec..584b331cb 100644 --- a/gettext-runtime/intl/vasnwprintf.h +++ b/gettext-runtime/intl/vasnwprintf.h @@ -1,5 +1,5 @@ /* vswprintf with automatic memory allocation. - Copyright (C) 2002-2003 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/version.c b/gettext-runtime/intl/version.c index f09ec706a..22f6f772a 100644 --- a/gettext-runtime/intl/version.c +++ b/gettext-runtime/intl/version.c @@ -1,5 +1,5 @@ /* libintl library version. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/intl/wprintf-parse.h b/gettext-runtime/intl/wprintf-parse.h index 7c582b2ec..514145aa1 100644 --- a/gettext-runtime/intl/wprintf-parse.h +++ b/gettext-runtime/intl/wprintf-parse.h @@ -1,5 +1,6 @@ /* Parse printf format string. - Copyright (C) 1999, 2002-2003, 2005, 2007, 2010-2011 Free Software Foundation, Inc. + Copyright (C) 1999, 2002-2003, 2005, 2007, 2010-2011, 2015 Free + Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/libasprintf/Makefile.am b/gettext-runtime/libasprintf/Makefile.am index 752c15694..e5656d7c3 100644 --- a/gettext-runtime/libasprintf/Makefile.am +++ b/gettext-runtime/libasprintf/Makefile.am @@ -1,5 +1,6 @@ ## Makefile for the gettext-runtime/libasprintf subdirectory of GNU gettext -## Copyright (C) 2002-2007, 2009-2010 Free Software Foundation, Inc. +## Copyright (C) 2002-2007, 2009-2010, 2015 Free Software Foundation, +## Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/libasprintf/asnprintf.c b/gettext-runtime/libasprintf/asnprintf.c index 309fbcc22..7467315a7 100644 --- a/gettext-runtime/libasprintf/asnprintf.c +++ b/gettext-runtime/libasprintf/asnprintf.c @@ -1,5 +1,5 @@ /* Formatted output to strings. - Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2006, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/libasprintf/asprintf.c b/gettext-runtime/libasprintf/asprintf.c index 77e4e758f..521d586d7 100644 --- a/gettext-runtime/libasprintf/asprintf.c +++ b/gettext-runtime/libasprintf/asprintf.c @@ -1,5 +1,6 @@ /* Formatted output to strings. - Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2006-2007, 2015 Free Software Foundation, + Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/libasprintf/autosprintf.cc b/gettext-runtime/libasprintf/autosprintf.cc index 5e867d3e1..25422d8a6 100644 --- a/gettext-runtime/libasprintf/autosprintf.cc +++ b/gettext-runtime/libasprintf/autosprintf.cc @@ -1,5 +1,5 @@ /* Class autosprintf - formatted output to an ostream. - Copyright (C) 2002, 2013 Free Software Foundation, Inc. + Copyright (C) 2002, 2013, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-runtime/libasprintf/autosprintf.in.h b/gettext-runtime/libasprintf/autosprintf.in.h index 784af9185..22e7443e3 100644 --- a/gettext-runtime/libasprintf/autosprintf.in.h +++ b/gettext-runtime/libasprintf/autosprintf.in.h @@ -1,5 +1,5 @@ /* Class autosprintf - formatted output to an ostream. - Copyright (C) 2002, 2012, 2013 Free Software Foundation, Inc. + Copyright (C) 2002, 2012-2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/libasprintf/autosprintf.texi b/gettext-runtime/libasprintf/autosprintf.texi index 0b74d5cbd..56b199815 100644 --- a/gettext-runtime/libasprintf/autosprintf.texi +++ b/gettext-runtime/libasprintf/autosprintf.texi @@ -33,7 +33,7 @@ This file provides documentation for GNU @code{autosprintf} library. @copying -Copyright (C) 2002-2003, 2006-2007 Free Software Foundation, Inc. +Copyright (C) 2002-2003, 2006-2007, 2015 Free Software Foundation, Inc. This manual is free documentation. It is dually licensed under the GNU FDL and the GNU GPL. This means that you can redistribute this diff --git a/gettext-runtime/libasprintf/autosprintf_all.html b/gettext-runtime/libasprintf/autosprintf_all.html index 725b3eae4..2274da923 100644 --- a/gettext-runtime/libasprintf/autosprintf_all.html +++ b/gettext-runtime/libasprintf/autosprintf_all.html @@ -21,7 +21,7 @@


-Copyright (C) 2002-2003, 2006-2007 Free Software Foundation, Inc. +Copyright (C) 2002-2003, 2006-2007, 2015 Free Software Foundation, Inc.

diff --git a/gettext-runtime/libasprintf/configure.ac b/gettext-runtime/libasprintf/configure.ac index 19a95569f..a7c281164 100644 --- a/gettext-runtime/libasprintf/configure.ac +++ b/gettext-runtime/libasprintf/configure.ac @@ -1,5 +1,5 @@ dnl Configuration for the GNU libasprintf library -dnl Copyright (C) 2002-2011 Free Software Foundation, Inc. +dnl Copyright (C) 2002-2011, 2015 Free Software Foundation, Inc. dnl dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/gettext-runtime/libasprintf/lib-asprintf.c b/gettext-runtime/libasprintf/lib-asprintf.c index ba3acc0e4..f8ca5d428 100644 --- a/gettext-runtime/libasprintf/lib-asprintf.c +++ b/gettext-runtime/libasprintf/lib-asprintf.c @@ -1,5 +1,5 @@ /* Library functions for class autosprintf. - Copyright (C) 2002-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-runtime/libasprintf/lib-asprintf.h b/gettext-runtime/libasprintf/lib-asprintf.h index d654e9c2c..95c2b387a 100644 --- a/gettext-runtime/libasprintf/lib-asprintf.h +++ b/gettext-runtime/libasprintf/lib-asprintf.h @@ -1,5 +1,5 @@ /* Library functions for class autosprintf. - Copyright (C) 2002-2003 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-runtime/libasprintf/printf-args.c b/gettext-runtime/libasprintf/printf-args.c index 271a294ca..3c3486795 100644 --- a/gettext-runtime/libasprintf/printf-args.c +++ b/gettext-runtime/libasprintf/printf-args.c @@ -1,5 +1,6 @@ /* Decomposed printf argument list. - Copyright (C) 1999, 2002-2003, 2005-2007 Free Software Foundation, Inc. + Copyright (C) 1999, 2002-2003, 2005-2007, 2015 Free Software + Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/libasprintf/printf-args.h b/gettext-runtime/libasprintf/printf-args.h index 89693dfea..0937e6078 100644 --- a/gettext-runtime/libasprintf/printf-args.h +++ b/gettext-runtime/libasprintf/printf-args.h @@ -1,5 +1,6 @@ /* Decomposed printf argument list. - Copyright (C) 1999, 2002-2003, 2006-2007, 2011 Free Software Foundation, Inc. + Copyright (C) 1999, 2002-2003, 2006-2007, 2011, 2015 Free Software + Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/libasprintf/printf-parse.c b/gettext-runtime/libasprintf/printf-parse.c index 0e2d2c77a..87f49a388 100644 --- a/gettext-runtime/libasprintf/printf-parse.c +++ b/gettext-runtime/libasprintf/printf-parse.c @@ -1,5 +1,6 @@ /* Formatted output to strings. - Copyright (C) 1999-2000, 2002-2003, 2006-2008, 2011 Free Software Foundation, Inc. + Copyright (C) 1999-2000, 2002-2003, 2006-2008, 2011, 2015 Free + Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/libasprintf/printf-parse.h b/gettext-runtime/libasprintf/printf-parse.h index bba183c33..b90233ebc 100644 --- a/gettext-runtime/libasprintf/printf-parse.h +++ b/gettext-runtime/libasprintf/printf-parse.h @@ -1,5 +1,6 @@ /* Parse printf format string. - Copyright (C) 1999, 2002-2003, 2005, 2007, 2010-2011 Free Software Foundation, Inc. + Copyright (C) 1999, 2002-2003, 2005, 2007, 2010-2011, 2015 Free + Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/libasprintf/vasnprintf.h b/gettext-runtime/libasprintf/vasnprintf.h index 9e6c3628f..25940154b 100644 --- a/gettext-runtime/libasprintf/vasnprintf.h +++ b/gettext-runtime/libasprintf/vasnprintf.h @@ -1,5 +1,5 @@ /* vsprintf with automatic memory allocation. - Copyright (C) 2002-2004, 2012 Free Software Foundation, Inc. + Copyright (C) 2002-2004, 2012, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/libasprintf/vasprintf.c b/gettext-runtime/libasprintf/vasprintf.c index 35ef71f50..5b595aff6 100644 --- a/gettext-runtime/libasprintf/vasprintf.c +++ b/gettext-runtime/libasprintf/vasprintf.c @@ -1,5 +1,6 @@ /* Formatted output to strings. - Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2006-2007, 2015 Free Software Foundation, + Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/libasprintf/vasprintf.h b/gettext-runtime/libasprintf/vasprintf.h index 0ed89f2d5..6d7f3c6c1 100644 --- a/gettext-runtime/libasprintf/vasprintf.h +++ b/gettext-runtime/libasprintf/vasprintf.h @@ -1,5 +1,5 @@ /* vsprintf with automatic memory allocation. - Copyright (C) 2002-2003, 2012 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2012, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/m4/intl.m4 b/gettext-runtime/m4/intl.m4 index 0c29ad0df..87de63b39 100644 --- a/gettext-runtime/m4/intl.m4 +++ b/gettext-runtime/m4/intl.m4 @@ -1,5 +1,5 @@ # intl.m4 serial 28 (gettext-0.19) -dnl Copyright (C) 1995-2014 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gettext-runtime/m4/po.m4 b/gettext-runtime/m4/po.m4 index 43012dca1..c1e36ef2d 100644 --- a/gettext-runtime/m4/po.m4 +++ b/gettext-runtime/m4/po.m4 @@ -1,5 +1,5 @@ # po.m4 serial 24 (gettext-0.19) -dnl Copyright (C) 1995-2014 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gettext-runtime/man/Makefile.am b/gettext-runtime/man/Makefile.am index 813e1f3dd..b4e9259fe 100644 --- a/gettext-runtime/man/Makefile.am +++ b/gettext-runtime/man/Makefile.am @@ -1,5 +1,6 @@ ## Makefile for the gettext-runtime/man subdirectory of GNU gettext -## Copyright (C) 2001-2003, 2006, 2009 Free Software Foundation, Inc. +## Copyright (C) 2001-2003, 2006, 2009, 2015 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/gettext-runtime/man/help2man b/gettext-runtime/man/help2man index e0a957b1c..1b6ad6543 100755 --- a/gettext-runtime/man/help2man +++ b/gettext-runtime/man/help2man @@ -31,7 +31,7 @@ my $this_version = '1.24'; my $version_info = <, 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-runtime/src/gettext.c b/gettext-runtime/src/gettext.c index b7961a693..7560d9e8a 100644 --- a/gettext-runtime/src/gettext.c +++ b/gettext-runtime/src/gettext.c @@ -1,5 +1,6 @@ /* gettext - retrieve text string from message catalog and print it. - Copyright (C) 1995-1997, 2000-2007, 2012 Free Software Foundation, Inc. + Copyright (C) 1995-1997, 2000-2007, 2012, 2015 Free Software + Foundation, Inc. Written by Ulrich Drepper , May 1995. This program is free software: you can redistribute it and/or modify diff --git a/gettext-runtime/src/gettext.sh.in b/gettext-runtime/src/gettext.sh.in index 474f6cd97..1dfa3bb84 100644 --- a/gettext-runtime/src/gettext.sh.in +++ b/gettext-runtime/src/gettext.sh.in @@ -1,6 +1,7 @@ #! /bin/sh # -# Copyright (C) 2003, 2005-2007, 2011 Free Software Foundation, Inc. +# Copyright (C) 2003, 2005-2007, 2011, 2015 Free Software Foundation, +# Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-runtime/src/ngettext.c b/gettext-runtime/src/ngettext.c index 3730c8043..dd01a353b 100644 --- a/gettext-runtime/src/ngettext.c +++ b/gettext-runtime/src/ngettext.c @@ -1,5 +1,6 @@ /* ngettext - retrieve plural form string from message catalog and print it. - Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc. + Copyright (C) 1995-1997, 2000-2007, 2015 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/gettext-runtime/tests/Makefile.am b/gettext-runtime/tests/Makefile.am index 6ebedda30..47340128d 100644 --- a/gettext-runtime/tests/Makefile.am +++ b/gettext-runtime/tests/Makefile.am @@ -1,5 +1,6 @@ ## Makefile for the gettext-runtime/tests subdirectory of GNU gettext -## Copyright (C) 2005-2006, 2008-2009 Free Software Foundation, Inc. +## Copyright (C) 2005-2006, 2008-2009, 2015 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/gettext-runtime/tests/test-lock.c b/gettext-runtime/tests/test-lock.c index d27cac4fc..0be81f226 100644 --- a/gettext-runtime/tests/test-lock.c +++ b/gettext-runtime/tests/test-lock.c @@ -1,5 +1,5 @@ /* Test of locking in multithreaded situations. - Copyright (C) 2005, 2008-2012 Free Software Foundation, Inc. + Copyright (C) 2005, 2008-2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index 3eb3238c7..e118f2185 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-tools directory of GNU gettext -## Copyright (C) 1995-1999, 2000-2007, 2010 Free Software Foundation, Inc. +## Copyright (C) 1995-2007, 2010, 2015 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/gettext-tools/configure.ac b/gettext-tools/configure.ac index 26a2aaa83..bbc0f5088 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -1,5 +1,5 @@ dnl Configuration for the gettext-tools directory of GNU gettext -dnl Copyright (C) 1995-1999, 2000-2011 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2011, 2015 Free Software Foundation, Inc. dnl dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am index 708b1ccee..0abb43f80 100644 --- a/gettext-tools/doc/Makefile.am +++ b/gettext-tools/doc/Makefile.am @@ -1,5 +1,6 @@ ## Makefile for the gettext-tools/doc subdirectory of GNU gettext -## Copyright (C) 1995-1997, 2001-2007, 2009 Free Software Foundation, Inc. +## Copyright (C) 1995-1997, 2001-2007, 2009, 2015 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/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 0dda94140..5abd06774 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -79,7 +79,7 @@ This file provides documentation for GNU @code{gettext} utilities. It also serves as a reference for the free Translation Project. @copying -Copyright (C) 1995-1998, 2001-2012 Free Software Foundation, Inc. +Copyright (C) 1995-1998, 2001-2015 Free Software Foundation, Inc. This manual is free documentation. It is dually licensed under the GNU FDL and the GNU GPL. This means that you can redistribute this diff --git a/gettext-tools/examples/Makefile.am b/gettext-tools/examples/Makefile.am index 218e82c1a..fe4ff7255 100644 --- a/gettext-tools/examples/Makefile.am +++ b/gettext-tools/examples/Makefile.am @@ -1,5 +1,6 @@ ## Makefile for the gettext-tools/examples subdirectory of GNU gettext -## Copyright (C) 2001-2007, 2009-2012 Free Software Foundation, Inc. +## Copyright (C) 2001-2007, 2009-2015 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/gettext-tools/examples/configure.ac b/gettext-tools/examples/configure.ac index ff3eaf1c0..3ad3be0ee 100644 --- a/gettext-tools/examples/configure.ac +++ b/gettext-tools/examples/configure.ac @@ -1,5 +1,5 @@ dnl Configuration for the gettext-tools/examples directory of GNU gettext -dnl Copyright (C) 2006, 2009 Free Software Foundation, Inc. +dnl Copyright (C) 2006, 2009, 2015 Free Software Foundation, Inc. dnl dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/gettext-tools/examples/hello-c++-kde/admin/acinclude.m4.in b/gettext-tools/examples/hello-c++-kde/admin/acinclude.m4.in index 18ca70921..8fb02ea2a 100644 --- a/gettext-tools/examples/hello-c++-kde/admin/acinclude.m4.in +++ b/gettext-tools/examples/hello-c++-kde/admin/acinclude.m4.in @@ -3084,7 +3084,7 @@ dnl This is a merge of some macros out of the gettext aclocal.m4 dnl since we don't need anything, I took the things we need dnl the copyright for them is: dnl > -dnl Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. +dnl Copyright (C) 1994-1998, 2015 Free Software Foundation, Inc. dnl This Makefile.in is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gettext-tools/examples/hello-c++-kde/admin/compile b/gettext-tools/examples/hello-c++-kde/admin/compile index 9bb997a6a..5c54efb69 100755 --- a/gettext-tools/examples/hello-c++-kde/admin/compile +++ b/gettext-tools/examples/hello-c++-kde/admin/compile @@ -2,7 +2,7 @@ # Wrapper for compilers which do not understand `-c -o'. -# Copyright 1999, 2000 Free Software Foundation, Inc. +# Copyright 1999-2000, 2015 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify diff --git a/gettext-tools/examples/hello-c++-kde/admin/config.guess b/gettext-tools/examples/hello-c++-kde/admin/config.guess index 5145e3571..a2051be73 100755 --- a/gettext-tools/examples/hello-c++-kde/admin/config.guess +++ b/gettext-tools/examples/hello-c++-kde/admin/config.guess @@ -1,7 +1,6 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 1992-2002, 2015 Free Software Foundation, Inc. timestamp='2002-10-21' diff --git a/gettext-tools/examples/hello-c++-kde/admin/config.sub b/gettext-tools/examples/hello-c++-kde/admin/config.sub index 1dea9b79d..154f906bc 100755 --- a/gettext-tools/examples/hello-c++-kde/admin/config.sub +++ b/gettext-tools/examples/hello-c++-kde/admin/config.sub @@ -1,7 +1,6 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 1992-2002, 2015 Free Software Foundation, Inc. timestamp='2002-09-05' diff --git a/gettext-tools/examples/hello-c++-kde/admin/depcomp b/gettext-tools/examples/hello-c++-kde/admin/depcomp index 65899658e..f4f27c633 100755 --- a/gettext-tools/examples/hello-c++-kde/admin/depcomp +++ b/gettext-tools/examples/hello-c++-kde/admin/depcomp @@ -1,7 +1,7 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -# Copyright 1999, 2000 Free Software Foundation, Inc. +# Copyright 1999-2000, 2015 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/gettext-tools/examples/hello-c++-kde/admin/libtool.m4.in b/gettext-tools/examples/hello-c++-kde/admin/libtool.m4.in index a9d56dcd6..8c0399d2a 100644 --- a/gettext-tools/examples/hello-c++-kde/admin/libtool.m4.in +++ b/gettext-tools/examples/hello-c++-kde/admin/libtool.m4.in @@ -1,6 +1,5 @@ # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- -## Copyright 1996, 1997, 1998, 1999, 2000, 2001 -## Free Software Foundation, Inc. +## Copyright 1996-2001, 2015 Free Software Foundation, Inc. ## Originally by Gordon Matzigkeit , 1996 ## ## This program is free software; you can redistribute it and/or modify diff --git a/gettext-tools/examples/hello-c++-kde/admin/ltmain.sh b/gettext-tools/examples/hello-c++-kde/admin/ltmain.sh index f2a88efab..df9dca23b 100644 --- a/gettext-tools/examples/hello-c++-kde/admin/ltmain.sh +++ b/gettext-tools/examples/hello-c++-kde/admin/ltmain.sh @@ -1,8 +1,7 @@ # ltmain.sh - Provide generalized library-building support services. # NOTE: Changing this file will not affect anything until you rerun configure. # -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 -# Free Software Foundation, Inc. +# Copyright (C) 1996-2001, 2015 Free Software Foundation, Inc. # Originally by Gordon Matzigkeit , 1996 # # This program is free software; you can redistribute it and/or modify diff --git a/gettext-tools/examples/hello-c++-kde/admin/missing b/gettext-tools/examples/hello-c++-kde/admin/missing index 6a37006e8..62cad0891 100755 --- a/gettext-tools/examples/hello-c++-kde/admin/missing +++ b/gettext-tools/examples/hello-c++-kde/admin/missing @@ -1,6 +1,7 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -# Copyright (C) 1996, 1997, 1999, 2000, 2002 Free Software Foundation, Inc. +# Copyright (C) 1996-1997, 1999-2000, 2002, 2015 Free Software +# Foundation, Inc. # Originally by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify diff --git a/gettext-tools/examples/hello-c++-kde/admin/ylwrap b/gettext-tools/examples/hello-c++-kde/admin/ylwrap index 5ea68e4fc..5403335e3 100755 --- a/gettext-tools/examples/hello-c++-kde/admin/ylwrap +++ b/gettext-tools/examples/hello-c++-kde/admin/ylwrap @@ -1,6 +1,6 @@ #! /bin/sh # ylwrap - wrapper for lex/yacc invocations. -# Copyright 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +# Copyright 1996-1999, 2015 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify diff --git a/gettext-tools/examples/hello-c++-kde/hello.cc b/gettext-tools/examples/hello-c++-kde/hello.cc index 5e091287d..e8cdf746f 100644 --- a/gettext-tools/examples/hello-c++-kde/hello.cc +++ b/gettext-tools/examples/hello-c++-kde/hello.cc @@ -1,5 +1,5 @@ // Example for use of GNU gettext. -// Copyright (C) 2003 Free Software Foundation, Inc. +// Copyright (C) 2003, 2015 Free Software Foundation, Inc. // This file is published under the GNU General Public License. // Source code of the C++ program. diff --git a/gettext-tools/examples/hello-c++-kde/hellowindow.cc b/gettext-tools/examples/hello-c++-kde/hellowindow.cc index 67aa2b44e..b32b08090 100644 --- a/gettext-tools/examples/hello-c++-kde/hellowindow.cc +++ b/gettext-tools/examples/hello-c++-kde/hellowindow.cc @@ -1,5 +1,5 @@ // Example for use of GNU gettext. -// Copyright (C) 2003 Free Software Foundation, Inc. +// Copyright (C) 2003, 2015 Free Software Foundation, Inc. // This file is published under the GNU General Public License. #if HAVE_CONFIG_H diff --git a/gettext-tools/examples/hello-c++-kde/hellowindow.h b/gettext-tools/examples/hello-c++-kde/hellowindow.h index 6457a487d..c6e2774f1 100644 --- a/gettext-tools/examples/hello-c++-kde/hellowindow.h +++ b/gettext-tools/examples/hello-c++-kde/hellowindow.h @@ -1,5 +1,5 @@ // Example for use of GNU gettext. -// Copyright (C) 2003 Free Software Foundation, Inc. +// Copyright (C) 2003, 2015 Free Software Foundation, Inc. // This file is published under the GNU General Public License. /* Declare KMainWindow. */ diff --git a/gettext-tools/examples/hello-csharp-forms/README b/gettext-tools/examples/hello-csharp-forms/README index 5756710df..f2d8b67a2 100644 --- a/gettext-tools/examples/hello-csharp-forms/README +++ b/gettext-tools/examples/hello-csharp-forms/README @@ -78,4 +78,4 @@ Instead one uses intermediate containers for the purpose of alignment.) Acknowledgement: This preface borrows ideas from an article of Luke Plant. -Copyright (C) 2006 Free Software Foundation, Inc. +Copyright (C) 2006, 2015 Free Software Foundation, Inc. diff --git a/gettext-tools/gnulib-lib/Makefile.am b/gettext-tools/gnulib-lib/Makefile.am index 86106b876..9e43721ec 100644 --- a/gettext-tools/gnulib-lib/Makefile.am +++ b/gettext-tools/gnulib-lib/Makefile.am @@ -1,5 +1,6 @@ ## Makefile for the gettext-tools/gnulib-lib subdirectory of GNU gettext -## Copyright (C) 1995-1998, 2000-2006, 2009 Free Software Foundation, Inc. +## Copyright (C) 1995-1998, 2000-2006, 2009, 2015 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/gettext-tools/gnulib-tests/Makefile.am b/gettext-tools/gnulib-tests/Makefile.am index 4cd754df5..c94eb2295 100644 --- a/gettext-tools/gnulib-tests/Makefile.am +++ b/gettext-tools/gnulib-tests/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-tools/gnulib-tests subdirectory of GNU gettext -## Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc. +## Copyright (C) 2007, 2009-2010, 2015 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/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index f49065be6..5a4404d02 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -1,5 +1,6 @@ ## Makefile for the gettext-tools/libgettextpo subdirectory of GNU gettext -## Copyright (C) 1995-1998, 2000-2011 Free Software Foundation, Inc. +## Copyright (C) 1995-1998, 2000-2011, 2015 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/gettext-tools/libgettextpo/exported.sh.in b/gettext-tools/libgettextpo/exported.sh.in index 89e4008b4..4d5a3a4a6 100644 --- a/gettext-tools/libgettextpo/exported.sh.in +++ b/gettext-tools/libgettextpo/exported.sh.in @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 2015 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/gettext-tools/libgettextpo/gettext-po.c b/gettext-tools/libgettextpo/gettext-po.c index 9eceb5b02..ddcddd1a6 100644 --- a/gettext-tools/libgettextpo/gettext-po.c +++ b/gettext-tools/libgettextpo/gettext-po.c @@ -1,5 +1,5 @@ /* Public API for GNU gettext PO files. - Copyright (C) 2003-2010 Free Software Foundation, Inc. + Copyright (C) 2003-2010, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/libgettextpo/gettext-po.in.h b/gettext-tools/libgettextpo/gettext-po.in.h index c190d8f43..550b769e5 100644 --- a/gettext-tools/libgettextpo/gettext-po.in.h +++ b/gettext-tools/libgettextpo/gettext-po.in.h @@ -1,5 +1,5 @@ /* Public API for GNU gettext PO files - contained in libgettextpo. - Copyright (C) 2003-2008, 2010 Free Software Foundation, Inc. + Copyright (C) 2003-2008, 2010, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/libgrep/Makefile.am b/gettext-tools/libgrep/Makefile.am index 99b71c081..14ba3a3dd 100644 --- a/gettext-tools/libgrep/Makefile.am +++ b/gettext-tools/libgrep/Makefile.am @@ -1,5 +1,6 @@ ## Makefile for libgrep directory in GNU gettext package. -## Copyright (C) 2005-2007, 2009-2010 Free Software Foundation, Inc. +## Copyright (C) 2005-2007, 2009-2010, 2015 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/gettext-tools/libgrep/kwset.c b/gettext-tools/libgrep/kwset.c index d944f109b..776b79d78 100644 --- a/gettext-tools/libgrep/kwset.c +++ b/gettext-tools/libgrep/kwset.c @@ -1,5 +1,6 @@ /* kwset.c - search for any of a set of keywords. - Copyright 1989, 1998, 2000, 2005-2006, 2010, 2012 Free Software Foundation, Inc. + Copyright 1989, 1998, 2000, 2005-2006, 2010, 2012, 2015 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/gettext-tools/libgrep/kwset.h b/gettext-tools/libgrep/kwset.h index 244f80eff..530649acf 100644 --- a/gettext-tools/libgrep/kwset.h +++ b/gettext-tools/libgrep/kwset.h @@ -1,5 +1,5 @@ /* kwset.h - header declaring the keyword set library. - Copyright (C) 1989, 1998, 2005 Free Software Foundation, Inc. + Copyright (C) 1989, 1998, 2005, 2015 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/gettext-tools/libgrep/libgrep.h b/gettext-tools/libgrep/libgrep.h index 162910b22..2ab4968b7 100644 --- a/gettext-tools/libgrep/libgrep.h +++ b/gettext-tools/libgrep/libgrep.h @@ -1,5 +1,5 @@ /* Search for patterns in strings or files. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2015 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/gettext-tools/libgrep/m-fgrep.c b/gettext-tools/libgrep/m-fgrep.c index 1f4d58d1f..822582854 100644 --- a/gettext-tools/libgrep/m-fgrep.c +++ b/gettext-tools/libgrep/m-fgrep.c @@ -1,5 +1,6 @@ /* Pattern Matcher for Fixed String search. - Copyright (C) 1992, 1998, 2000, 2005-2006, 2010 Free Software Foundation, Inc. + Copyright (C) 1992, 1998, 2000, 2005-2006, 2010, 2015 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/gettext-tools/libgrep/m-regex.c b/gettext-tools/libgrep/m-regex.c index 544497869..2f4660b34 100644 --- a/gettext-tools/libgrep/m-regex.c +++ b/gettext-tools/libgrep/m-regex.c @@ -1,5 +1,6 @@ /* Pattern Matchers for Regular Expressions. - Copyright (C) 1992, 1998, 2000, 2005-2006, 2010 Free Software Foundation, Inc. + Copyright (C) 1992, 1998, 2000, 2005-2006, 2010, 2015 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/gettext-tools/m4/exported.m4 b/gettext-tools/m4/exported.m4 index fc379231f..e7283cf54 100644 --- a/gettext-tools/m4/exported.m4 +++ b/gettext-tools/m4/exported.m4 @@ -1,5 +1,5 @@ # exported.m4 serial 1 (gettext-0.18) -dnl Copyright (C) 2006, 2009 Free Software Foundation, Inc. +dnl Copyright (C) 2006, 2009, 2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gettext-tools/m4/hostname.m4 b/gettext-tools/m4/hostname.m4 index 50756f3f1..5d381f6ad 100644 --- a/gettext-tools/m4/hostname.m4 +++ b/gettext-tools/m4/hostname.m4 @@ -1,5 +1,5 @@ # hostname.m4 serial 1 (gettext-0.11) -dnl Copyright (C) 2001-2002 Free Software Foundation, Inc. +dnl Copyright (C) 2001-2002, 2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gettext-tools/m4/setlocale.m4 b/gettext-tools/m4/setlocale.m4 index 5b8fff020..8f60754fa 100644 --- a/gettext-tools/m4/setlocale.m4 +++ b/gettext-tools/m4/setlocale.m4 @@ -1,5 +1,6 @@ # setlocale.m4 serial 4 (gettext-0.18) -dnl Copyright (C) 2001-2002, 2006, 2009 Free Software Foundation, Inc. +dnl Copyright (C) 2001-2002, 2006, 2009, 2015 Free Software Foundation, +dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gettext-tools/m4/siginfo.m4 b/gettext-tools/m4/siginfo.m4 index 424fcfee2..bd5892a62 100644 --- a/gettext-tools/m4/siginfo.m4 +++ b/gettext-tools/m4/siginfo.m4 @@ -1,5 +1,5 @@ # siginfo.m4 serial 1 (gettext-0.11) -dnl Copyright (C) 2001-2002 Free Software Foundation, Inc. +dnl Copyright (C) 2001-2002, 2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gettext-tools/man/Makefile.am b/gettext-tools/man/Makefile.am index fa5d24122..70258123b 100644 --- a/gettext-tools/man/Makefile.am +++ b/gettext-tools/man/Makefile.am @@ -1,5 +1,6 @@ ## Makefile for the gettext-tools/man subdirectory of GNU gettext -## Copyright (C) 2001-2003, 2006-2007 Free Software Foundation, Inc. +## Copyright (C) 2001-2003, 2006-2007, 2015 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/gettext-tools/man/x-to-1.in b/gettext-tools/man/x-to-1.in index acdb49ec3..0169c718b 100644 --- a/gettext-tools/man/x-to-1.in +++ b/gettext-tools/man/x-to-1.in @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2015 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/gettext-tools/misc/Makefile.am b/gettext-tools/misc/Makefile.am index 1c30157ff..31d3d25d9 100644 --- a/gettext-tools/misc/Makefile.am +++ b/gettext-tools/misc/Makefile.am @@ -1,5 +1,6 @@ ## Makefile for the gettext-tools/misc subdirectory of GNU gettext -## Copyright (C) 1995-1997, 2000-2003, 2005-2007, 2009-2010 Free Software Foundation, Inc. +## Copyright (C) 1995-1997, 2000-2003, 2005-2007, 2009-2010, 2015 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/gettext-tools/misc/add-to-archive b/gettext-tools/misc/add-to-archive index ccc7f4676..300234dfb 100755 --- a/gettext-tools/misc/add-to-archive +++ b/gettext-tools/misc/add-to-archive @@ -1,6 +1,7 @@ #! /bin/sh # -# Copyright (C) 2002, 2006, 2009-2010 Free Software Foundation, Inc. +# Copyright (C) 2002, 2006, 2009-2010, 2015 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/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index ff9787479..d9863be6e 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2002-2014 Free Software Foundation, Inc. +# Copyright (C) 2002-2015 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/gettext-tools/misc/convert-archive.in b/gettext-tools/misc/convert-archive.in index e48f20b7d..a540d8228 100644 --- a/gettext-tools/misc/convert-archive.in +++ b/gettext-tools/misc/convert-archive.in @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2009-2010 Free Software Foundation, Inc. +# Copyright (C) 2009-2010, 2015 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/gettext-tools/misc/gettextize.in b/gettext-tools/misc/gettextize.in index 33299b975..655c23c13 100644 --- a/gettext-tools/misc/gettextize.in +++ b/gettext-tools/misc/gettextize.in @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 1995-1998, 2000-2014 Free Software Foundation, Inc. +# Copyright (C) 1995-1998, 2000-2015 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/gettext-tools/misc/po-compat.el b/gettext-tools/misc/po-compat.el index f55fda2c5..8f89b1450 100644 --- a/gettext-tools/misc/po-compat.el +++ b/gettext-tools/misc/po-compat.el @@ -1,6 +1,6 @@ ;;; po-compat.el --- basic support of PO translation files -*- coding: latin-1; -*- -;; Copyright (C) 1995-1999, 2000-2002, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1995-2002, 2010, 2015 Free Software Foundation, Inc. ;; Authors: François Pinard , ;; Greg McGary , diff --git a/gettext-tools/misc/po-mode.el b/gettext-tools/misc/po-mode.el index 8a1bc0ccb..a9a19db8b 100644 --- a/gettext-tools/misc/po-mode.el +++ b/gettext-tools/misc/po-mode.el @@ -1,6 +1,7 @@ ;;; po-mode.el -- major mode for GNU gettext PO files -;; Copyright (C) 1995-1999, 2000-2002, 2005-2008, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1995-2002, 2005-2008, 2010, 2015 Free Software +;; Foundation, Inc. ;; Authors: François Pinard ;; Greg McGary diff --git a/gettext-tools/misc/start-po.el b/gettext-tools/misc/start-po.el index 2e691d2fd..21bfba512 100644 --- a/gettext-tools/misc/start-po.el +++ b/gettext-tools/misc/start-po.el @@ -1,6 +1,6 @@ ;;; start-po.el -- autoload definitions for viewing and editing PO files -;; Copyright (C) 1995-1999, 2000-2004 Free Software Foundation, Inc. +;; Copyright (C) 1995-2004, 2015 Free Software Foundation, Inc. ;; ;; This file is part of GNU gettext. ;; diff --git a/gettext-tools/projects/Makefile.am b/gettext-tools/projects/Makefile.am index 2f3373218..628af62af 100644 --- a/gettext-tools/projects/Makefile.am +++ b/gettext-tools/projects/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-tools/projects subdirectory of GNU gettext -## Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. +## Copyright (C) 2001-2003, 2006, 2015 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/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index 9a23be0c5..234ec5ca3 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -1,5 +1,6 @@ ## Makefile for the gettext-tools/src subdirectory of GNU gettext -## Copyright (C) 1995-1998, 2000-2011 Free Software Foundation, Inc. +## Copyright (C) 1995-1998, 2000-2011, 2015 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/gettext-tools/src/color.c b/gettext-tools/src/color.c index 47daf0010..b372b2eea 100644 --- a/gettext-tools/src/color.c +++ b/gettext-tools/src/color.c @@ -1,5 +1,5 @@ /* Color and styling handling. - Copyright (C) 2006-2008 Free Software Foundation, Inc. + Copyright (C) 2006-2008, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/color.h b/gettext-tools/src/color.h index f47f40f89..25211aceb 100644 --- a/gettext-tools/src/color.h +++ b/gettext-tools/src/color.h @@ -1,5 +1,5 @@ /* Color and styling handling. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/dir-list.c b/gettext-tools/src/dir-list.c index ee46d0503..2ab0fd237 100644 --- a/gettext-tools/src/dir-list.c +++ b/gettext-tools/src/dir-list.c @@ -1,5 +1,6 @@ /* GNU gettext - internationalization aids - Copyright (C) 1996, 1998, 2000-2002, 2006 Free Software Foundation, Inc. + Copyright (C) 1996, 1998, 2000-2002, 2006, 2015 Free Software + Foundation, Inc. This file was written by Peter Miller diff --git a/gettext-tools/src/dir-list.h b/gettext-tools/src/dir-list.h index 6ce32bbea..954e01799 100644 --- a/gettext-tools/src/dir-list.h +++ b/gettext-tools/src/dir-list.h @@ -1,5 +1,6 @@ /* GNU gettext - internationalization aids - Copyright (C) 1996, 1998, 2000-2003 Free Software Foundation, Inc. + Copyright (C) 1996, 1998, 2000-2003, 2015 Free Software Foundation, + Inc. This file was written by Peter Miller diff --git a/gettext-tools/src/file-list.c b/gettext-tools/src/file-list.c index 2ee983d0b..c60f6a0a7 100644 --- a/gettext-tools/src/file-list.c +++ b/gettext-tools/src/file-list.c @@ -1,5 +1,6 @@ /* Reading file lists. - Copyright (C) 1995-1998, 2000-2002, 2007 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2002, 2007, 2015 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/gettext-tools/src/file-list.h b/gettext-tools/src/file-list.h index 9665fbe55..a43f6a4bb 100644 --- a/gettext-tools/src/file-list.h +++ b/gettext-tools/src/file-list.h @@ -1,5 +1,5 @@ /* Reading file lists. - Copyright (C) 2001-2003 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/filter-quote.c b/gettext-tools/src/filter-quote.c index 05d0d5c93..25ac39185 100644 --- a/gettext-tools/src/filter-quote.c +++ b/gettext-tools/src/filter-quote.c @@ -1,5 +1,5 @@ /* Convert ASCII quotations to Unicode quotations. - Copyright (C) 2014 Free Software Foundation, Inc. + Copyright (C) 2014-2015 Free Software Foundation, Inc. Written by Daiki Ueno , 2014. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/filter-sr-latin.c b/gettext-tools/src/filter-sr-latin.c index d6dbd958c..ea5457fbf 100644 --- a/gettext-tools/src/filter-sr-latin.c +++ b/gettext-tools/src/filter-sr-latin.c @@ -1,5 +1,5 @@ /* Recode Serbian text from Cyrillic to Latin script. - Copyright (C) 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2006-2007, 2009, 2015 Free Software Foundation, Inc. Written by Danilo Å egan , 2006, and Bruno Haible , 2006. diff --git a/gettext-tools/src/format-awk.c b/gettext-tools/src/format-awk.c index 91251c4d6..efaa2d734 100644 --- a/gettext-tools/src/format-awk.c +++ b/gettext-tools/src/format-awk.c @@ -1,5 +1,6 @@ /* awk format strings. - Copyright (C) 2001-2004, 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2007, 2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-boost.c b/gettext-tools/src/format-boost.c index 688ba97b8..a3900789c 100644 --- a/gettext-tools/src/format-boost.c +++ b/gettext-tools/src/format-boost.c @@ -1,5 +1,6 @@ /* Boost format strings. - Copyright (C) 2001-2004, 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2007, 2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-c-parse.h b/gettext-tools/src/format-c-parse.h index bacfcef1f..4918fd545 100644 --- a/gettext-tools/src/format-c-parse.h +++ b/gettext-tools/src/format-c-parse.h @@ -1,5 +1,6 @@ /* Parsing C format strings. - Copyright (C) 2001-2004, 2006-2007, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2007, 2009-2010, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-c.c b/gettext-tools/src/format-c.c index d88f8de49..b2dc9dc7f 100644 --- a/gettext-tools/src/format-c.c +++ b/gettext-tools/src/format-c.c @@ -1,5 +1,6 @@ /* C format strings. - Copyright (C) 2001-2004, 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2007, 2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-csharp.c b/gettext-tools/src/format-csharp.c index feb3fcfaf..1f5e715b5 100644 --- a/gettext-tools/src/format-csharp.c +++ b/gettext-tools/src/format-csharp.c @@ -1,5 +1,6 @@ /* C# format strings. - Copyright (C) 2003-2004, 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2003-2004, 2006-2007, 2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-elisp.c b/gettext-tools/src/format-elisp.c index 2e43fde13..2eb99ac7f 100644 --- a/gettext-tools/src/format-elisp.c +++ b/gettext-tools/src/format-elisp.c @@ -1,5 +1,6 @@ /* Emacs Lisp format strings. - Copyright (C) 2001-2004, 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2007, 2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-gcc-internal.c b/gettext-tools/src/format-gcc-internal.c index 7057628da..f5ca5e866 100644 --- a/gettext-tools/src/format-gcc-internal.c +++ b/gettext-tools/src/format-gcc-internal.c @@ -1,5 +1,5 @@ /* GCC internal format strings. - Copyright (C) 2003-2009 Free Software Foundation, Inc. + Copyright (C) 2003-2009, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-gfc-internal.c b/gettext-tools/src/format-gfc-internal.c index 4fbbc66db..1932c17fe 100644 --- a/gettext-tools/src/format-gfc-internal.c +++ b/gettext-tools/src/format-gfc-internal.c @@ -1,5 +1,5 @@ /* GFC (GNU Fortran Compiler) internal format strings. - Copyright (C) 2003-2009 Free Software Foundation, Inc. + Copyright (C) 2003-2009, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-invalid.h b/gettext-tools/src/format-invalid.h index 3ad60aa30..ed6c501fe 100644 --- a/gettext-tools/src/format-invalid.h +++ b/gettext-tools/src/format-invalid.h @@ -1,5 +1,5 @@ /* Common reasons that make a format string invalid. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-java.c b/gettext-tools/src/format-java.c index 5196835d1..a69c84ff0 100644 --- a/gettext-tools/src/format-java.c +++ b/gettext-tools/src/format-java.c @@ -1,5 +1,6 @@ /* Java format strings. - Copyright (C) 2001-2004, 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2007, 2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-javascript.c b/gettext-tools/src/format-javascript.c index d76a8d7ea..fa39e206e 100644 --- a/gettext-tools/src/format-javascript.c +++ b/gettext-tools/src/format-javascript.c @@ -1,5 +1,6 @@ /* JavaScript format strings. - Copyright (C) 2001-2004, 2006-2009, 2013 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2009, 2013, 2015 Free Software + Foundation, Inc. Written by Andreas Stricker , 2010. It's based on python format module from Bruno Haible. diff --git a/gettext-tools/src/format-kde.c b/gettext-tools/src/format-kde.c index 90e887d89..684878157 100644 --- a/gettext-tools/src/format-kde.c +++ b/gettext-tools/src/format-kde.c @@ -1,5 +1,6 @@ /* KDE format strings. - Copyright (C) 2003-2004, 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2003-2004, 2006-2007, 2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2007. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-librep.c b/gettext-tools/src/format-librep.c index 05185ad13..9c15aea29 100644 --- a/gettext-tools/src/format-librep.c +++ b/gettext-tools/src/format-librep.c @@ -1,5 +1,6 @@ /* librep format strings. - Copyright (C) 2001-2004, 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2007, 2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-lisp.c b/gettext-tools/src/format-lisp.c index 7d423a51a..2f9949eee 100644 --- a/gettext-tools/src/format-lisp.c +++ b/gettext-tools/src/format-lisp.c @@ -1,5 +1,6 @@ /* Lisp format strings. - Copyright (C) 2001-2004, 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2007, 2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-lua.c b/gettext-tools/src/format-lua.c index 272def446..6a68b820d 100644 --- a/gettext-tools/src/format-lua.c +++ b/gettext-tools/src/format-lua.c @@ -1,5 +1,5 @@ /* Lua format strings. - Copyright (C) 2012 Free Software Foundation, Inc. + Copyright (C) 2012, 2015 Free Software Foundation, Inc. Written by Ľubomír Remák , 2012. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-pascal.c b/gettext-tools/src/format-pascal.c index 7e0c5055c..b443ba7cb 100644 --- a/gettext-tools/src/format-pascal.c +++ b/gettext-tools/src/format-pascal.c @@ -1,5 +1,6 @@ /* Object Pascal format strings. - Copyright (C) 2001-2004, 2006-2007, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2007, 2009-2010, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-perl-brace.c b/gettext-tools/src/format-perl-brace.c index 3ab05ce93..64a066324 100644 --- a/gettext-tools/src/format-perl-brace.c +++ b/gettext-tools/src/format-perl-brace.c @@ -1,5 +1,5 @@ /* Perl brace format strings. - Copyright (C) 2004, 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2004, 2006-2007, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-perl.c b/gettext-tools/src/format-perl.c index 730d19010..af741e9c0 100644 --- a/gettext-tools/src/format-perl.c +++ b/gettext-tools/src/format-perl.c @@ -1,5 +1,6 @@ /* Perl format strings. - Copyright (C) 2004, 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2004, 2006-2007, 2009, 2015 Free Software Foundation, + Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-php.c b/gettext-tools/src/format-php.c index 5dd6d7fd8..ebaaa334e 100644 --- a/gettext-tools/src/format-php.c +++ b/gettext-tools/src/format-php.c @@ -1,5 +1,6 @@ /* PHP format strings. - Copyright (C) 2001-2004, 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2007, 2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-python-brace.c b/gettext-tools/src/format-python-brace.c index 141d3df71..4323230b1 100644 --- a/gettext-tools/src/format-python-brace.c +++ b/gettext-tools/src/format-python-brace.c @@ -1,5 +1,6 @@ /* Python brace format strings. - Copyright (C) 2004, 2006-2007, 2013 Free Software Foundation, Inc. + Copyright (C) 2004, 2006-2007, 2013, 2015 Free Software Foundation, + Inc. Written by Daiki Ueno , 2013. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-python.c b/gettext-tools/src/format-python.c index d6a1338a5..8af3c124f 100644 --- a/gettext-tools/src/format-python.c +++ b/gettext-tools/src/format-python.c @@ -1,5 +1,6 @@ /* Python format strings. - Copyright (C) 2001-2004, 2006-2009 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2009, 2015 Free Software Foundation, + Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-qt-plural.c b/gettext-tools/src/format-qt-plural.c index 5301d4292..fafe6ab7e 100644 --- a/gettext-tools/src/format-qt-plural.c +++ b/gettext-tools/src/format-qt-plural.c @@ -1,5 +1,6 @@ /* Qt plural format strings. - Copyright (C) 2003-2004, 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2003-2004, 2006-2007, 2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2009. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-qt.c b/gettext-tools/src/format-qt.c index 3f759a224..abdc4dac0 100644 --- a/gettext-tools/src/format-qt.c +++ b/gettext-tools/src/format-qt.c @@ -1,5 +1,6 @@ /* Qt format strings. - Copyright (C) 2003-2004, 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2003-2004, 2006-2007, 2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-scheme.c b/gettext-tools/src/format-scheme.c index 02c618213..adc1cc62d 100644 --- a/gettext-tools/src/format-scheme.c +++ b/gettext-tools/src/format-scheme.c @@ -1,5 +1,5 @@ /* Scheme format strings. - Copyright (C) 2001-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2007, 2009, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-sh.c b/gettext-tools/src/format-sh.c index b796fcd99..eeeec04d8 100644 --- a/gettext-tools/src/format-sh.c +++ b/gettext-tools/src/format-sh.c @@ -1,5 +1,6 @@ /* Shell format strings. - Copyright (C) 2003-2004, 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2003-2004, 2006-2007, 2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-tcl.c b/gettext-tools/src/format-tcl.c index e338c6dd1..1254b2dac 100644 --- a/gettext-tools/src/format-tcl.c +++ b/gettext-tools/src/format-tcl.c @@ -1,5 +1,6 @@ /* Tcl format strings. - Copyright (C) 2001-2004, 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2007, 2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format-ycp.c b/gettext-tools/src/format-ycp.c index 762a5d72d..398b6446b 100644 --- a/gettext-tools/src/format-ycp.c +++ b/gettext-tools/src/format-ycp.c @@ -1,5 +1,6 @@ /* YCP and Smalltalk format strings. - Copyright (C) 2001-2004, 2006-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2007, 2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format.c b/gettext-tools/src/format.c index cb5f49bdd..69b1f474b 100644 --- a/gettext-tools/src/format.c +++ b/gettext-tools/src/format.c @@ -1,5 +1,5 @@ /* Format strings. - Copyright (C) 2001-2009 Free Software Foundation, Inc. + Copyright (C) 2001-2009, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/format.h b/gettext-tools/src/format.h index 3214a9df1..b311e4839 100644 --- a/gettext-tools/src/format.h +++ b/gettext-tools/src/format.h @@ -1,5 +1,5 @@ /* Format strings. - Copyright (C) 2001-2009 Free Software Foundation, Inc. + Copyright (C) 2001-2009, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/gnu/gettext/DumpResource.java b/gettext-tools/src/gnu/gettext/DumpResource.java index 77c6e016a..40a1d9237 100644 --- a/gettext-tools/src/gnu/gettext/DumpResource.java +++ b/gettext-tools/src/gnu/gettext/DumpResource.java @@ -1,5 +1,5 @@ /* GNU gettext for Java - * Copyright (C) 2001-2003, 2007 Free Software Foundation, Inc. + * Copyright (C) 2001-2003, 2007, 2015 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/gettext-tools/src/gnu/gettext/GetURL.java b/gettext-tools/src/gnu/gettext/GetURL.java index f42ccc4dc..9faac6d87 100644 --- a/gettext-tools/src/gnu/gettext/GetURL.java +++ b/gettext-tools/src/gnu/gettext/GetURL.java @@ -1,5 +1,5 @@ /* Fetch an URL's contents. - * Copyright (C) 2001, 2008 Free Software Foundation, Inc. + * Copyright (C) 2001, 2008, 2015 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/gettext-tools/src/hostname.c b/gettext-tools/src/hostname.c index a7032b327..684aa4e21 100644 --- a/gettext-tools/src/hostname.c +++ b/gettext-tools/src/hostname.c @@ -1,5 +1,6 @@ /* Display hostname in various forms. - Copyright (C) 2001-2003, 2006-2007, 2012 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006-2007, 2012, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/lang-table.c b/gettext-tools/src/lang-table.c index 9cc1f5512..ac6902162 100644 --- a/gettext-tools/src/lang-table.c +++ b/gettext-tools/src/lang-table.c @@ -1,5 +1,5 @@ /* Table of languages. - Copyright (C) 2001-2009 Free Software Foundation, Inc. + Copyright (C) 2001-2009, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2005. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/lang-table.h b/gettext-tools/src/lang-table.h index e72e4c4c7..59f580254 100644 --- a/gettext-tools/src/lang-table.h +++ b/gettext-tools/src/lang-table.h @@ -1,5 +1,5 @@ /* Table of languages. - Copyright (C) 2001-2007 Free Software Foundation, Inc. + Copyright (C) 2001-2007, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2005. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/libexpat-compat.c b/gettext-tools/src/libexpat-compat.c index ad680db9e..33d264ae1 100644 --- a/gettext-tools/src/libexpat-compat.c +++ b/gettext-tools/src/libexpat-compat.c @@ -1,5 +1,6 @@ /* xgettext libexpat compatibility. - Copyright (C) 2002-2003, 2005-2009, 2013 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2005-2009, 2013, 2015 Free Software + Foundation, Inc. This file was written by Bruno Haible , 2002. diff --git a/gettext-tools/src/libexpat-compat.h b/gettext-tools/src/libexpat-compat.h index 2ff6465e1..3e41e82b1 100644 --- a/gettext-tools/src/libexpat-compat.h +++ b/gettext-tools/src/libexpat-compat.h @@ -1,5 +1,6 @@ /* xgettext libexpat compatibility. - Copyright (C) 2002-2003, 2005-2009, 2013 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2005-2009, 2013, 2015 Free Software + Foundation, Inc. This file was written by Bruno Haible , 2002. diff --git a/gettext-tools/src/message.c b/gettext-tools/src/message.c index 00372a2d9..bc1604cd4 100644 --- a/gettext-tools/src/message.c +++ b/gettext-tools/src/message.c @@ -1,5 +1,6 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-1998, 2000-2009 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2009, 2015 Free Software Foundation, + Inc. This file was written by Peter Miller diff --git a/gettext-tools/src/message.h b/gettext-tools/src/message.h index 3649e1b4a..ec86ff17b 100644 --- a/gettext-tools/src/message.h +++ b/gettext-tools/src/message.h @@ -1,5 +1,6 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-1998, 2000-2009 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2009, 2015 Free Software Foundation, + Inc. This file was written by Peter Miller diff --git a/gettext-tools/src/msgattrib.c b/gettext-tools/src/msgattrib.c index 326f28cac..1f945b6cc 100644 --- a/gettext-tools/src/msgattrib.c +++ b/gettext-tools/src/msgattrib.c @@ -1,5 +1,6 @@ /* Manipulates attributes of messages in translation catalogs. - Copyright (C) 2001-2007, 2009-2010, 2012 Free Software Foundation, Inc. + Copyright (C) 2001-2007, 2009-2010, 2012, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgcat.c b/gettext-tools/src/msgcat.c index 0cc432cbf..c0b6fd429 100644 --- a/gettext-tools/src/msgcat.c +++ b/gettext-tools/src/msgcat.c @@ -1,5 +1,6 @@ /* Concatenates several translation catalogs. - Copyright (C) 2001-2007, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 2001-2007, 2009-2015 Free Software Foundation, + Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgcmp.c b/gettext-tools/src/msgcmp.c index f82131d74..4fadbb62b 100644 --- a/gettext-tools/src/msgcmp.c +++ b/gettext-tools/src/msgcmp.c @@ -1,5 +1,6 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-1998, 2000-2010, 2012 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2010, 2012, 2015 Free Software + Foundation, Inc. This file was written by Peter Miller This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgcomm.c b/gettext-tools/src/msgcomm.c index daddf2bc5..c73129736 100644 --- a/gettext-tools/src/msgcomm.c +++ b/gettext-tools/src/msgcomm.c @@ -1,5 +1,6 @@ /* GNU gettext - internationalization aids - Copyright (C) 1997-1998, 2000-2007, 2009-2012 Free Software Foundation, Inc. + Copyright (C) 1997-1998, 2000-2007, 2009-2015 Free Software + Foundation, Inc. This file was written by Peter Miller diff --git a/gettext-tools/src/msgconv.c b/gettext-tools/src/msgconv.c index 5c9f7ea4e..e407ac66e 100644 --- a/gettext-tools/src/msgconv.c +++ b/gettext-tools/src/msgconv.c @@ -1,5 +1,6 @@ /* Converts a translation catalog to a different character encoding. - Copyright (C) 2001-2007, 2009-2010, 2012 Free Software Foundation, Inc. + Copyright (C) 2001-2007, 2009-2010, 2012, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgen.c b/gettext-tools/src/msgen.c index e33c61a4f..e6eda096a 100644 --- a/gettext-tools/src/msgen.c +++ b/gettext-tools/src/msgen.c @@ -1,5 +1,6 @@ /* Creates an English translation catalog. - Copyright (C) 2001-2007, 2009-2010, 2012 Free Software Foundation, Inc. + Copyright (C) 2001-2007, 2009-2010, 2012, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgexec.c b/gettext-tools/src/msgexec.c index 727361f1d..e7594fcc9 100644 --- a/gettext-tools/src/msgexec.c +++ b/gettext-tools/src/msgexec.c @@ -1,5 +1,5 @@ /* Pass translations to a subprocess. - Copyright (C) 2001-2012 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgfilter.c b/gettext-tools/src/msgfilter.c index 470f82f4a..aa358e15f 100644 --- a/gettext-tools/src/msgfilter.c +++ b/gettext-tools/src/msgfilter.c @@ -1,5 +1,5 @@ /* Edit translations using a subprocess. - Copyright (C) 2001-2010, 2012 Free Software Foundation, Inc. + Copyright (C) 2001-2010, 2012, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgfmt.c b/gettext-tools/src/msgfmt.c index 3fabd8773..ef91f4918 100644 --- a/gettext-tools/src/msgfmt.c +++ b/gettext-tools/src/msgfmt.c @@ -1,5 +1,6 @@ /* Converts Uniforum style .po files to binary .mo files - Copyright (C) 1995-1998, 2000-2007, 2009-2010, 2012 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2007, 2009-2010, 2012, 2015 Free + Software Foundation, Inc. Written by Ulrich Drepper , April 1995. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgfmt.cs b/gettext-tools/src/msgfmt.cs index e2f9e7d4e..1a97f6412 100644 --- a/gettext-tools/src/msgfmt.cs +++ b/gettext-tools/src/msgfmt.cs @@ -1,5 +1,5 @@ /* GNU gettext for C# - * Copyright (C) 2003 Free Software Foundation, Inc. + * Copyright (C) 2003, 2015 Free Software Foundation, Inc. * Written by Bruno Haible , 2003. * * This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgfmt.h b/gettext-tools/src/msgfmt.h index e61f72ca3..8f28b3380 100644 --- a/gettext-tools/src/msgfmt.h +++ b/gettext-tools/src/msgfmt.h @@ -1,5 +1,6 @@ /* msgfmt specifics - Copyright (C) 1995-1998, 2000-2001, 2009 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2001, 2009, 2015 Free Software + Foundation, Inc. Written by Ulrich Drepper , April 1995. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msggrep.c b/gettext-tools/src/msggrep.c index 73ccb9462..b0cb87ab2 100644 --- a/gettext-tools/src/msggrep.c +++ b/gettext-tools/src/msggrep.c @@ -1,5 +1,6 @@ /* Extract some translations of a translation catalog. - Copyright (C) 2001-2007, 2009-2010, 2012 Free Software Foundation, Inc. + Copyright (C) 2001-2007, 2009-2010, 2012, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msginit.c b/gettext-tools/src/msginit.c index 951aa2e0c..9a008b91c 100644 --- a/gettext-tools/src/msginit.c +++ b/gettext-tools/src/msginit.c @@ -1,5 +1,5 @@ /* Initializes a new PO file. - Copyright (C) 2001-2012 Free Software Foundation, Inc. + Copyright (C) 2001-2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-ascii.c b/gettext-tools/src/msgl-ascii.c index e3ca95304..c92e4dfbe 100644 --- a/gettext-tools/src/msgl-ascii.c +++ b/gettext-tools/src/msgl-ascii.c @@ -1,5 +1,6 @@ /* Message list test for ASCII character set. - Copyright (C) 2001-2002, 2005-2006 Free Software Foundation, Inc. + Copyright (C) 2001-2002, 2005-2006, 2015 Free Software Foundation, + Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-ascii.h b/gettext-tools/src/msgl-ascii.h index fee41a99a..b6e09f9a0 100644 --- a/gettext-tools/src/msgl-ascii.h +++ b/gettext-tools/src/msgl-ascii.h @@ -1,5 +1,5 @@ /* Message list test for ASCII character set. - Copyright (C) 2001-2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-cat.c b/gettext-tools/src/msgl-cat.c index 8502a6498..dfedcb678 100644 --- a/gettext-tools/src/msgl-cat.c +++ b/gettext-tools/src/msgl-cat.c @@ -1,5 +1,6 @@ /* Message list concatenation and duplicate handling. - Copyright (C) 2001-2003, 2005-2008, 2012 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2008, 2012, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-cat.h b/gettext-tools/src/msgl-cat.h index 4de35d575..12a9f80b3 100644 --- a/gettext-tools/src/msgl-cat.h +++ b/gettext-tools/src/msgl-cat.h @@ -1,5 +1,5 @@ /* Message list concatenation and duplicate handling. - Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-charset.c b/gettext-tools/src/msgl-charset.c index e8deb58a0..278d2701c 100644 --- a/gettext-tools/src/msgl-charset.c +++ b/gettext-tools/src/msgl-charset.c @@ -1,5 +1,6 @@ /* Message list charset and locale charset handling. - Copyright (C) 2001-2003, 2005-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2007, 2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-charset.h b/gettext-tools/src/msgl-charset.h index 647a39403..c673d1d5c 100644 --- a/gettext-tools/src/msgl-charset.h +++ b/gettext-tools/src/msgl-charset.h @@ -1,5 +1,5 @@ /* Message list charset and locale charset handling. - Copyright (C) 2001-2003 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-check.c b/gettext-tools/src/msgl-check.c index b5f25373d..79341200c 100644 --- a/gettext-tools/src/msgl-check.c +++ b/gettext-tools/src/msgl-check.c @@ -1,5 +1,6 @@ /* Checking of messages in PO files. - Copyright (C) 1995-1998, 2000-2008, 2010-2012 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2008, 2010-2015 Free Software + Foundation, Inc. Written by Ulrich Drepper , April 1995. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-check.h b/gettext-tools/src/msgl-check.h index 73fee690c..cfb86fbf5 100644 --- a/gettext-tools/src/msgl-check.h +++ b/gettext-tools/src/msgl-check.h @@ -1,5 +1,5 @@ /* Checking of messages in PO files. - Copyright (C) 2005, 2008, 2010 Free Software Foundation, Inc. + Copyright (C) 2005, 2008, 2010, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2005. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-english.c b/gettext-tools/src/msgl-english.c index 69d95a986..63045043e 100644 --- a/gettext-tools/src/msgl-english.c +++ b/gettext-tools/src/msgl-english.c @@ -1,5 +1,5 @@ /* Message translation initialization for English. - Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-english.h b/gettext-tools/src/msgl-english.h index ec77d2a72..ce0af6b88 100644 --- a/gettext-tools/src/msgl-english.h +++ b/gettext-tools/src/msgl-english.h @@ -1,5 +1,5 @@ /* Message translation initialization for English. - Copyright (C) 2001-2003 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-equal.c b/gettext-tools/src/msgl-equal.c index 3c9efad78..fd28d0162 100644 --- a/gettext-tools/src/msgl-equal.c +++ b/gettext-tools/src/msgl-equal.c @@ -1,5 +1,6 @@ /* Message list test for equality. - Copyright (C) 2001-2002, 2005-2006, 2008 Free Software Foundation, Inc. + Copyright (C) 2001-2002, 2005-2006, 2008, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-equal.h b/gettext-tools/src/msgl-equal.h index 6497a7fd7..07f052ed1 100644 --- a/gettext-tools/src/msgl-equal.h +++ b/gettext-tools/src/msgl-equal.h @@ -1,5 +1,5 @@ /* Message list test for equality. - Copyright (C) 2001-2003 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-fsearch.c b/gettext-tools/src/msgl-fsearch.c index d2aa8656b..5e087e242 100644 --- a/gettext-tools/src/msgl-fsearch.c +++ b/gettext-tools/src/msgl-fsearch.c @@ -1,5 +1,5 @@ /* Fast fuzzy searching among messages. - Copyright (C) 2006, 2008, 2011 Free Software Foundation, Inc. + Copyright (C) 2006, 2008, 2011, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-fsearch.h b/gettext-tools/src/msgl-fsearch.h index c523d9308..825e2a800 100644 --- a/gettext-tools/src/msgl-fsearch.h +++ b/gettext-tools/src/msgl-fsearch.h @@ -1,5 +1,5 @@ /* Fast fuzzy searching among messages. - Copyright (C) 2006, 2008 Free Software Foundation, Inc. + Copyright (C) 2006, 2008, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-header.c b/gettext-tools/src/msgl-header.c index d1dafdb70..d5f6a885b 100644 --- a/gettext-tools/src/msgl-header.c +++ b/gettext-tools/src/msgl-header.c @@ -1,5 +1,5 @@ /* Message list header manipulation. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2007. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-header.h b/gettext-tools/src/msgl-header.h index f26b1a841..6dc17795c 100644 --- a/gettext-tools/src/msgl-header.h +++ b/gettext-tools/src/msgl-header.h @@ -1,5 +1,5 @@ /* Message list header manipulation. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2007. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-iconv.c b/gettext-tools/src/msgl-iconv.c index 958455b54..06a961f5e 100644 --- a/gettext-tools/src/msgl-iconv.c +++ b/gettext-tools/src/msgl-iconv.c @@ -1,5 +1,6 @@ /* Message list charset and locale charset handling. - Copyright (C) 2001-2003, 2005-2009 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2009, 2015 Free Software Foundation, + Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgl-iconv.h b/gettext-tools/src/msgl-iconv.h index 5a7fc00d9..ab61a5b38 100644 --- a/gettext-tools/src/msgl-iconv.h +++ b/gettext-tools/src/msgl-iconv.h @@ -1,5 +1,6 @@ /* Message list character set conversion. - Copyright (C) 2001-2003, 2005-2006, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2006, 2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgmerge.c b/gettext-tools/src/msgmerge.c index 71d89626f..50faf2d08 100644 --- a/gettext-tools/src/msgmerge.c +++ b/gettext-tools/src/msgmerge.c @@ -1,5 +1,6 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-1998, 2000-2010, 2012 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2010, 2012, 2015 Free Software + Foundation, Inc. This file was written by Peter Miller This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgunfmt.c b/gettext-tools/src/msgunfmt.c index 1e6dbd21a..c5163be35 100644 --- a/gettext-tools/src/msgunfmt.c +++ b/gettext-tools/src/msgunfmt.c @@ -1,5 +1,6 @@ /* msgunfmt - converts binary .mo files to Uniforum style .po files - Copyright (C) 1995-1998, 2000-2007, 2009-2010, 2012 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2007, 2009-2010, 2012, 2015 Free + Software Foundation, Inc. Written by Ulrich Drepper , April 1995. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgunfmt.cs b/gettext-tools/src/msgunfmt.cs index 28a66b84e..e0e8874a4 100644 --- a/gettext-tools/src/msgunfmt.cs +++ b/gettext-tools/src/msgunfmt.cs @@ -1,5 +1,5 @@ /* GNU gettext for C# - * Copyright (C) 2003-2004, 2007 Free Software Foundation, Inc. + * Copyright (C) 2003-2004, 2007, 2015 Free Software Foundation, Inc. * Written by Bruno Haible , 2003. * * This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgunfmt.h b/gettext-tools/src/msgunfmt.h index d1d79ec45..fc0a505f0 100644 --- a/gettext-tools/src/msgunfmt.h +++ b/gettext-tools/src/msgunfmt.h @@ -1,5 +1,6 @@ /* msgunfmt specifics - Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2001, 2015 Free Software Foundation, + Inc. Written by Ulrich Drepper , April 1995. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/msgunfmt.tcl b/gettext-tools/src/msgunfmt.tcl index 11c1d6f83..2eadbc56e 100644 --- a/gettext-tools/src/msgunfmt.tcl +++ b/gettext-tools/src/msgunfmt.tcl @@ -1,5 +1,5 @@ # Reading tcl/msgcat .msg files. -# Copyright (C) 2002 Free Software Foundation, Inc. +# Copyright (C) 2002, 2015 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/gettext-tools/src/msguniq.c b/gettext-tools/src/msguniq.c index 24f4c317a..0a81d1e2b 100644 --- a/gettext-tools/src/msguniq.c +++ b/gettext-tools/src/msguniq.c @@ -1,5 +1,6 @@ /* Remove, select or merge duplicate translations. - Copyright (C) 2001-2007, 2009-2010, 2012 Free Software Foundation, Inc. + Copyright (C) 2001-2007, 2009-2010, 2012, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/open-catalog.c b/gettext-tools/src/open-catalog.c index 27eed909a..ed87010c7 100644 --- a/gettext-tools/src/open-catalog.c +++ b/gettext-tools/src/open-catalog.c @@ -1,5 +1,6 @@ /* open-po - search for .po file along search path list and open for reading - Copyright (C) 1995-1996, 2000-2003, 2005-2009 Free Software Foundation, Inc. + Copyright (C) 1995-1996, 2000-2003, 2005-2009, 2015 Free Software + Foundation, Inc. Written by Ulrich Drepper , April 1995. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/open-catalog.h b/gettext-tools/src/open-catalog.h index 503371dc3..282c200a8 100644 --- a/gettext-tools/src/open-catalog.h +++ b/gettext-tools/src/open-catalog.h @@ -1,5 +1,6 @@ /* Opening PO files. - Copyright (C) 1995-1997, 2000-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 1995-1997, 2000-2003, 2006, 2015 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/gettext-tools/src/plural-count.c b/gettext-tools/src/plural-count.c index 3fd8838d1..802ba5e20 100644 --- a/gettext-tools/src/plural-count.c +++ b/gettext-tools/src/plural-count.c @@ -1,5 +1,5 @@ /* Plural form count. - Copyright (C) 2003, 2007 Free Software Foundation, Inc. + Copyright (C) 2003, 2007, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/plural-count.h b/gettext-tools/src/plural-count.h index 14eccf99b..9b86a17eb 100644 --- a/gettext-tools/src/plural-count.h +++ b/gettext-tools/src/plural-count.h @@ -1,5 +1,5 @@ /* Plural form count. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/plural-distrib.h b/gettext-tools/src/plural-distrib.h index 4376f9f01..d7d249304 100644 --- a/gettext-tools/src/plural-distrib.h +++ b/gettext-tools/src/plural-distrib.h @@ -1,5 +1,5 @@ /* Value distribution of plural form expressions. - Copyright (C) 2001-2008 Free Software Foundation, Inc. + Copyright (C) 2001-2008, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001-2005. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/plural-eval.c b/gettext-tools/src/plural-eval.c index 6c63d4e11..b2ab856f3 100644 --- a/gettext-tools/src/plural-eval.c +++ b/gettext-tools/src/plural-eval.c @@ -1,5 +1,5 @@ /* Expression evaluation for plural form selection. - Copyright (C) 2000-2003, 2005 Free Software Foundation, Inc. + Copyright (C) 2000-2003, 2005, 2015 Free Software Foundation, Inc. Written by Ulrich Drepper , 2000. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/plural-eval.h b/gettext-tools/src/plural-eval.h index b64c0793a..e480a9b18 100644 --- a/gettext-tools/src/plural-eval.h +++ b/gettext-tools/src/plural-eval.h @@ -1,5 +1,5 @@ /* Expression evaluation for plural form selection. - Copyright (C) 2005-2006 Free Software Foundation, Inc. + Copyright (C) 2005-2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2005. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/plural-exp.c b/gettext-tools/src/plural-exp.c index d3f4b5fa4..eb57ce1ad 100644 --- a/gettext-tools/src/plural-exp.c +++ b/gettext-tools/src/plural-exp.c @@ -1,5 +1,5 @@ /* Expression parsing for plural form selection. - Copyright (C) 2000-2001, 2003 Free Software Foundation, Inc. + Copyright (C) 2000-2001, 2003, 2015 Free Software Foundation, Inc. Written by Ulrich Drepper , 2000. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/plural-table.c b/gettext-tools/src/plural-table.c index 556cbccd7..25c0bd6c7 100644 --- a/gettext-tools/src/plural-table.c +++ b/gettext-tools/src/plural-table.c @@ -1,5 +1,6 @@ /* Table of known plural form expressions. - Copyright (C) 2001-2006, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2001-2006, 2009-2010, 2015 Free Software Foundation, + Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/plural-table.h b/gettext-tools/src/plural-table.h index 6af9bf61b..7c8248053 100644 --- a/gettext-tools/src/plural-table.h +++ b/gettext-tools/src/plural-table.h @@ -1,5 +1,5 @@ /* Table of known plural form expressions. - Copyright (C) 2001-2003 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/po-charset.c b/gettext-tools/src/po-charset.c index 4c0dcdb91..2f8bae4dd 100644 --- a/gettext-tools/src/po-charset.c +++ b/gettext-tools/src/po-charset.c @@ -1,5 +1,5 @@ /* Charset handling while reading PO files. - Copyright (C) 2001-2007, 2010 Free Software Foundation, Inc. + Copyright (C) 2001-2007, 2010, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/po-charset.h b/gettext-tools/src/po-charset.h index 65798e77a..60484e02f 100644 --- a/gettext-tools/src/po-charset.h +++ b/gettext-tools/src/po-charset.h @@ -1,5 +1,5 @@ /* Charset handling while reading PO files. - Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/po-error.c b/gettext-tools/src/po-error.c index 067264a8a..565b9edce 100644 --- a/gettext-tools/src/po-error.c +++ b/gettext-tools/src/po-error.c @@ -1,5 +1,5 @@ /* Error handling during reading and writing of PO files. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2004. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/po-error.h b/gettext-tools/src/po-error.h index 036a69b2f..b4eb50039 100644 --- a/gettext-tools/src/po-error.h +++ b/gettext-tools/src/po-error.h @@ -1,5 +1,5 @@ /* Error handling during reading and writing of PO files. - Copyright (C) 2004, 2006, 2012 Free Software Foundation, Inc. + Copyright (C) 2004, 2006, 2012, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2004. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/po-gram-gen.y b/gettext-tools/src/po-gram-gen.y index 8f888bddc..0a3406842 100644 --- a/gettext-tools/src/po-gram-gen.y +++ b/gettext-tools/src/po-gram-gen.y @@ -1,5 +1,6 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-1996, 1998, 2000-2001, 2003, 2005-2006, 2012 Free Software Foundation, Inc. + Copyright (C) 1995-1996, 1998, 2000-2001, 2003, 2005-2006, 2012, 2015 + Free Software Foundation, Inc. This file was written by Peter Miller diff --git a/gettext-tools/src/po-gram.h b/gettext-tools/src/po-gram.h index 0e2d07900..4c8787e24 100644 --- a/gettext-tools/src/po-gram.h +++ b/gettext-tools/src/po-gram.h @@ -1,5 +1,6 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995, 2002-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 1995, 2002-2003, 2006, 2015 Free Software Foundation, + Inc. This file was written by Peter Miller diff --git a/gettext-tools/src/po-lex.c b/gettext-tools/src/po-lex.c index 3bf5449b6..a48f59a81 100644 --- a/gettext-tools/src/po-lex.c +++ b/gettext-tools/src/po-lex.c @@ -1,5 +1,5 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-1999, 2000-2009, 2011 Free Software Foundation, Inc. + Copyright (C) 1995-2009, 2011, 2015 Free Software Foundation, Inc. This file was written by Peter Miller . Multibyte character handling by Bruno Haible . diff --git a/gettext-tools/src/po-lex.h b/gettext-tools/src/po-lex.h index da05f3854..257e61abd 100644 --- a/gettext-tools/src/po-lex.h +++ b/gettext-tools/src/po-lex.h @@ -1,5 +1,6 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-1998, 2000-2006, 2012 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2006, 2012, 2015 Free Software + Foundation, Inc. This file was written by Peter Miller diff --git a/gettext-tools/src/po-time.c b/gettext-tools/src/po-time.c index dd357f1da..51473893b 100644 --- a/gettext-tools/src/po-time.c +++ b/gettext-tools/src/po-time.c @@ -1,5 +1,6 @@ /* PO/POT file timestamps. - Copyright (C) 1995-1998, 2000-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2003, 2006, 2015 Free Software + Foundation, Inc. Written by Ulrich Drepper , April 1995. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/po-time.h b/gettext-tools/src/po-time.h index 846dea0f8..4c63006c7 100644 --- a/gettext-tools/src/po-time.h +++ b/gettext-tools/src/po-time.h @@ -1,5 +1,5 @@ /* PO/POT file timestamps. - Copyright (C) 2001-2003 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/po-xerror.c b/gettext-tools/src/po-xerror.c index 8a889d815..f58d2bd86 100644 --- a/gettext-tools/src/po-xerror.c +++ b/gettext-tools/src/po-xerror.c @@ -1,5 +1,5 @@ /* Error handling during reading and writing of PO files. - Copyright (C) 2005-2007 Free Software Foundation, Inc. + Copyright (C) 2005-2007, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2005. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/po-xerror.h b/gettext-tools/src/po-xerror.h index 521ec3f02..0493de9e6 100644 --- a/gettext-tools/src/po-xerror.h +++ b/gettext-tools/src/po-xerror.h @@ -1,5 +1,5 @@ /* Error handling during reading and writing of PO files. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2005. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/pos.h b/gettext-tools/src/pos.h index 684986e41..9c57290a9 100644 --- a/gettext-tools/src/pos.h +++ b/gettext-tools/src/pos.h @@ -1,5 +1,6 @@ /* Source file positions. - Copyright (C) 1995-1998, 2000-2001 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2001, 2015 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/gettext-tools/src/project-id b/gettext-tools/src/project-id index e60c8e394..103f91f1c 100755 --- a/gettext-tools/src/project-id +++ b/gettext-tools/src/project-id @@ -1,7 +1,7 @@ #!/bin/sh # Prints a package's identification PACKAGE VERSION or PACKAGE. # -# Copyright (C) 2001-2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001-2003, 2005, 2015 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/gettext-tools/src/read-catalog-abstract.c b/gettext-tools/src/read-catalog-abstract.c index 0817cd77b..eaa624b81 100644 --- a/gettext-tools/src/read-catalog-abstract.c +++ b/gettext-tools/src/read-catalog-abstract.c @@ -1,5 +1,6 @@ /* Reading PO files, abstract class. - Copyright (C) 1995-1996, 1998, 2000-2009 Free Software Foundation, Inc. + Copyright (C) 1995-1996, 1998, 2000-2009, 2015 Free Software + Foundation, Inc. This file was written by Peter Miller diff --git a/gettext-tools/src/read-catalog-abstract.h b/gettext-tools/src/read-catalog-abstract.h index 367584b99..7f6dbfa56 100644 --- a/gettext-tools/src/read-catalog-abstract.h +++ b/gettext-tools/src/read-catalog-abstract.h @@ -1,5 +1,6 @@ /* Reading PO files, abstract class. - Copyright (C) 1995-1996, 1998, 2000-2003, 2005-2006, 2008-2009, 2012 Free Software Foundation, Inc. + Copyright (C) 1995-1996, 1998, 2000-2003, 2005-2006, 2008-2009, 2012, + 2015 Free Software Foundation, Inc. This file was written by Peter Miller diff --git a/gettext-tools/src/read-catalog.c b/gettext-tools/src/read-catalog.c index 8c77df1dd..8a2658186 100644 --- a/gettext-tools/src/read-catalog.c +++ b/gettext-tools/src/read-catalog.c @@ -1,5 +1,6 @@ /* Reading PO files. - Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2015 Free + Software Foundation, Inc. This file was written by Peter Miller This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-catalog.h b/gettext-tools/src/read-catalog.h index 74e0fd7a1..f50bcb080 100644 --- a/gettext-tools/src/read-catalog.h +++ b/gettext-tools/src/read-catalog.h @@ -1,5 +1,6 @@ /* Reading PO files. - Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2015 Free + Software Foundation, Inc. This file was written by Bruno Haible . This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-csharp.c b/gettext-tools/src/read-csharp.c index df5ca83df..c2b387919 100644 --- a/gettext-tools/src/read-csharp.c +++ b/gettext-tools/src/read-csharp.c @@ -1,5 +1,6 @@ /* Reading C# satellite assemblies. - Copyright (C) 2003-2004, 2006-2008, 2011 Free Software Foundation, Inc. + Copyright (C) 2003-2004, 2006-2008, 2011, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-csharp.h b/gettext-tools/src/read-csharp.h index f8b66b35f..3e03ccfba 100644 --- a/gettext-tools/src/read-csharp.h +++ b/gettext-tools/src/read-csharp.h @@ -1,5 +1,5 @@ /* Reading C# satellite assemblies. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-desktop.c b/gettext-tools/src/read-desktop.c index be574cec5..0de123cb6 100644 --- a/gettext-tools/src/read-desktop.c +++ b/gettext-tools/src/read-desktop.c @@ -1,5 +1,6 @@ /* Reading Desktop Entry files. - Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014-2015 + Free Software Foundation, Inc. This file was written by Daiki Ueno . This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-desktop.h b/gettext-tools/src/read-desktop.h index 19ad8d8ba..eebd681f8 100644 --- a/gettext-tools/src/read-desktop.h +++ b/gettext-tools/src/read-desktop.h @@ -1,5 +1,6 @@ /* Reading Desktop Entry files. - Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014-2015 + Free Software Foundation, Inc. This file was written by Daiki Ueno . This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-java.c b/gettext-tools/src/read-java.c index bc6f2f4c0..1e1cce0f7 100644 --- a/gettext-tools/src/read-java.c +++ b/gettext-tools/src/read-java.c @@ -1,5 +1,6 @@ /* Reading Java ResourceBundles. - Copyright (C) 2001-2003, 2006-2008, 2011 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006-2008, 2011, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-java.h b/gettext-tools/src/read-java.h index 6b4d03751..169263b6c 100644 --- a/gettext-tools/src/read-java.h +++ b/gettext-tools/src/read-java.h @@ -1,5 +1,5 @@ /* Reading Java ResourceBundles. - Copyright (C) 2001-2002 Free Software Foundation, Inc. + Copyright (C) 2001-2002, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-mo.c b/gettext-tools/src/read-mo.c index 1c024a8fe..c3bfb22f3 100644 --- a/gettext-tools/src/read-mo.c +++ b/gettext-tools/src/read-mo.c @@ -1,5 +1,6 @@ /* Reading binary .mo files. - Copyright (C) 1995-1998, 2000-2007 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2007, 2015 Free Software Foundation, + Inc. Written by Ulrich Drepper , April 1995. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-mo.h b/gettext-tools/src/read-mo.h index c8e976cb8..d5f8f58cf 100644 --- a/gettext-tools/src/read-mo.h +++ b/gettext-tools/src/read-mo.h @@ -1,5 +1,6 @@ /* Reading binary .mo files. - Copyright (C) 1995-1998, 2000-2003 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2003, 2015 Free Software Foundation, + Inc. Written by Ulrich Drepper , April 1995. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-po.c b/gettext-tools/src/read-po.c index 04f1b7474..71eebc29a 100644 --- a/gettext-tools/src/read-po.c +++ b/gettext-tools/src/read-po.c @@ -1,5 +1,6 @@ /* Reading PO files. - Copyright (C) 1995-1996, 1998, 2000-2006 Free Software Foundation, Inc. + Copyright (C) 1995-1996, 1998, 2000-2006, 2015 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/gettext-tools/src/read-po.h b/gettext-tools/src/read-po.h index e426eaa5a..aa9c173ef 100644 --- a/gettext-tools/src/read-po.h +++ b/gettext-tools/src/read-po.h @@ -1,5 +1,5 @@ /* Reading PO files. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-properties.c b/gettext-tools/src/read-properties.c index 0c647305f..a4919a407 100644 --- a/gettext-tools/src/read-properties.c +++ b/gettext-tools/src/read-properties.c @@ -1,5 +1,6 @@ /* Reading Java .properties files. - Copyright (C) 2003, 2005-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2003, 2005-2007, 2009, 2015 Free Software Foundation, + Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-properties.h b/gettext-tools/src/read-properties.h index 8ac7852cc..bf2279bcb 100644 --- a/gettext-tools/src/read-properties.h +++ b/gettext-tools/src/read-properties.h @@ -1,5 +1,5 @@ /* Reading Java .properties files. - Copyright (C) 2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-resources.c b/gettext-tools/src/read-resources.c index a5eb8eb2a..d60394e60 100644 --- a/gettext-tools/src/read-resources.c +++ b/gettext-tools/src/read-resources.c @@ -1,5 +1,6 @@ /* Reading C# .resources files. - Copyright (C) 2003, 2006-2008, 2011 Free Software Foundation, Inc. + Copyright (C) 2003, 2006-2008, 2011, 2015 Free Software Foundation, + Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-resources.h b/gettext-tools/src/read-resources.h index b3c60762d..58dccef03 100644 --- a/gettext-tools/src/read-resources.h +++ b/gettext-tools/src/read-resources.h @@ -1,5 +1,5 @@ /* Reading C# .resources files. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-stringtable.c b/gettext-tools/src/read-stringtable.c index 27b886048..62073c4a6 100644 --- a/gettext-tools/src/read-stringtable.c +++ b/gettext-tools/src/read-stringtable.c @@ -1,5 +1,6 @@ /* Reading NeXTstep/GNUstep .strings files. - Copyright (C) 2003, 2005-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2003, 2005-2007, 2009, 2015 Free Software Foundation, + Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-stringtable.h b/gettext-tools/src/read-stringtable.h index d254434a3..6c3e069eb 100644 --- a/gettext-tools/src/read-stringtable.h +++ b/gettext-tools/src/read-stringtable.h @@ -1,5 +1,5 @@ /* Reading NeXTstep/GNUstep .strings files. - Copyright (C) 2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-tcl.c b/gettext-tools/src/read-tcl.c index 039dcfb1e..41918648f 100644 --- a/gettext-tools/src/read-tcl.c +++ b/gettext-tools/src/read-tcl.c @@ -1,5 +1,6 @@ /* Reading tcl/msgcat .msg files. - Copyright (C) 2002-2003, 2005-2008, 2011 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2005-2008, 2011, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/read-tcl.h b/gettext-tools/src/read-tcl.h index a2c2d9e5b..d66624d84 100644 --- a/gettext-tools/src/read-tcl.h +++ b/gettext-tools/src/read-tcl.h @@ -1,5 +1,5 @@ /* Reading tcl/msgcat .msg files. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/recode-sr-latin.c b/gettext-tools/src/recode-sr-latin.c index 25b88f654..44a2f497e 100644 --- a/gettext-tools/src/recode-sr-latin.c +++ b/gettext-tools/src/recode-sr-latin.c @@ -1,5 +1,6 @@ /* Recode Serbian text from Cyrillic to Latin script. - Copyright (C) 2006-2007, 2010, 2012 Free Software Foundation, Inc. + Copyright (C) 2006-2007, 2010, 2012, 2015 Free Software Foundation, + Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/str-list.c b/gettext-tools/src/str-list.c index 3f929c2cf..0e3a9ff54 100644 --- a/gettext-tools/src/str-list.c +++ b/gettext-tools/src/str-list.c @@ -1,5 +1,6 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995, 1998, 2000-2004, 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 1995, 1998, 2000-2004, 2006, 2009, 2015 Free Software + Foundation, Inc. This file was written by Peter Miller diff --git a/gettext-tools/src/str-list.h b/gettext-tools/src/str-list.h index 5b7b75d91..07581710f 100644 --- a/gettext-tools/src/str-list.h +++ b/gettext-tools/src/str-list.h @@ -1,5 +1,6 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-1996, 1998, 2000-2004, 2009 Free Software Foundation, Inc. + Copyright (C) 1995-1996, 1998, 2000-2004, 2009, 2015 Free Software + Foundation, Inc. This file was written by Peter Miller diff --git a/gettext-tools/src/urlget.c b/gettext-tools/src/urlget.c index f3243e1c5..482144c89 100644 --- a/gettext-tools/src/urlget.c +++ b/gettext-tools/src/urlget.c @@ -1,5 +1,6 @@ /* Get the contents of an URL. - Copyright (C) 2001-2003, 2005-2010, 2012 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2010, 2012, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/user-email.sh.in b/gettext-tools/src/user-email.sh.in index 5a3540559..d5b5e49de 100644 --- a/gettext-tools/src/user-email.sh.in +++ b/gettext-tools/src/user-email.sh.in @@ -1,7 +1,7 @@ #!/bin/sh # Prints the user's email address, with confirmation from the user. # -# Copyright (C) 2001-2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001-2003, 2005, 2015 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/gettext-tools/src/write-catalog.c b/gettext-tools/src/write-catalog.c index bab8c36b6..4649efa6f 100644 --- a/gettext-tools/src/write-catalog.c +++ b/gettext-tools/src/write-catalog.c @@ -1,5 +1,6 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-1998, 2000-2008, 2012 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2008, 2012, 2015 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/gettext-tools/src/write-catalog.h b/gettext-tools/src/write-catalog.h index 804592c46..7cb18b86b 100644 --- a/gettext-tools/src/write-catalog.h +++ b/gettext-tools/src/write-catalog.h @@ -1,5 +1,6 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-1998, 2000-2003, 2006, 2008 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2003, 2006, 2008, 2015 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/gettext-tools/src/write-csharp.c b/gettext-tools/src/write-csharp.c index 047361a11..dd757edf8 100644 --- a/gettext-tools/src/write-csharp.c +++ b/gettext-tools/src/write-csharp.c @@ -1,5 +1,5 @@ /* Writing C# satellite assemblies. - Copyright (C) 2003-2010 Free Software Foundation, Inc. + Copyright (C) 2003-2010, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-csharp.h b/gettext-tools/src/write-csharp.h index 55b71fb94..509f8c17b 100644 --- a/gettext-tools/src/write-csharp.h +++ b/gettext-tools/src/write-csharp.h @@ -1,5 +1,5 @@ /* Writing C# satellite assemblies. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-desktop.c b/gettext-tools/src/write-desktop.c index dd3fb6064..b1de2fdf5 100644 --- a/gettext-tools/src/write-desktop.c +++ b/gettext-tools/src/write-desktop.c @@ -1,5 +1,6 @@ /* Writing Desktop Entry files. - Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014-2015 + Free Software Foundation, Inc. This file was written by Daiki Ueno . This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-desktop.h b/gettext-tools/src/write-desktop.h index 028b441f9..43cb54cd9 100644 --- a/gettext-tools/src/write-desktop.h +++ b/gettext-tools/src/write-desktop.h @@ -1,5 +1,6 @@ /* Reading Desktop Entry files. - Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014-2015 + Free Software Foundation, Inc. This file was written by Daiki Ueno . This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-java.c b/gettext-tools/src/write-java.c index 9cf4054c6..a21c002b2 100644 --- a/gettext-tools/src/write-java.c +++ b/gettext-tools/src/write-java.c @@ -1,5 +1,6 @@ /* Writing Java ResourceBundles. - Copyright (C) 2001-2003, 2005-2010 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2010, 2015 Free Software Foundation, + Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-java.h b/gettext-tools/src/write-java.h index 4249edb61..2bebc1feb 100644 --- a/gettext-tools/src/write-java.h +++ b/gettext-tools/src/write-java.h @@ -1,5 +1,5 @@ /* Writing Java ResourceBundles. - Copyright (C) 2001-2003 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-mo.c b/gettext-tools/src/write-mo.c index ce2741528..92dbbe44e 100644 --- a/gettext-tools/src/write-mo.c +++ b/gettext-tools/src/write-mo.c @@ -1,5 +1,6 @@ /* Writing binary .mo files. - Copyright (C) 1995-1998, 2000-2007 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2007, 2015 Free Software Foundation, + Inc. Written by Ulrich Drepper , April 1995. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-mo.h b/gettext-tools/src/write-mo.h index b1ea8ea7e..249ed58f2 100644 --- a/gettext-tools/src/write-mo.h +++ b/gettext-tools/src/write-mo.h @@ -1,5 +1,6 @@ /* Writing binary .mo files. - Copyright (C) 1995-1998, 2000-2003, 2005-2006 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2015 Free Software + Foundation, Inc. Written by Ulrich Drepper , April 1995. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-po.c b/gettext-tools/src/write-po.c index 701decfcc..ec413d490 100644 --- a/gettext-tools/src/write-po.c +++ b/gettext-tools/src/write-po.c @@ -1,5 +1,6 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-1998, 2000-2010, 2012 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2010, 2012, 2015 Free Software + Foundation, Inc. This file was written by Peter Miller diff --git a/gettext-tools/src/write-po.h b/gettext-tools/src/write-po.h index 9a243bfb7..ee8313ad5 100644 --- a/gettext-tools/src/write-po.h +++ b/gettext-tools/src/write-po.h @@ -1,5 +1,6 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-1998, 2000-2003, 2006, 2008 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2003, 2006, 2008, 2015 Free Software + Foundation, Inc. This file was written by Peter Miller diff --git a/gettext-tools/src/write-properties.c b/gettext-tools/src/write-properties.c index 8b6dcee52..4aaf9233a 100644 --- a/gettext-tools/src/write-properties.c +++ b/gettext-tools/src/write-properties.c @@ -1,5 +1,5 @@ /* Writing Java .properties files. - Copyright (C) 2003, 2005-2009 Free Software Foundation, Inc. + Copyright (C) 2003, 2005-2009, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-properties.h b/gettext-tools/src/write-properties.h index 9f614b552..b29154efb 100644 --- a/gettext-tools/src/write-properties.h +++ b/gettext-tools/src/write-properties.h @@ -1,5 +1,5 @@ /* Writing Java .properties files. - Copyright (C) 2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-qt.c b/gettext-tools/src/write-qt.c index 50b96b754..42b2d847a 100644 --- a/gettext-tools/src/write-qt.c +++ b/gettext-tools/src/write-qt.c @@ -1,5 +1,6 @@ /* Writing Qt .qm files. - Copyright (C) 2003, 2005-2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2003, 2005-2007, 2009, 2015 Free Software Foundation, + Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-qt.h b/gettext-tools/src/write-qt.h index 2b36da202..d83622aa2 100644 --- a/gettext-tools/src/write-qt.h +++ b/gettext-tools/src/write-qt.h @@ -1,5 +1,5 @@ /* Writing Qt .qm files. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-resources.c b/gettext-tools/src/write-resources.c index 6759c1b8f..2fa7e48fe 100644 --- a/gettext-tools/src/write-resources.c +++ b/gettext-tools/src/write-resources.c @@ -1,5 +1,6 @@ /* Writing C# .resources files. - Copyright (C) 2003, 2005, 2007-2009, 2011 Free Software Foundation, Inc. + Copyright (C) 2003, 2005, 2007-2009, 2011, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-resources.h b/gettext-tools/src/write-resources.h index 7512f0fb8..25088168d 100644 --- a/gettext-tools/src/write-resources.h +++ b/gettext-tools/src/write-resources.h @@ -1,5 +1,5 @@ /* Writing C# .resources files. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-stringtable.c b/gettext-tools/src/write-stringtable.c index 34e171f05..8846ac7a4 100644 --- a/gettext-tools/src/write-stringtable.c +++ b/gettext-tools/src/write-stringtable.c @@ -1,5 +1,5 @@ /* Writing NeXTstep/GNUstep .strings files. - Copyright (C) 2003, 2006-2008 Free Software Foundation, Inc. + Copyright (C) 2003, 2006-2008, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-stringtable.h b/gettext-tools/src/write-stringtable.h index 3130467d0..4e60dc2de 100644 --- a/gettext-tools/src/write-stringtable.h +++ b/gettext-tools/src/write-stringtable.h @@ -1,5 +1,5 @@ /* Writing NeXTstep/GNUstep .strings files. - Copyright (C) 2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-tcl.c b/gettext-tools/src/write-tcl.c index db582c6f6..1439431f7 100644 --- a/gettext-tools/src/write-tcl.c +++ b/gettext-tools/src/write-tcl.c @@ -1,5 +1,6 @@ /* Writing tcl/msgcat .msg files. - Copyright (C) 2002-2003, 2005, 2007-2009 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2005, 2007-2009, 2015 Free Software + Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-tcl.h b/gettext-tools/src/write-tcl.h index e6a3dce4c..b10aa1681 100644 --- a/gettext-tools/src/write-tcl.h +++ b/gettext-tools/src/write-tcl.h @@ -1,5 +1,5 @@ /* Writing tcl/msgcat .msg files. - Copyright (C) 2002-2003 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-awk.c b/gettext-tools/src/x-awk.c index 6a6a9dc30..648befe88 100644 --- a/gettext-tools/src/x-awk.c +++ b/gettext-tools/src/x-awk.c @@ -1,5 +1,6 @@ /* xgettext awk backend. - Copyright (C) 2002-2003, 2005-2009 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2005-2009, 2015 Free Software Foundation, + Inc. This file was written by Bruno Haible , 2002. diff --git a/gettext-tools/src/x-awk.h b/gettext-tools/src/x-awk.h index 47cca800c..b0c144890 100644 --- a/gettext-tools/src/x-awk.h +++ b/gettext-tools/src/x-awk.h @@ -1,5 +1,5 @@ /* xgettext awk backend. - Copyright (C) 2002-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-c.c b/gettext-tools/src/x-c.c index d32cb6c99..b5bc7b079 100644 --- a/gettext-tools/src/x-c.c +++ b/gettext-tools/src/x-c.c @@ -1,5 +1,6 @@ /* xgettext C/C++/ObjectiveC backend. - Copyright (C) 1995-1998, 2000-2009, 2012 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2009, 2012, 2015 Free Software + Foundation, Inc. This file was written by Peter Miller diff --git a/gettext-tools/src/x-c.h b/gettext-tools/src/x-c.h index 3812f7b81..9dc82b0ac 100644 --- a/gettext-tools/src/x-c.h +++ b/gettext-tools/src/x-c.h @@ -1,5 +1,6 @@ /* xgettext C/C++/ObjectiveC backend. - Copyright (C) 2001-2003, 2006, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2009, 2015 Free Software Foundation, + Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-csharp.c b/gettext-tools/src/x-csharp.c index 5091c3b89..8bb87d483 100644 --- a/gettext-tools/src/x-csharp.c +++ b/gettext-tools/src/x-csharp.c @@ -1,5 +1,6 @@ /* xgettext C# backend. - Copyright (C) 2003, 2005-2009, 2011 Free Software Foundation, Inc. + Copyright (C) 2003, 2005-2009, 2011, 2015 Free Software Foundation, + Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-csharp.h b/gettext-tools/src/x-csharp.h index de37789ff..e3c61730c 100644 --- a/gettext-tools/src/x-csharp.h +++ b/gettext-tools/src/x-csharp.h @@ -1,5 +1,5 @@ /* xgettext C# backend. - Copyright (C) 2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-desktop.c b/gettext-tools/src/x-desktop.c index 320266e9c..e4ce5b3cb 100644 --- a/gettext-tools/src/x-desktop.c +++ b/gettext-tools/src/x-desktop.c @@ -1,5 +1,5 @@ /* xgettext Desktop Entry backend. - Copyright (C) 2014 Free Software Foundation, Inc. + Copyright (C) 2014-2015 Free Software Foundation, Inc. This file was written by Daiki Ueno , 2014. diff --git a/gettext-tools/src/x-desktop.h b/gettext-tools/src/x-desktop.h index d24f1741e..a5c954b40 100644 --- a/gettext-tools/src/x-desktop.h +++ b/gettext-tools/src/x-desktop.h @@ -1,5 +1,5 @@ /* xgettext Desktop Entry backend. - Copyright (C) 2014 Free Software Foundation, Inc. + Copyright (C) 2014-2015 Free Software Foundation, Inc. Written by Daiki Ueno , 2014. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-elisp.c b/gettext-tools/src/x-elisp.c index 50c3d55ad..bbe71216a 100644 --- a/gettext-tools/src/x-elisp.c +++ b/gettext-tools/src/x-elisp.c @@ -1,5 +1,6 @@ /* xgettext Emacs Lisp backend. - Copyright (C) 2001-2003, 2005-2009 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2009, 2015 Free Software Foundation, + Inc. This file was written by Bruno Haible , 2001-2002. diff --git a/gettext-tools/src/x-elisp.h b/gettext-tools/src/x-elisp.h index f93995794..618a49525 100644 --- a/gettext-tools/src/x-elisp.h +++ b/gettext-tools/src/x-elisp.h @@ -1,5 +1,5 @@ /* xgettext Emacs Lisp backend. - Copyright (C) 2002-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-glade.c b/gettext-tools/src/x-glade.c index eebce002d..36b62e5f5 100644 --- a/gettext-tools/src/x-glade.c +++ b/gettext-tools/src/x-glade.c @@ -1,5 +1,6 @@ /* xgettext glade backend. - Copyright (C) 2002-2003, 2005-2009, 2013 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2005-2009, 2013, 2015 Free Software + Foundation, Inc. This file was written by Bruno Haible , 2002. diff --git a/gettext-tools/src/x-glade.h b/gettext-tools/src/x-glade.h index f212d2b0b..2215f1f39 100644 --- a/gettext-tools/src/x-glade.h +++ b/gettext-tools/src/x-glade.h @@ -1,5 +1,5 @@ /* xgettext glade backend. - Copyright (C) 2002-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-gsettings.c b/gettext-tools/src/x-gsettings.c index 14a258422..94b339dd4 100644 --- a/gettext-tools/src/x-gsettings.c +++ b/gettext-tools/src/x-gsettings.c @@ -1,5 +1,6 @@ /* xgettext GSettings schema file backend. - Copyright (C) 2002-2003, 2005-2009, 2013 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2005-2009, 2013, 2015 Free Software + Foundation, Inc. This file was written by Daiki Ueno , 2013. diff --git a/gettext-tools/src/x-gsettings.h b/gettext-tools/src/x-gsettings.h index b06016deb..3c1a34237 100644 --- a/gettext-tools/src/x-gsettings.h +++ b/gettext-tools/src/x-gsettings.h @@ -1,5 +1,6 @@ /* xgettext GSettings schema file backend. - Copyright (C) 2002-2003, 2006, 2013 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2006, 2013, 2015 Free Software Foundation, + Inc. Written by Daiki Ueno , 2013. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-java.c b/gettext-tools/src/x-java.c index 58c1ad7a9..3bc75fed6 100644 --- a/gettext-tools/src/x-java.c +++ b/gettext-tools/src/x-java.c @@ -1,5 +1,5 @@ /* xgettext Java backend. - Copyright (C) 2003, 2005-2009 Free Software Foundation, Inc. + Copyright (C) 2003, 2005-2009, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-java.h b/gettext-tools/src/x-java.h index 49f2af9a3..2719c421c 100644 --- a/gettext-tools/src/x-java.h +++ b/gettext-tools/src/x-java.h @@ -1,5 +1,5 @@ /* xgettext Java backend. - Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2015 Free Software Foundation, Inc. Written by Tommy Johansson , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-javascript.c b/gettext-tools/src/x-javascript.c index 35c9a9e64..bc4d4c805 100644 --- a/gettext-tools/src/x-javascript.c +++ b/gettext-tools/src/x-javascript.c @@ -1,5 +1,6 @@ /* xgettext JavaScript backend. - Copyright (C) 2002-2003, 2005-2009, 2013 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2005-2009, 2013, 2015 Free Software + Foundation, Inc. This file was written by Andreas Stricker , 2010 It's based on x-python from Bruno Haible. diff --git a/gettext-tools/src/x-javascript.h b/gettext-tools/src/x-javascript.h index a2f64187b..5d2d98062 100644 --- a/gettext-tools/src/x-javascript.h +++ b/gettext-tools/src/x-javascript.h @@ -1,5 +1,6 @@ /* xgettext JavaScript backend. - Copyright (C) 2002-2003, 2006, 2013 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2006, 2013, 2015 Free Software Foundation, + Inc. This file was written by Andreas Stricker , 2010. It's based on x-python from Bruno Haible. diff --git a/gettext-tools/src/x-librep.c b/gettext-tools/src/x-librep.c index c91d22a0f..a515f2935 100644 --- a/gettext-tools/src/x-librep.c +++ b/gettext-tools/src/x-librep.c @@ -1,5 +1,6 @@ /* xgettext librep backend. - Copyright (C) 2001-2003, 2005-2009 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2009, 2015 Free Software Foundation, + Inc. This file was written by Bruno Haible , 2001. diff --git a/gettext-tools/src/x-librep.h b/gettext-tools/src/x-librep.h index 5747db166..129a6c381 100644 --- a/gettext-tools/src/x-librep.h +++ b/gettext-tools/src/x-librep.h @@ -1,5 +1,5 @@ /* xgettext librep backend. - Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-lisp.c b/gettext-tools/src/x-lisp.c index 20d88a253..0d3a1c469 100644 --- a/gettext-tools/src/x-lisp.c +++ b/gettext-tools/src/x-lisp.c @@ -1,5 +1,6 @@ /* xgettext Lisp backend. - Copyright (C) 2001-2003, 2005-2009 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2009, 2015 Free Software Foundation, + Inc. This file was written by Bruno Haible , 2001. diff --git a/gettext-tools/src/x-lisp.h b/gettext-tools/src/x-lisp.h index 97b593d09..e9d0a0b66 100644 --- a/gettext-tools/src/x-lisp.h +++ b/gettext-tools/src/x-lisp.h @@ -1,5 +1,5 @@ /* xgettext Lisp backend. - Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-lua.c b/gettext-tools/src/x-lua.c index 9fcc20d52..50508384e 100644 --- a/gettext-tools/src/x-lua.c +++ b/gettext-tools/src/x-lua.c @@ -1,5 +1,5 @@ /* xgettext Lua backend. - Copyright (C) 2012-2013 Free Software Foundation, Inc. + Copyright (C) 2012-2015 Free Software Foundation, Inc. This file was written by Ľubomír Remák , 2012. diff --git a/gettext-tools/src/x-lua.h b/gettext-tools/src/x-lua.h index 316163816..7af352599 100644 --- a/gettext-tools/src/x-lua.h +++ b/gettext-tools/src/x-lua.h @@ -1,5 +1,5 @@ /* xgettext Lua backend. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011, 2015 Free Software Foundation, Inc. Written by Ľubomír Remák , 2011 This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-perl.c b/gettext-tools/src/x-perl.c index 571f6dee5..396b7b5d4 100644 --- a/gettext-tools/src/x-perl.c +++ b/gettext-tools/src/x-perl.c @@ -1,5 +1,5 @@ /* xgettext Perl backend. - Copyright (C) 2002-2010 Free Software Foundation, Inc. + Copyright (C) 2002-2010, 2015 Free Software Foundation, Inc. This file was written by Guido Flohr , 2002-2010. diff --git a/gettext-tools/src/x-perl.h b/gettext-tools/src/x-perl.h index 8e140e9fd..4f7a2b341 100644 --- a/gettext-tools/src/x-perl.h +++ b/gettext-tools/src/x-perl.h @@ -1,5 +1,6 @@ /* xgettext Perl backend. - Copyright (C) 2002-2003, 2006, 2010 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2006, 2010, 2015 Free Software Foundation, + Inc. Written by Guido Flohr , 2002-2003 This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-php.c b/gettext-tools/src/x-php.c index 74b8ece5c..ac5cf96f6 100644 --- a/gettext-tools/src/x-php.c +++ b/gettext-tools/src/x-php.c @@ -1,5 +1,6 @@ /* xgettext PHP backend. - Copyright (C) 2001-2003, 2005-2010 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2010, 2015 Free Software Foundation, + Inc. This file was written by Bruno Haible , 2002. diff --git a/gettext-tools/src/x-php.h b/gettext-tools/src/x-php.h index 79442b447..0d13feea0 100644 --- a/gettext-tools/src/x-php.h +++ b/gettext-tools/src/x-php.h @@ -1,5 +1,5 @@ /* xgettext PHP backend. - Copyright (C) 2002-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-po.c b/gettext-tools/src/x-po.c index 89824e26f..65d8cc051 100644 --- a/gettext-tools/src/x-po.c +++ b/gettext-tools/src/x-po.c @@ -1,5 +1,6 @@ /* xgettext PO and JavaProperties backends. - Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2015 Free + Software Foundation, Inc. This file was written by Peter Miller diff --git a/gettext-tools/src/x-po.h b/gettext-tools/src/x-po.h index 0d350d85f..e76d77bc7 100644 --- a/gettext-tools/src/x-po.h +++ b/gettext-tools/src/x-po.h @@ -1,5 +1,5 @@ /* xgettext PO backend. - Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-properties.h b/gettext-tools/src/x-properties.h index fd16ab378..0935466b1 100644 --- a/gettext-tools/src/x-properties.h +++ b/gettext-tools/src/x-properties.h @@ -1,5 +1,5 @@ /* xgettext JavaProperties backend. - Copyright (C) 2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-python.c b/gettext-tools/src/x-python.c index d781ef2f4..8122c34c8 100644 --- a/gettext-tools/src/x-python.c +++ b/gettext-tools/src/x-python.c @@ -1,5 +1,6 @@ /* xgettext Python backend. - Copyright (C) 2002-2003, 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2005-2015 Free Software Foundation, + Inc. This file was written by Bruno Haible , 2002. diff --git a/gettext-tools/src/x-python.h b/gettext-tools/src/x-python.h index f7861fb61..57d379db0 100644 --- a/gettext-tools/src/x-python.h +++ b/gettext-tools/src/x-python.h @@ -1,5 +1,5 @@ /* xgettext Python backend. - Copyright (C) 2002-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-rst.c b/gettext-tools/src/x-rst.c index 8b5a26af6..f673299af 100644 --- a/gettext-tools/src/x-rst.c +++ b/gettext-tools/src/x-rst.c @@ -1,5 +1,6 @@ /* xgettext RST backend. - Copyright (C) 2001-2003, 2005-2009 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2009, 2015 Free Software Foundation, + Inc. This file was written by Bruno Haible , 2001. diff --git a/gettext-tools/src/x-rst.h b/gettext-tools/src/x-rst.h index 6507d0dda..a6ac552d4 100644 --- a/gettext-tools/src/x-rst.h +++ b/gettext-tools/src/x-rst.h @@ -1,5 +1,5 @@ /* xgettext RST backend. - Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-scheme.c b/gettext-tools/src/x-scheme.c index e8cfe8459..abbe0e5f7 100644 --- a/gettext-tools/src/x-scheme.c +++ b/gettext-tools/src/x-scheme.c @@ -1,5 +1,5 @@ /* xgettext Scheme backend. - Copyright (C) 2004-2009, 2011 Free Software Foundation, Inc. + Copyright (C) 2004-2009, 2011, 2015 Free Software Foundation, Inc. This file was written by Bruno Haible , 2004-2005. diff --git a/gettext-tools/src/x-scheme.h b/gettext-tools/src/x-scheme.h index a159ab16a..039979f69 100644 --- a/gettext-tools/src/x-scheme.h +++ b/gettext-tools/src/x-scheme.h @@ -1,5 +1,5 @@ /* xgettext Scheme backend. - Copyright (C) 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2004. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-sh.c b/gettext-tools/src/x-sh.c index 9a0614fb0..3746a9a6e 100644 --- a/gettext-tools/src/x-sh.c +++ b/gettext-tools/src/x-sh.c @@ -1,5 +1,5 @@ /* xgettext sh backend. - Copyright (C) 2003, 2005-2009 Free Software Foundation, Inc. + Copyright (C) 2003, 2005-2009, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-sh.h b/gettext-tools/src/x-sh.h index d235751f4..a31eeffb0 100644 --- a/gettext-tools/src/x-sh.h +++ b/gettext-tools/src/x-sh.h @@ -1,5 +1,5 @@ /* xgettext sh backend. - Copyright (C) 2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-smalltalk.c b/gettext-tools/src/x-smalltalk.c index c3f9699d8..9c079ccb2 100644 --- a/gettext-tools/src/x-smalltalk.c +++ b/gettext-tools/src/x-smalltalk.c @@ -1,5 +1,6 @@ /* xgettext Smalltalk backend. - Copyright (C) 2002-2003, 2005-2009, 2011 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2005-2009, 2011, 2015 Free Software + Foundation, Inc. This file was written by Bruno Haible , 2002. diff --git a/gettext-tools/src/x-smalltalk.h b/gettext-tools/src/x-smalltalk.h index 10767d9eb..9061f2960 100644 --- a/gettext-tools/src/x-smalltalk.h +++ b/gettext-tools/src/x-smalltalk.h @@ -1,5 +1,5 @@ /* xgettext Smalltalk backend. - Copyright (C) 2002-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-stringtable.h b/gettext-tools/src/x-stringtable.h index 57df74505..2c519e84d 100644 --- a/gettext-tools/src/x-stringtable.h +++ b/gettext-tools/src/x-stringtable.h @@ -1,5 +1,5 @@ /* xgettext NXStringTable backend. - Copyright (C) 2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-tcl.c b/gettext-tools/src/x-tcl.c index 37dd19ec1..905d55ce4 100644 --- a/gettext-tools/src/x-tcl.c +++ b/gettext-tools/src/x-tcl.c @@ -1,5 +1,6 @@ /* xgettext Tcl backend. - Copyright (C) 2002-2003, 2005-2009 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2005-2009, 2015 Free Software Foundation, + Inc. This file was written by Bruno Haible , 2002. diff --git a/gettext-tools/src/x-tcl.h b/gettext-tools/src/x-tcl.h index 1dc5412cd..00f6fc5ca 100644 --- a/gettext-tools/src/x-tcl.h +++ b/gettext-tools/src/x-tcl.h @@ -1,5 +1,5 @@ /* xgettext Tcl Lisp backend. - Copyright (C) 2002-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2002. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/x-vala.c b/gettext-tools/src/x-vala.c index 4806b367e..4e53b50c3 100644 --- a/gettext-tools/src/x-vala.c +++ b/gettext-tools/src/x-vala.c @@ -1,5 +1,5 @@ /* xgettext Vala backend. - Copyright (C) 2013 Free Software Foundation, Inc. + Copyright (C) 2013, 2015 Free Software Foundation, Inc. This file was written by Daiki Ueno , 2013. diff --git a/gettext-tools/src/x-vala.h b/gettext-tools/src/x-vala.h index 9eb730b14..fcd0cfb01 100644 --- a/gettext-tools/src/x-vala.h +++ b/gettext-tools/src/x-vala.h @@ -1,5 +1,6 @@ /* xgettext Vala backend. - Copyright (C) 2002-2003, 2006, 2013 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2006, 2013, 2015 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/gettext-tools/src/x-ycp.c b/gettext-tools/src/x-ycp.c index ff8642bdb..62ab94d10 100644 --- a/gettext-tools/src/x-ycp.c +++ b/gettext-tools/src/x-ycp.c @@ -1,5 +1,6 @@ /* xgettext YCP backend. - Copyright (C) 2001-2003, 2005-2009, 2011 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2009, 2011, 2015 Free Software + Foundation, Inc. This file was written by Bruno Haible , 2001. diff --git a/gettext-tools/src/x-ycp.h b/gettext-tools/src/x-ycp.h index 78cc85305..3ecb097a1 100644 --- a/gettext-tools/src/x-ycp.h +++ b/gettext-tools/src/x-ycp.h @@ -1,5 +1,5 @@ /* xgettext YCP backend. - Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/xgettext.c b/gettext-tools/src/xgettext.c index 317b648b9..9f5d300cc 100644 --- a/gettext-tools/src/xgettext.c +++ b/gettext-tools/src/xgettext.c @@ -1,5 +1,6 @@ /* Extracts strings from C source file to Uniforum style .po file. - Copyright (C) 1995-1998, 2000-2012 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2015 Free Software Foundation, + Inc. Written by Ulrich Drepper , April 1995. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/xgettext.h b/gettext-tools/src/xgettext.h index c852ae32e..167fcd373 100644 --- a/gettext-tools/src/xgettext.h +++ b/gettext-tools/src/xgettext.h @@ -1,5 +1,6 @@ /* xgettext common functions. - Copyright (C) 2001-2003, 2005-2006, 2008-2009, 2011 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2005-2006, 2008-2009, 2011, 2015 Free + Software Foundation, Inc. Written by Peter Miller and Bruno Haible , 2001. diff --git a/gettext-tools/styles/Makefile.am b/gettext-tools/styles/Makefile.am index e24e4eae9..c50ac1b86 100644 --- a/gettext-tools/styles/Makefile.am +++ b/gettext-tools/styles/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-tools/styles subdirectory of GNU gettext -## Copyright (C) 2006-2007 Free Software Foundation, Inc. +## Copyright (C) 2006-2007, 2015 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/gettext-tools/styles/po-default.css b/gettext-tools/styles/po-default.css index a87c110d4..d535fa433 100644 --- a/gettext-tools/styles/po-default.css +++ b/gettext-tools/styles/po-default.css @@ -1,5 +1,5 @@ /* Default styling rules for PO files when doing terminal output. - Copyright (C) 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2006-2007, 2015 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/gettext-tools/styles/po-emacs-x.css b/gettext-tools/styles/po-emacs-x.css index 331e73cf5..d78470f23 100644 --- a/gettext-tools/styles/po-emacs-x.css +++ b/gettext-tools/styles/po-emacs-x.css @@ -1,5 +1,5 @@ /* Styling rules for PO files, imitating emacs 21 and 22 in an X window. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 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/gettext-tools/styles/po-emacs-xterm.css b/gettext-tools/styles/po-emacs-xterm.css index fd704254d..7c839eb91 100644 --- a/gettext-tools/styles/po-emacs-xterm.css +++ b/gettext-tools/styles/po-emacs-xterm.css @@ -1,5 +1,5 @@ /* Styling rules for PO files, imitating emacs 22 in an xterm terminal. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 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/gettext-tools/styles/po-emacs-xterm16.css b/gettext-tools/styles/po-emacs-xterm16.css index c0f8a47e8..9e75e764a 100644 --- a/gettext-tools/styles/po-emacs-xterm16.css +++ b/gettext-tools/styles/po-emacs-xterm16.css @@ -1,5 +1,5 @@ /* Styling rules for PO files, imitating emacs 22 in an xterm-16color terminal. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 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/gettext-tools/styles/po-emacs-xterm256.css b/gettext-tools/styles/po-emacs-xterm256.css index 00fd555c8..c63d43c48 100644 --- a/gettext-tools/styles/po-emacs-xterm256.css +++ b/gettext-tools/styles/po-emacs-xterm256.css @@ -1,5 +1,5 @@ /* Styling rules for PO files, imitating emacs 22 in an xterm-256color terminal. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 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/gettext-tools/styles/po-vim.css b/gettext-tools/styles/po-vim.css index 591c4fe1d..41af15f7e 100644 --- a/gettext-tools/styles/po-vim.css +++ b/gettext-tools/styles/po-vim.css @@ -1,5 +1,5 @@ /* Styling rules for PO files, imitating vim 7. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 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/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am index 6816d9c00..03cd1d8d0 100644 --- a/gettext-tools/tests/Makefile.am +++ b/gettext-tools/tests/Makefile.am @@ -1,5 +1,6 @@ ## Makefile for the gettext-tools/tests subdirectory of GNU gettext -## Copyright (C) 1995-1997, 2001-2010 Free Software Foundation, Inc. +## Copyright (C) 1995-1997, 2001-2010, 2015 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/gettext-tools/tests/format-c-3-prg.c b/gettext-tools/tests/format-c-3-prg.c index dac0d2636..b1239cf30 100644 --- a/gettext-tools/tests/format-c-3-prg.c +++ b/gettext-tools/tests/format-c-3-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the format-c-3 test. - Copyright (C) 2002, 2009 Free Software Foundation, Inc. + Copyright (C) 2002, 2009, 2015 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/gettext-tools/tests/format-c-4-prg.c b/gettext-tools/tests/format-c-4-prg.c index 78f014b23..47cfb2ea8 100644 --- a/gettext-tools/tests/format-c-4-prg.c +++ b/gettext-tools/tests/format-c-4-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the format-c-4 test. - Copyright (C) 2002, 2009 Free Software Foundation, Inc. + Copyright (C) 2002, 2009, 2015 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/gettext-tools/tests/format-c-5-prg.c b/gettext-tools/tests/format-c-5-prg.c index 942320b75..f3529ebaf 100644 --- a/gettext-tools/tests/format-c-5-prg.c +++ b/gettext-tools/tests/format-c-5-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the format-c-5 test. - Copyright (C) 2004, 2006, 2010 Free Software Foundation, Inc. + Copyright (C) 2004, 2006, 2010, 2015 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/gettext-tools/tests/gettext-3-prg.c b/gettext-tools/tests/gettext-3-prg.c index a51ea3430..395b4015a 100644 --- a/gettext-tools/tests/gettext-3-prg.c +++ b/gettext-tools/tests/gettext-3-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the gettext-3 test. - Copyright (C) 2000, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2000, 2005, 2007, 2015 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/gettext-tools/tests/gettext-4-prg.c b/gettext-tools/tests/gettext-4-prg.c index 01734cee4..0dfc04345 100644 --- a/gettext-tools/tests/gettext-4-prg.c +++ b/gettext-tools/tests/gettext-4-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the gettext-4 test. - Copyright (C) 2001, 2005-2006 Free Software Foundation, Inc. + Copyright (C) 2001, 2005-2006, 2015 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/gettext-tools/tests/gettext-5-prg.c b/gettext-tools/tests/gettext-5-prg.c index 0f28fbdca..db1f9cfee 100644 --- a/gettext-tools/tests/gettext-5-prg.c +++ b/gettext-tools/tests/gettext-5-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the gettext-5 test. - Copyright (C) 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2005, 2007, 2015 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/gettext-tools/tests/gettext-6-prg.c b/gettext-tools/tests/gettext-6-prg.c index 01ed60c90..e2148c9ba 100644 --- a/gettext-tools/tests/gettext-6-prg.c +++ b/gettext-tools/tests/gettext-6-prg.c @@ -1,5 +1,6 @@ /* Test program, used by the gettext-6 test. - Copyright (C) 2005-2007, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2005-2007, 2009-2010, 2015 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/gettext-tools/tests/gettext-7-prg.c b/gettext-tools/tests/gettext-7-prg.c index 437de6486..6a6146b32 100644 --- a/gettext-tools/tests/gettext-7-prg.c +++ b/gettext-tools/tests/gettext-7-prg.c @@ -1,5 +1,6 @@ /* Test program, used by the gettext-7 test. - Copyright (C) 2005-2007, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 2005-2007, 2009-2010, 2015 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/gettext-tools/tests/gettext-8-prg.c b/gettext-tools/tests/gettext-8-prg.c index 7edd01651..22b6b03fd 100644 --- a/gettext-tools/tests/gettext-8-prg.c +++ b/gettext-tools/tests/gettext-8-prg.c @@ -1,5 +1,5 @@ /* Test that gettext() does not crash by stack overflow when msgid is very long. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2015 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/gettext-tools/tests/gettextpo-1-prg.c b/gettext-tools/tests/gettextpo-1-prg.c index 9ff6e10ba..ef5344111 100644 --- a/gettext-tools/tests/gettextpo-1-prg.c +++ b/gettext-tools/tests/gettextpo-1-prg.c @@ -1,5 +1,5 @@ /* Test of public API for GNU gettext PO files. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2010. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/tests/mm-ko.euc-kr.po b/gettext-tools/tests/mm-ko.euc-kr.po index 45d2e4b09..1962130a0 100644 --- a/gettext-tools/tests/mm-ko.euc-kr.po +++ b/gettext-tools/tests/mm-ko.euc-kr.po @@ -1,5 +1,5 @@ # Korean translation for dia -# Copyright (C) 2000 Free Software Foundation, Inc. +# Copyright (C) 2000, 2015 Free Software Foundation, Inc. # Young-Ho,Cha , 2000. #: app/sheets.c:453 msgid "" diff --git a/gettext-tools/tests/msgcomm-22 b/gettext-tools/tests/msgcomm-22 index 6b07432ea..3f2ee87f2 100755 --- a/gettext-tools/tests/msgcomm-22 +++ b/gettext-tools/tests/msgcomm-22 @@ -5,7 +5,7 @@ cat <<\EOF > mcomm-test22.in1 # German translations for GNU gettext package. -# Copyright (C) 1995, 1996, 1997, 2001 Free Software Foundation, Inc. +# Copyright (C) 1995-1997, 2001, 2015 Free Software Foundation, Inc. # Karl Eichwalder , 2001. # Ulrich Drepper , 1995-1997. # diff --git a/gettext-tools/tests/msgfilter-sr-latin-1 b/gettext-tools/tests/msgfilter-sr-latin-1 index 2999a629d..8a2b224d0 100755 --- a/gettext-tools/tests/msgfilter-sr-latin-1 +++ b/gettext-tools/tests/msgfilter-sr-latin-1 @@ -6,7 +6,7 @@ cat <<\EOF > mfi-srl-1.po # Serbian translation of gettext-runtime -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2015 Free Software Foundation, Inc. # Danilo Segan , 2003. # msgid "" diff --git a/gettext-tools/tests/msggrep-1 b/gettext-tools/tests/msggrep-1 index 33d4181fb..95f160d85 100755 --- a/gettext-tools/tests/msggrep-1 +++ b/gettext-tools/tests/msggrep-1 @@ -5,7 +5,7 @@ cat <<\EOF > mg-test1.po # German translations for GNU gettext package. -# Copyright (C) 1995, 1996, 1997, 2001 Free Software Foundation, Inc. +# Copyright (C) 1995-1997, 2001, 2015 Free Software Foundation, Inc. msgid "" msgstr "" "Project-Id-Version: GNU gettext 0.11-pre1\n" diff --git a/gettext-tools/tests/msggrep-11 b/gettext-tools/tests/msggrep-11 index bf7767595..2e709f3d1 100755 --- a/gettext-tools/tests/msggrep-11 +++ b/gettext-tools/tests/msggrep-11 @@ -5,7 +5,7 @@ cat <<\EOF > mg-test11.po # German translations for GNU gettext package. -# Copyright (C) 1995, 1996, 1997, 2001 Free Software Foundation, Inc. +# Copyright (C) 1995-1997, 2001, 2015 Free Software Foundation, Inc. msgid "" msgstr "" "Project-Id-Version: GNU gettext 0.11-pre1\n" diff --git a/gettext-tools/tests/msggrep-2 b/gettext-tools/tests/msggrep-2 index 62eafbc0c..400385bf5 100755 --- a/gettext-tools/tests/msggrep-2 +++ b/gettext-tools/tests/msggrep-2 @@ -7,7 +7,7 @@ cat <<\EOF > mg-test2.po domain "de" # German translations for GNU gettext package. -# Copyright (C) 1995, 1996, 1997, 2001 Free Software Foundation, Inc. +# Copyright (C) 1995-1997, 2001, 2015 Free Software Foundation, Inc. msgid "" msgstr "" "Project-Id-Version: GNU gettext 0.11-pre1\n" diff --git a/gettext-tools/tests/msggrep-3 b/gettext-tools/tests/msggrep-3 index fbcbf9396..6a5a2241d 100755 --- a/gettext-tools/tests/msggrep-3 +++ b/gettext-tools/tests/msggrep-3 @@ -5,7 +5,7 @@ cat <<\EOF > mg-test3.po # German translations for GNU gettext package. -# Copyright (C) 1995, 1996, 1997, 2001 Free Software Foundation, Inc. +# Copyright (C) 1995-1997, 2001, 2015 Free Software Foundation, Inc. msgid "" msgstr "" "Project-Id-Version: GNU gettext 0.11-pre1\n" diff --git a/gettext-tools/tests/msggrep-4 b/gettext-tools/tests/msggrep-4 index b15b51ad1..fa112882e 100755 --- a/gettext-tools/tests/msggrep-4 +++ b/gettext-tools/tests/msggrep-4 @@ -5,7 +5,7 @@ cat <<\EOF > mg-test4.po # German translations for GNU gettext package. -# Copyright (C) 1995, 1996, 1997, 2001 Free Software Foundation, Inc. +# Copyright (C) 1995-1997, 2001, 2015 Free Software Foundation, Inc. msgid "" msgstr "" "Project-Id-Version: GNU gettext 0.11-pre1\n" diff --git a/gettext-tools/tests/msggrep-5 b/gettext-tools/tests/msggrep-5 index 9252f38f6..3e2a476f3 100755 --- a/gettext-tools/tests/msggrep-5 +++ b/gettext-tools/tests/msggrep-5 @@ -5,7 +5,7 @@ cat <<\EOF > mg-test5.po # German translations for GNU gettext package. -# Copyright (C) 1995, 1996, 1997, 2001 Free Software Foundation, Inc. +# Copyright (C) 1995-1997, 2001, 2015 Free Software Foundation, Inc. msgid "" msgstr "" "Project-Id-Version: GNU gettext 0.11-pre1\n" diff --git a/gettext-tools/tests/msggrep-9 b/gettext-tools/tests/msggrep-9 index 9be93d39b..0fe6cf43d 100755 --- a/gettext-tools/tests/msggrep-9 +++ b/gettext-tools/tests/msggrep-9 @@ -5,7 +5,7 @@ cat <<\EOF > mg-test9.po # German translations for GNU gettext package. -# Copyright (C) 1995, 1996, 1997, 2001 Free Software Foundation, Inc. +# Copyright (C) 1995-1997, 2001, 2015 Free Software Foundation, Inc. msgid "" msgstr "" "Project-Id-Version: GNU gettext 0.11-pre1\n" diff --git a/gettext-tools/tests/msgmerge-14 b/gettext-tools/tests/msgmerge-14 index 7c15d2f4e..f93514c15 100755 --- a/gettext-tools/tests/msgmerge-14 +++ b/gettext-tools/tests/msgmerge-14 @@ -7,7 +7,7 @@ cat <<\EOF > mm-test14-ru.po # Russian messages for CLISP -# Copyright (C) 1998 Free Software Foundation, Inc. +# Copyright (C) 1998, 2015 Free Software Foundation, Inc. # Eduard Haritonov , 1998. # Arseny Slobodjuck , 2002. # diff --git a/gettext-tools/tests/plural-1-prg.c b/gettext-tools/tests/plural-1-prg.c index f0e7c81f2..9b32f7cd5 100644 --- a/gettext-tools/tests/plural-1-prg.c +++ b/gettext-tools/tests/plural-1-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the plural-1 test. - Copyright (C) 2001-2002, 2009 Free Software Foundation, Inc. + Copyright (C) 2001-2002, 2009, 2015 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/gettext-tools/tests/setlocale.c b/gettext-tools/tests/setlocale.c index 7e4fdd846..fd9290964 100644 --- a/gettext-tools/tests/setlocale.c +++ b/gettext-tools/tests/setlocale.c @@ -1,5 +1,5 @@ /* Fake setlocale - platform independent, for testing purposes. - Copyright (C) 2001-2002 Free Software Foundation, Inc. + Copyright (C) 2001-2002, 2015 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/gettext-tools/tests/testlocale.c b/gettext-tools/tests/testlocale.c index 843dedf4a..5573e348f 100644 --- a/gettext-tools/tests/testlocale.c +++ b/gettext-tools/tests/testlocale.c @@ -1,5 +1,5 @@ /* testlocale - test whether the locale given by the environment is installed. - Copyright (C) 2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2003, 2006, 2015 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/gettext-tools/tests/tstgettext.c b/gettext-tools/tests/tstgettext.c index 8c2020e91..f59e61f66 100644 --- a/gettext-tools/tests/tstgettext.c +++ b/gettext-tools/tests/tstgettext.c @@ -1,5 +1,6 @@ /* gettext - retrieve text string from message catalog and print it. - Copyright (C) 1995-1997, 2000-2007, 2012 Free Software Foundation, Inc. + Copyright (C) 1995-1997, 2000-2007, 2012, 2015 Free Software + Foundation, Inc. Written by Ulrich Drepper , May 1995. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/tests/tstngettext.c b/gettext-tools/tests/tstngettext.c index 097748b48..2e039a031 100644 --- a/gettext-tools/tests/tstngettext.c +++ b/gettext-tools/tests/tstngettext.c @@ -1,5 +1,6 @@ /* ngettext - retrieve plural form strings from message catalog and print them. - Copyright (C) 1995-1997, 2000-2007, 2012 Free Software Foundation, Inc. + Copyright (C) 1995-1997, 2000-2007, 2012, 2015 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/gettext-tools/woe32dll/export.h b/gettext-tools/woe32dll/export.h index 8bd156680..35dcce90f 100644 --- a/gettext-tools/woe32dll/export.h +++ b/gettext-tools/woe32dll/export.h @@ -1,5 +1,5 @@ /* Exporting symbols from Cygwin shared libraries. - Copyright (C) 2006, 2011-2012 Free Software Foundation, Inc. + Copyright (C) 2006, 2011-2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/woe32dll/gettextlib-exports.c b/gettext-tools/woe32dll/gettextlib-exports.c index 0f1c33f22..0fa6a6b8b 100644 --- a/gettext-tools/woe32dll/gettextlib-exports.c +++ b/gettext-tools/woe32dll/gettextlib-exports.c @@ -1,5 +1,5 @@ /* List of exported symbols of libgettextlib on Cygwin. - Copyright (C) 2006-2007, 2010 Free Software Foundation, Inc. + Copyright (C) 2006-2007, 2010, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/woe32dll/gettextpo-exports.c b/gettext-tools/woe32dll/gettextpo-exports.c index 56e8cee4b..a4b7c70f2 100644 --- a/gettext-tools/woe32dll/gettextpo-exports.c +++ b/gettext-tools/woe32dll/gettextpo-exports.c @@ -1,5 +1,5 @@ /* List of exported symbols of libgettextpo on Cygwin. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/woe32dll/gettextsrc-exports.c b/gettext-tools/woe32dll/gettextsrc-exports.c index fc63e0bde..640ad1f96 100644 --- a/gettext-tools/woe32dll/gettextsrc-exports.c +++ b/gettext-tools/woe32dll/gettextsrc-exports.c @@ -1,5 +1,6 @@ /* List of exported symbols of libgettextsrc on Cygwin. - Copyright (C) 2006-2007, 2009, 2011 Free Software Foundation, Inc. + Copyright (C) 2006-2007, 2009, 2011, 2015 Free Software Foundation, + Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/Makefile.am b/gnulib-local/Makefile.am index 31bfaaf1e..9b217e598 100644 --- a/gnulib-local/Makefile.am +++ b/gnulib-local/Makefile.am @@ -1,5 +1,6 @@ ## Makefile for the gnulib-local directory of GNU gettext -## Copyright (C) 2006-2008, 2010-2011 Free Software Foundation, Inc. +## Copyright (C) 2006-2008, 2010-2011, 2015 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/gnulib-local/build-aux/moopp b/gnulib-local/build-aux/moopp index 6be82fca6..96a50a603 100755 --- a/gnulib-local/build-aux/moopp +++ b/gnulib-local/build-aux/moopp @@ -1,7 +1,7 @@ #!/bin/sh # Minimal Object-Oriented style PreProcessor. -# Copyright (C) 2006-2008 Free Software Foundation, Inc. +# Copyright (C) 2006-2008, 2015 Free Software Foundation, Inc. # Written by Bruno Haible , 2006. # # This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/addext.c b/gnulib-local/lib/addext.c index fef2b9bfb..bea586f4d 100644 --- a/gnulib-local/lib/addext.c +++ b/gnulib-local/lib/addext.c @@ -1,5 +1,6 @@ /* addext.c -- add an extension to a file name - Copyright (C) 1990, 1997-1999, 2001-2003, 2005-2006 Free Software Foundation, Inc. + Copyright (C) 1990, 1997-1999, 2001-2003, 2005-2006, 2015 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/gnulib-local/lib/alloca.in.h b/gnulib-local/lib/alloca.in.h index 964cb8d11..b33426289 100644 --- a/gnulib-local/lib/alloca.in.h +++ b/gnulib-local/lib/alloca.in.h @@ -1,5 +1,6 @@ /* Memory allocation on the stack. - Copyright (C) 1995, 1999, 2001-2007 Free Software Foundation, Inc. + Copyright (C) 1995, 1999, 2001-2007, 2015 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/gnulib-local/lib/backupfile.c b/gnulib-local/lib/backupfile.c index 9d75b02bb..5ec02280a 100644 --- a/gnulib-local/lib/backupfile.c +++ b/gnulib-local/lib/backupfile.c @@ -1,5 +1,6 @@ /* backupfile.c -- make Emacs style backup file names - Copyright (C) 1990-1999, 2000-2003, 2005-2006, 2012 Free Software Foundation, Inc. + Copyright (C) 1990-2003, 2005-2006, 2012, 2015 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/gnulib-local/lib/backupfile.h b/gnulib-local/lib/backupfile.h index e2c874387..91c37fade 100644 --- a/gnulib-local/lib/backupfile.h +++ b/gnulib-local/lib/backupfile.h @@ -1,5 +1,6 @@ /* backupfile.h -- declarations for making Emacs style backup file names - Copyright (C) 1990-1992, 1997-1999, 2001-2003 Free Software Foundation, Inc. + Copyright (C) 1990-1992, 1997-1999, 2001-2003, 2015 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/gnulib-local/lib/basename.c b/gnulib-local/lib/basename.c index 5874420c9..56421aa34 100644 --- a/gnulib-local/lib/basename.c +++ b/gnulib-local/lib/basename.c @@ -1,5 +1,6 @@ /* Return the name-within-directory of a file name. - Copyright (C) 1996-1999, 2000-2002, 2004, 2006, 2010, 2012 Free Software Foundation, Inc. + Copyright (C) 1996-2002, 2004, 2006, 2010, 2012, 2015 Free Software + Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@gnu.org. diff --git a/gnulib-local/lib/basename.h b/gnulib-local/lib/basename.h index 908cc3e2c..489cc6733 100644 --- a/gnulib-local/lib/basename.h +++ b/gnulib-local/lib/basename.h @@ -1,5 +1,5 @@ /* Pathname hacking. - Copyright (C) 2001-2003, 2010 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2010, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/closeout.c b/gnulib-local/lib/closeout.c index 20b021d10..a790176e2 100644 --- a/gnulib-local/lib/closeout.c +++ b/gnulib-local/lib/closeout.c @@ -1,5 +1,5 @@ /* closeout.c - close standard output and standard error - Copyright (C) 1998-2007, 2012 Free Software Foundation, Inc. + Copyright (C) 1998-2007, 2012, 2015 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/gnulib-local/lib/closeout.h b/gnulib-local/lib/closeout.h index 33e309e09..896e22fe0 100644 --- a/gnulib-local/lib/closeout.h +++ b/gnulib-local/lib/closeout.h @@ -1,5 +1,5 @@ /* Close standard output and standard error. - Copyright (C) 1998-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 1998-2003, 2006, 2015 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/gnulib-local/lib/error-progname.c b/gnulib-local/lib/error-progname.c index 189bbd51e..525d11f18 100644 --- a/gnulib-local/lib/error-progname.c +++ b/gnulib-local/lib/error-progname.c @@ -1,5 +1,5 @@ /* Use of program name in error-reporting functions. - Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/error-progname.h b/gnulib-local/lib/error-progname.h index 77ae8222b..f16107a1e 100644 --- a/gnulib-local/lib/error-progname.h +++ b/gnulib-local/lib/error-progname.h @@ -1,5 +1,5 @@ /* Use of program name in error-reporting functions. - Copyright (C) 2001-2003 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/fd-ostream.oo.c b/gnulib-local/lib/fd-ostream.oo.c index 0c8978fdb..64b959790 100644 --- a/gnulib-local/lib/fd-ostream.oo.c +++ b/gnulib-local/lib/fd-ostream.oo.c @@ -1,5 +1,5 @@ /* Output stream referring to a file descriptor. - Copyright (C) 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2006-2007, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/fd-ostream.oo.h b/gnulib-local/lib/fd-ostream.oo.h index bd1f0b4bf..155b62753 100644 --- a/gnulib-local/lib/fd-ostream.oo.h +++ b/gnulib-local/lib/fd-ostream.oo.h @@ -1,5 +1,5 @@ /* Output stream referring to a file descriptor. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/file-ostream.oo.c b/gnulib-local/lib/file-ostream.oo.c index e5884bc00..a500825ba 100644 --- a/gnulib-local/lib/file-ostream.oo.c +++ b/gnulib-local/lib/file-ostream.oo.c @@ -1,5 +1,5 @@ /* Output stream referring to an stdio FILE. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/file-ostream.oo.h b/gnulib-local/lib/file-ostream.oo.h index 6da1dbdd2..395cef72e 100644 --- a/gnulib-local/lib/file-ostream.oo.h +++ b/gnulib-local/lib/file-ostream.oo.h @@ -1,5 +1,5 @@ /* Output stream referring to an stdio FILE. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/gettext.h b/gnulib-local/lib/gettext.h index 9d4055d12..7d962287b 100644 --- a/gnulib-local/lib/gettext.h +++ b/gnulib-local/lib/gettext.h @@ -1,5 +1,6 @@ /* Convenience header for conditional use of GNU . - Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2002, 2004-2006, 2009-2011, 2015 Free + Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gnulib-local/lib/glib/gstrfuncs.c b/gnulib-local/lib/glib/gstrfuncs.c index 7e0ceddee..879622650 100644 --- a/gnulib-local/lib/glib/gstrfuncs.c +++ b/gnulib-local/lib/glib/gstrfuncs.c @@ -621,8 +621,8 @@ g_parse_long_long (const gchar *nptr, /* this code is based on on the strtol(3) code from GNU libc released under * the GNU Lesser General Public License. * - * Copyright (C) 1991,92,94,95,96,97,98,99,2000,01,02 - * Free Software Foundation, Inc. + * Copyright (C) 1991-1992, 1994-2000, 1901-1902, 2015 Free Software + * Foundation, Inc. */ #define ISSPACE(c) ((c) == ' ' || (c) == '\f' || (c) == '\n' || \ (c) == '\r' || (c) == '\t' || (c) == '\v') diff --git a/gnulib-local/lib/hash.c b/gnulib-local/lib/hash.c index 1844724b4..89fa5ec90 100644 --- a/gnulib-local/lib/hash.c +++ b/gnulib-local/lib/hash.c @@ -1,5 +1,6 @@ /* hash - implement simple hashing table with string based keys. - Copyright (C) 1994-1995, 2000-2006 Free Software Foundation, Inc. + Copyright (C) 1994-1995, 2000-2006, 2015 Free Software Foundation, + Inc. Written by Ulrich Drepper , October 1994. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/hash.h b/gnulib-local/lib/hash.h index 3d22149ef..0cf972fe0 100644 --- a/gnulib-local/lib/hash.h +++ b/gnulib-local/lib/hash.h @@ -1,4 +1,5 @@ -/* Copyright (C) 1995, 2000-2003, 2005-2006 Free Software Foundation, Inc. +/* Copyright (C) 1995, 2000-2003, 2005-2006, 2015 Free Software + * Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gnulib-local/lib/html-ostream.oo.c b/gnulib-local/lib/html-ostream.oo.c index bf5c13044..afa84d3c3 100644 --- a/gnulib-local/lib/html-ostream.oo.c +++ b/gnulib-local/lib/html-ostream.oo.c @@ -1,5 +1,5 @@ /* Output stream that produces HTML output. - Copyright (C) 2006-2009 Free Software Foundation, Inc. + Copyright (C) 2006-2009, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/html-ostream.oo.h b/gnulib-local/lib/html-ostream.oo.h index 5ee26deaa..87c6f3de2 100644 --- a/gnulib-local/lib/html-ostream.oo.h +++ b/gnulib-local/lib/html-ostream.oo.h @@ -1,5 +1,5 @@ /* Output stream that produces HTML output. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/html-styled-ostream.oo.c b/gnulib-local/lib/html-styled-ostream.oo.c index 2766ab09d..ef187dd11 100644 --- a/gnulib-local/lib/html-styled-ostream.oo.c +++ b/gnulib-local/lib/html-styled-ostream.oo.c @@ -1,5 +1,5 @@ /* Output stream for CSS styled text, producing HTML output. - Copyright (C) 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2006-2007, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/html-styled-ostream.oo.h b/gnulib-local/lib/html-styled-ostream.oo.h index c28e0b92b..d66bb2e21 100644 --- a/gnulib-local/lib/html-styled-ostream.oo.h +++ b/gnulib-local/lib/html-styled-ostream.oo.h @@ -1,5 +1,5 @@ /* Output stream for CSS styled text, producing HTML output. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/iconv-ostream.oo.c b/gnulib-local/lib/iconv-ostream.oo.c index c33c53aab..a7314fa1e 100644 --- a/gnulib-local/lib/iconv-ostream.oo.c +++ b/gnulib-local/lib/iconv-ostream.oo.c @@ -1,5 +1,5 @@ /* Output stream that converts the output to another encoding. - Copyright (C) 2006-2007, 2010 Free Software Foundation, Inc. + Copyright (C) 2006-2007, 2010, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/iconv-ostream.oo.h b/gnulib-local/lib/iconv-ostream.oo.h index de3c3b890..961ad06a5 100644 --- a/gnulib-local/lib/iconv-ostream.oo.h +++ b/gnulib-local/lib/iconv-ostream.oo.h @@ -1,5 +1,5 @@ /* Output stream that converts the output to another encoding. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/memory-ostream.oo.c b/gnulib-local/lib/memory-ostream.oo.c index 680cdeb48..2468ed5e2 100644 --- a/gnulib-local/lib/memory-ostream.oo.c +++ b/gnulib-local/lib/memory-ostream.oo.c @@ -1,5 +1,5 @@ /* Output stream that accumulates the output in memory. - Copyright (C) 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2006-2007, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/memory-ostream.oo.h b/gnulib-local/lib/memory-ostream.oo.h index 356bb7349..ae9ef150f 100644 --- a/gnulib-local/lib/memory-ostream.oo.h +++ b/gnulib-local/lib/memory-ostream.oo.h @@ -1,5 +1,5 @@ /* Output stream that accumulates the output in memory. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/moo.h b/gnulib-local/lib/moo.h index 93a12b3d3..f11a2b8d1 100644 --- a/gnulib-local/lib/moo.h +++ b/gnulib-local/lib/moo.h @@ -1,5 +1,5 @@ /* Minimal object-oriented facilities for C. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/ostream.oo.c b/gnulib-local/lib/ostream.oo.c index 49ee16faf..3c178fa26 100644 --- a/gnulib-local/lib/ostream.oo.c +++ b/gnulib-local/lib/ostream.oo.c @@ -1,5 +1,5 @@ /* Abstract output stream data type. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/ostream.oo.h b/gnulib-local/lib/ostream.oo.h index 2a9a7f3c2..87199df31 100644 --- a/gnulib-local/lib/ostream.oo.h +++ b/gnulib-local/lib/ostream.oo.h @@ -1,5 +1,5 @@ /* Abstract output stream data type. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/styled-ostream.oo.c b/gnulib-local/lib/styled-ostream.oo.c index 9ec3525fe..03ecbc09b 100644 --- a/gnulib-local/lib/styled-ostream.oo.c +++ b/gnulib-local/lib/styled-ostream.oo.c @@ -1,5 +1,5 @@ /* Abstract output stream for CSS styled text. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/styled-ostream.oo.h b/gnulib-local/lib/styled-ostream.oo.h index 944c19174..4e9c8d065 100644 --- a/gnulib-local/lib/styled-ostream.oo.h +++ b/gnulib-local/lib/styled-ostream.oo.h @@ -1,5 +1,5 @@ /* Abstract output stream for CSS styled text. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/term-ostream.oo.c b/gnulib-local/lib/term-ostream.oo.c index 6556e15e2..243619a36 100644 --- a/gnulib-local/lib/term-ostream.oo.c +++ b/gnulib-local/lib/term-ostream.oo.c @@ -1,5 +1,5 @@ /* Output stream for attributed text, producing ANSI escape sequences. - Copyright (C) 2006-2008 Free Software Foundation, Inc. + Copyright (C) 2006-2008, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/term-ostream.oo.h b/gnulib-local/lib/term-ostream.oo.h index 1ace97bea..8883b8f37 100644 --- a/gnulib-local/lib/term-ostream.oo.h +++ b/gnulib-local/lib/term-ostream.oo.h @@ -1,5 +1,5 @@ /* Output stream for attributed text, producing ANSI escape sequences. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/term-styled-ostream.oo.c b/gnulib-local/lib/term-styled-ostream.oo.c index a08bf6558..658574b91 100644 --- a/gnulib-local/lib/term-styled-ostream.oo.c +++ b/gnulib-local/lib/term-styled-ostream.oo.c @@ -1,5 +1,5 @@ /* Output stream for CSS styled text, producing ANSI escape sequences. - Copyright (C) 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2006-2007, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/term-styled-ostream.oo.h b/gnulib-local/lib/term-styled-ostream.oo.h index b890e3dfe..05335ce0e 100644 --- a/gnulib-local/lib/term-styled-ostream.oo.h +++ b/gnulib-local/lib/term-styled-ostream.oo.h @@ -1,5 +1,5 @@ /* Output stream for CSS styled text, producing ANSI escape sequences. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/termcap.h b/gnulib-local/lib/termcap.h index 8810d243e..944c63d14 100644 --- a/gnulib-local/lib/termcap.h +++ b/gnulib-local/lib/termcap.h @@ -1,5 +1,5 @@ /* Information about terminal capabilities. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/terminfo.h b/gnulib-local/lib/terminfo.h index 320aede29..6e412f081 100644 --- a/gnulib-local/lib/terminfo.h +++ b/gnulib-local/lib/terminfo.h @@ -1,5 +1,5 @@ /* Information about terminal capabilities. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/tparm.c b/gnulib-local/lib/tparm.c index 69cb8f3b1..817a69108 100644 --- a/gnulib-local/lib/tparm.c +++ b/gnulib-local/lib/tparm.c @@ -1,5 +1,5 @@ /* Substitution of parameters in strings from terminal descriptions. - Copyright (C) 2006, 2012 Free Software Foundation, Inc. + Copyright (C) 2006, 2012, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gnulib-local/lib/tputs.c b/gnulib-local/lib/tputs.c index e45b99cec..03c07f3d5 100644 --- a/gnulib-local/lib/tputs.c +++ b/gnulib-local/lib/tputs.c @@ -1,5 +1,5 @@ /* Output of string from terminal descriptions. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/gnulib-local/lib/xalloc.h b/gnulib-local/lib/xalloc.h index 1ad100944..b2619945c 100644 --- a/gnulib-local/lib/xalloc.h +++ b/gnulib-local/lib/xalloc.h @@ -1,5 +1,5 @@ /* malloc with out of memory checking. - Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/xerror.c b/gnulib-local/lib/xerror.c index b803f4843..705b55383 100644 --- a/gnulib-local/lib/xerror.c +++ b/gnulib-local/lib/xerror.c @@ -1,5 +1,5 @@ /* Multiline error-reporting functions. - Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/xerror.h b/gnulib-local/lib/xerror.h index 28b39c107..fc8b1634d 100644 --- a/gnulib-local/lib/xerror.h +++ b/gnulib-local/lib/xerror.h @@ -1,5 +1,5 @@ /* Multiline error-reporting functions. - Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 2001-2003, 2006, 2015 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software: you can redistribute it and/or modify diff --git a/gnulib-local/lib/xgetcwd.c b/gnulib-local/lib/xgetcwd.c index b2b8f0b60..d939c638b 100644 --- a/gnulib-local/lib/xgetcwd.c +++ b/gnulib-local/lib/xgetcwd.c @@ -1,5 +1,6 @@ /* xgetcwd.c -- return current directory with unlimited length - Copyright (C) 1992, 1996, 2000, 2003, 2005-2006, 2011 Free Software Foundation, Inc. + Copyright (C) 1992, 1996, 2000, 2003, 2005-2006, 2011, 2015 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/gnulib-local/lib/xgetcwd.h b/gnulib-local/lib/xgetcwd.h index 961d73d00..8c7e988b6 100644 --- a/gnulib-local/lib/xgetcwd.h +++ b/gnulib-local/lib/xgetcwd.h @@ -1,5 +1,5 @@ /* xgetcwd -- return current directory with unlimited length - Copyright (C) 1995, 2001-2002 Free Software Foundation, Inc. + Copyright (C) 1995, 2001-2002, 2015 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/gnulib-local/lib/xmalloc.c b/gnulib-local/lib/xmalloc.c index 223f9943d..43dcb94ac 100644 --- a/gnulib-local/lib/xmalloc.c +++ b/gnulib-local/lib/xmalloc.c @@ -1,5 +1,6 @@ /* xmalloc.c -- malloc with out of memory checking - Copyright (C) 1990-1996, 2000-2003, 2005-2007, 2012 Free Software Foundation, Inc. + Copyright (C) 1990-1996, 2000-2003, 2005-2007, 2012, 2015 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/gnulib-local/lib/xstrdup.c b/gnulib-local/lib/xstrdup.c index 9ad1b94a5..7aa09dc20 100644 --- a/gnulib-local/lib/xstrdup.c +++ b/gnulib-local/lib/xstrdup.c @@ -1,5 +1,6 @@ /* xstrdup.c -- copy a string with out of memory checking - Copyright (C) 1990, 1996, 2000-2003, 2005-2006 Free Software Foundation, Inc. + Copyright (C) 1990, 1996, 2000-2003, 2005-2006, 2015 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/gnulib-local/m4/alloca.m4 b/gnulib-local/m4/alloca.m4 index 58a61f8e3..c7165e5f6 100644 --- a/gnulib-local/m4/alloca.m4 +++ b/gnulib-local/m4/alloca.m4 @@ -1,5 +1,6 @@ # alloca.m4 serial 4 (gettext-0.18.2) -dnl Copyright (C) 2002-2003, 2006, 2011 Free Software Foundation, Inc. +dnl Copyright (C) 2002-2003, 2006, 2011, 2015 Free Software Foundation, +dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gnulib-local/m4/backupfile.m4 b/gnulib-local/m4/backupfile.m4 index 532bd5c9d..febc53290 100644 --- a/gnulib-local/m4/backupfile.m4 +++ b/gnulib-local/m4/backupfile.m4 @@ -1,5 +1,5 @@ # backupfile.m4 serial 3 (gettext-0.15) -dnl Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. +dnl Copyright (C) 2001-2003, 2006, 2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gnulib-local/m4/curses.m4 b/gnulib-local/m4/curses.m4 index ef41ffd5f..9de43d212 100644 --- a/gnulib-local/m4/curses.m4 +++ b/gnulib-local/m4/curses.m4 @@ -1,5 +1,5 @@ # curses.m4 serial 1 (gettext-0.18) -dnl Copyright (C) 2008 Free Software Foundation, Inc. +dnl Copyright (C) 2008, 2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gnulib-local/m4/gcj.m4 b/gnulib-local/m4/gcj.m4 index f84b7fbb3..021bc7c17 100644 --- a/gnulib-local/m4/gcj.m4 +++ b/gnulib-local/m4/gcj.m4 @@ -1,5 +1,5 @@ # gcj.m4 serial 2 (gettext-0.17) -dnl Copyright (C) 2002, 2006 Free Software Foundation, Inc. +dnl Copyright (C) 2002, 2006, 2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gnulib-local/m4/java.m4 b/gnulib-local/m4/java.m4 index d04a66008..3285dd53d 100644 --- a/gnulib-local/m4/java.m4 +++ b/gnulib-local/m4/java.m4 @@ -1,5 +1,5 @@ # java.m4 serial 1 (gettext-0.15) -dnl Copyright (C) 2005 Free Software Foundation, Inc. +dnl Copyright (C) 2005, 2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gnulib-local/m4/libcroco.m4 b/gnulib-local/m4/libcroco.m4 index 310a69e36..859080ce5 100644 --- a/gnulib-local/m4/libcroco.m4 +++ b/gnulib-local/m4/libcroco.m4 @@ -1,5 +1,5 @@ # libcroco.m4 serial 2 (gettext-0.17) -dnl Copyright (C) 2006 Free Software Foundation, Inc. +dnl Copyright (C) 2006, 2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gnulib-local/m4/libglib.m4 b/gnulib-local/m4/libglib.m4 index fe533cb92..f0df4cec8 100644 --- a/gnulib-local/m4/libglib.m4 +++ b/gnulib-local/m4/libglib.m4 @@ -1,5 +1,5 @@ # libglib.m4 serial 3 (gettext-0.17) -dnl Copyright (C) 2006-2007 Free Software Foundation, Inc. +dnl Copyright (C) 2006-2007, 2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gnulib-local/m4/libxml.m4 b/gnulib-local/m4/libxml.m4 index 7fa96bba2..fa8e8e741 100644 --- a/gnulib-local/m4/libxml.m4 +++ b/gnulib-local/m4/libxml.m4 @@ -1,5 +1,5 @@ # libxml.m4 serial 6 (gettext-0.18.2) -dnl Copyright (C) 2006, 2008 Free Software Foundation, Inc. +dnl Copyright (C) 2006, 2008, 2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gnulib-local/m4/moo.m4 b/gnulib-local/m4/moo.m4 index 5368c8fb7..3bda67228 100644 --- a/gnulib-local/m4/moo.m4 +++ b/gnulib-local/m4/moo.m4 @@ -1,5 +1,5 @@ # moo.m4 serial 1 (gettext-0.17) -dnl Copyright (C) 2006 Free Software Foundation, Inc. +dnl Copyright (C) 2006, 2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gnulib-local/m4/term-ostream.m4 b/gnulib-local/m4/term-ostream.m4 index 0fd8691f1..c2273848c 100644 --- a/gnulib-local/m4/term-ostream.m4 +++ b/gnulib-local/m4/term-ostream.m4 @@ -1,5 +1,5 @@ # term-ostream.m4 serial 1 -dnl Copyright (C) 2006 Free Software Foundation, Inc. +dnl Copyright (C) 2006, 2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gnulib-local/m4/termcap.m4 b/gnulib-local/m4/termcap.m4 index a79cd51e0..1ab067309 100644 --- a/gnulib-local/m4/termcap.m4 +++ b/gnulib-local/m4/termcap.m4 @@ -1,5 +1,6 @@ # termcap.m4 serial 7 (gettext-0.18) -dnl Copyright (C) 2000-2002, 2006, 2008 Free Software Foundation, Inc. +dnl Copyright (C) 2000-2002, 2006, 2008, 2015 Free Software Foundation, +dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gnulib-local/m4/terminfo.m4 b/gnulib-local/m4/terminfo.m4 index 461137a4b..070e86ed8 100644 --- a/gnulib-local/m4/terminfo.m4 +++ b/gnulib-local/m4/terminfo.m4 @@ -1,5 +1,6 @@ # terminfo.m4 serial 3 (gettext-0.18) -dnl Copyright (C) 2000-2002, 2006, 2008 Free Software Foundation, Inc. +dnl Copyright (C) 2000-2002, 2006, 2008, 2015 Free Software Foundation, +dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/gnulib-local/m4/unionwait.m4 b/gnulib-local/m4/unionwait.m4 index ea3d4922b..4ec7bf365 100644 --- a/gnulib-local/m4/unionwait.m4 +++ b/gnulib-local/m4/unionwait.m4 @@ -1,5 +1,5 @@ # unionwait.m4 serial 1 (gettext-0.11) -dnl Copyright (C) 1993-2002 Free Software Foundation, Inc. +dnl Copyright (C) 1993-2002, 2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/m4/fixautomake.m4 b/m4/fixautomake.m4 index 989220db1..3ccc6fcd2 100644 --- a/m4/fixautomake.m4 +++ b/m4/fixautomake.m4 @@ -1,5 +1,6 @@ # fixautomake.m4 serial 8 (gettext-0.18) -dnl Copyright (C) 2002-2003, 2006, 2009 Free Software Foundation, Inc. +dnl Copyright (C) 2002-2003, 2006, 2009, 2015 Free Software Foundation, +dnl Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General dnl Public License, this file may be distributed as part of a program diff --git a/m4/woe32-dll.m4 b/m4/woe32-dll.m4 index fc2ae0763..ac9205831 100644 --- a/m4/woe32-dll.m4 +++ b/m4/woe32-dll.m4 @@ -1,5 +1,5 @@ # woe32-dll.m4 serial 3 -dnl Copyright (C) 2005-2006, 2011 Free Software Foundation, Inc. +dnl Copyright (C) 2005-2006, 2011, 2015 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. diff --git a/os2/iconv/iconv.c b/os2/iconv/iconv.c index 96179ae45..e628669f8 100644 --- a/os2/iconv/iconv.c +++ b/os2/iconv/iconv.c @@ -1,5 +1,5 @@ /* OS/2 iconv() implementation through OS/2 Unicode API - Copyright (C) 2001-2002 Free Software Foundation, Inc. + Copyright (C) 2001-2002, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/os2/iconv/iconv.h b/os2/iconv/iconv.h index 8e2ca4fd8..5c3b0e8ac 100644 --- a/os2/iconv/iconv.h +++ b/os2/iconv/iconv.h @@ -1,5 +1,5 @@ /* OS/2 iconv() implementation through OS/2 Unicode API - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001, 2015 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by