]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update copyright year.
authorDaiki Ueno <ueno@gnu.org>
Tue, 5 Mar 2013 08:09:59 +0000 (17:09 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 5 Mar 2013 08:21:10 +0000 (17:21 +0900)
31 files changed:
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/verify.h
gettext-runtime/intl/xsize.h
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/fcntl-o.m4
gettext-runtime/m4/gettext.m4
gettext-runtime/m4/glibc2.m4
gettext-runtime/m4/glibc21.m4
gettext-runtime/m4/iconv.m4
gettext-runtime/m4/intdiv0.m4
gettext-runtime/m4/intl.m4
gettext-runtime/m4/intldir.m4
gettext-runtime/m4/intlmacosx.m4
gettext-runtime/m4/intmax.m4
gettext-runtime/m4/inttypes-pri.m4
gettext-runtime/m4/inttypes_h.m4
gettext-runtime/m4/lcmessage.m4
gettext-runtime/m4/lock.m4
gettext-runtime/m4/longlong.m4
gettext-runtime/m4/nls.m4
gettext-runtime/m4/po.m4
gettext-runtime/m4/printf-posix.m4
gettext-runtime/m4/progtest.m4
gettext-runtime/m4/size_max.m4
gettext-runtime/m4/stdint_h.m4
gettext-runtime/m4/threadlib.m4
gettext-runtime/m4/uintmax_t.m4
gettext-runtime/m4/visibility.m4
gettext-runtime/m4/wchar_t.m4
gettext-runtime/m4/wint_t.m4
gettext-runtime/m4/xsize.m4

index 8368bec95aa59e96abb008ad4dabee6dd3a3d855..9eb4109075068d92c7acc8420996985f004955b3 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-05  Daiki Ueno  <ueno@gnu.org>
+
+       * verify.h: Update copyright year.
+       * xsize.h: Likewise.
+
 2013-02-25  Daiki Ueno  <ueno@gnu.org>
 
        Determine imported C symbol prefix at configure time.
index 71b30f4e666f882f196fa04355580cbe8a52a3f6..8445e3db5202eab9e3954a407cfe56efd2849088 100644 (file)
@@ -1,6 +1,6 @@
 /* Compile-time assert-like macros.
 
-   Copyright (C) 2005-2006, 2009-2012 Free Software Foundation, Inc.
+   Copyright (C) 2005-2006, 2009-2013 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
index 9abe1cefd1819f53e2cff858d8d5b5c7b09baf91..aa08ef4885f5233bcb5ee1382cc917bef705d637 100644 (file)
@@ -1,11 +1,11 @@
 /* xsize.h -- Checked size_t computations.
 
-   Copyright (C) 2003, 2008-2012 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2008-2013 Free Software Foundation, Inc.
 
-   This program is free software: you can redistribute it and/or modify
+   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
-   the Free Software Foundation; either version 2.1 of the License, or
-   (at your option) any later version.
+   the Free Software Foundation; either version 2.1, or (at your option)
+   any later version.
 
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -13,7 +13,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
+   along with this program; if not, see <http://www.gnu.org/licenses/>.  */
 
 #ifndef _XSIZE_H
 #define _XSIZE_H
index 522c1f6601ed7f47140b7c0d1ab5bdcd73fd4dc2..12946f3dbfe306aac088da254fb040a646cda0cd 100644 (file)
@@ -1,3 +1,33 @@
+2013-03-05  Daiki Ueno  <ueno@gnu.org>
+
+       * fcntl-o.m4: Update copyright year.
+       * gettext.m4: Likewise.
+       * glibc2.m4: Likewise.
+       * glibc21.m4: Likewise.
+       * iconv.m4: Likewise.
+       * intdiv0.m4: Likewise.
+       * intl.m4: Likewise.
+       * intldir.m4: Likewise.
+       * intlmacosx.m4: Likewise.
+       * intmax.m4: Likewise.
+       * inttypes-pri.m4: Likewise.
+       * inttypes_h.m4: Likewise.
+       * lcmessage.m4: Likewise.
+       * lock.m4: Likewise.
+       * longlong.m4: Likewise.
+       * nls.m4: Likewise.
+       * po.m4: Likewise.
+       * printf-posix.m4: Likewise.
+       * progtest.m4: Likewise.
+       * size_max.m4: Likewise.
+       * stdint_h.m4: Likewise.
+       * threadlib.m4: Likewise.
+       * uintmax_t.m4: Likewise.
+       * visibility.m4: Likewise.
+       * wchar_t.m4: Likewise.
+       * wint_t.m4: Likewise.
+       * xsize.m4: Likewise.
+
 2012-12-25  Daiki Ueno  <ueno@gnu.org>
 
        * gettext-0.18.2 released.
index 740e78b681987ec062b4db9e8fe8705a3a34b149..87cc4bd2ddbd4c37aad828c31b38b95149c8fe11 100644 (file)
@@ -1,5 +1,5 @@
 # fcntl-o.m4 serial 4
-dnl Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2006, 2009-2013 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.
index 017d025201ca6182cf6c5b3977549ffcb255b9af..8d1f0665c83add7ac466bd452ddd7beeb44b3a24 100644 (file)
@@ -1,5 +1,5 @@
 # gettext.m4 serial 66 (gettext-0.18.2)
-dnl Copyright (C) 1995-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 1995-2013 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.
index f4c4ad16ae003590fbb1a907e2e3011f69a321c9..0e50682660c9cd69a5b76a3b23e515479ce70175 100644 (file)
@@ -1,5 +1,5 @@
 # glibc2.m4 serial 3
-dnl Copyright (C) 2000-2002, 2004, 2008, 2010-2012 Free Software Foundation,
+dnl Copyright (C) 2000-2002, 2004, 2008, 2010-2013 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,
index c938fb1a0c3ecf70a8ce142d7ca998b9624c2360..613fb2a41eca08dd5d060ccf31c56fa80b59fcef 100644 (file)
@@ -1,5 +1,5 @@
 # glibc21.m4 serial 5
-dnl Copyright (C) 2000-2002, 2004, 2008, 2010-2012 Free Software Foundation,
+dnl Copyright (C) 2000-2002, 2004, 2008, 2010-2013 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,
index 6a47236c404bd7a00bb368f68158a10eef733273..a50364656944dadd8a911c8916cff6084561530f 100644 (file)
@@ -1,5 +1,5 @@
 # iconv.m4 serial 18 (gettext-0.18.2)
-dnl Copyright (C) 2000-2002, 2007-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2000-2002, 2007-2013 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.
index 55bef60505c77db4adb6c3da822012faabc4baf7..74d0e80d2541472588f995073aa26503d3796802 100644 (file)
@@ -1,5 +1,5 @@
 # intdiv0.m4 serial 6 (gettext-0.18.2)
-dnl Copyright (C) 2002, 2007-2008, 2010-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2002, 2007-2008, 2010-2013 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.
index 97b03165a3cb7b42807368103d23f806b5e5a2c7..486b5cc64e56bb2126e73bdfe5b0f5b8b6a0dbcf 100644 (file)
@@ -1,5 +1,5 @@
 # intl.m4 serial 22 (gettext-0.18.2)
-dnl Copyright (C) 1995-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 1995-2013 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.
index b81de616ba9e8e31be0671a491e07ac8a3b8a6cd..388ecd6fdda5364d78238c6d55de623ce42a01f3 100644 (file)
@@ -1,5 +1,5 @@
 # intldir.m4 serial 2 (gettext-0.18)
-dnl Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2006, 2009-2013 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.
index d4da19040fa05368b0d28df64f04943a72079dab..ab97d39f940220eeb26d2852a7902e78e393e303 100644 (file)
@@ -1,5 +1,5 @@
 # intlmacosx.m4 serial 5 (gettext-0.18.2)
-dnl Copyright (C) 2004-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2004-2013 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.
index e3b251fd76d9401ae877e879cad9eb83e54acb42..18733a52e79a4af064b876839d5ae4c619c642ef 100644 (file)
@@ -1,5 +1,5 @@
 # intmax.m4 serial 6 (gettext-0.18.2)
-dnl Copyright (C) 2002-2005, 2008-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2005, 2008-2013 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.
index 977206fae8914234999691c45ea46807ff709c81..e5a1e057127388f1dd9d5a8071c85514fe652a7b 100644 (file)
@@ -1,5 +1,5 @@
 # inttypes-pri.m4 serial 7 (gettext-0.18.2)
-dnl Copyright (C) 1997-2002, 2006, 2008-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 1997-2002, 2006, 2008-2013 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.
index 91c7bca62df7c639397ca19561b525706d68689f..5f05ac58cd6432fbd8f6122ddcb50afd5f80bf38 100644 (file)
@@ -1,5 +1,5 @@
 # inttypes_h.m4 serial 10
-dnl Copyright (C) 1997-2004, 2006, 2008-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 1997-2004, 2006, 2008-2013 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.
index 4ed0eb6e4cfb1ca8bf3f0fbad24d040f433f2258..d62a175fc0b09f0fe890b1a734fff0d8b8f8855d 100644 (file)
@@ -1,5 +1,5 @@
 # lcmessage.m4 serial 7 (gettext-0.18.2)
-dnl Copyright (C) 1995-2002, 2004-2005, 2008-2012 Free Software Foundation,
+dnl Copyright (C) 1995-2002, 2004-2005, 2008-2013 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,
index 83da6ccf6202e7356b775749b6f1740b88869887..d3fc1eff012491043153e1227299b9bb4f48ddf5 100644 (file)
@@ -1,5 +1,5 @@
 # lock.m4 serial 13 (gettext-0.18.2)
-dnl Copyright (C) 2005-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2005-2013 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.
index b9c65c756ee0665d1c45a35850d033eabf9bf753..3af6ab5aa198811fb2200b486babd3be54831556 100644 (file)
@@ -1,5 +1,5 @@
 # longlong.m4 serial 17
-dnl Copyright (C) 1999-2007, 2009-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 1999-2007, 2009-2013 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.
index 0866677c0fa7332cf24fe5e35c2b3d6e11072825..8f8a147beca14ac07c63ee665cc4e21bdd836a8f 100644 (file)
@@ -1,5 +1,5 @@
 # nls.m4 serial 5 (gettext-0.18)
-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2012 Free Software Foundation,
+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 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,
index 32411171fc37ecd22fc76ca9cc49185434c2f228..f39572343522bc23770642fbe30f740bc75ad616 100644 (file)
@@ -1,5 +1,5 @@
 # po.m4 serial 20 (gettext-0.18.2)
-dnl Copyright (C) 1995-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 1995-2013 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.
index 0b9da4206c9b256f2046d6bdda4efc4e881ba561..d7dfb60f896f7c7fa8e936bd876417166bf417fc 100644 (file)
@@ -1,5 +1,5 @@
 # printf-posix.m4 serial 6 (gettext-0.18.2)
-dnl Copyright (C) 2003, 2007, 2009-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2003, 2007, 2009-2013 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.
index ce3abbc718cc27f8be403844d221a60a65ac2872..7b3912329d529ea9f78e870fcac12edcbc6dde35 100644 (file)
@@ -1,5 +1,5 @@
 # progtest.m4 serial 7 (gettext-0.18.2)
-dnl Copyright (C) 1996-2003, 2005, 2008-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 1996-2003, 2005, 2008-2013 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.
index 5a8162bc1eebb82c0555105941d3b97478af7c7c..4b247abc0bfe6a9d0a5bde1c0d0be422b3e811ab 100644 (file)
@@ -1,5 +1,5 @@
 # size_max.m4 serial 10
-dnl Copyright (C) 2003, 2005-2006, 2008-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2003, 2005-2006, 2008-2013 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.
index 581de960492ff32cf7a2e2612c274f219c093b4f..511ab4e9cc8a275ad6b5e330fca7e62cf5943f95 100644 (file)
@@ -1,5 +1,5 @@
 # stdint_h.m4 serial 9
-dnl Copyright (C) 1997-2004, 2006, 2008-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 1997-2004, 2006, 2008-2013 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.
index cb9339190040e752105260340296d1d3d4494528..26bdeb58a3148abdf5c5ee4cf6306e2262b79063 100644 (file)
@@ -1,5 +1,5 @@
 # threadlib.m4 serial 10 (gettext-0.18.2)
-dnl Copyright (C) 2005-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2005-2013 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.
index 983b675e717ba327dc02902cb19f69e7cfa7fabc..c6ff80067b26275c531d57689239786273811941 100644 (file)
@@ -1,5 +1,5 @@
 # uintmax_t.m4 serial 12
-dnl Copyright (C) 1997-2004, 2007-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 1997-2004, 2007-2013 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.
index a7d4d8c1dd80d63894b8f494f15a011be8d87c53..6cbd7e5f245db6f6bcefa0c42787ebbc45bcf6f9 100644 (file)
@@ -1,5 +1,5 @@
 # visibility.m4 serial 5 (gettext-0.18.2)
-dnl Copyright (C) 2005, 2008, 2010-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2005, 2008, 2010-2013 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.
index 534735d8c6313f6dde9ab17dd5e3a320ca30a741..e1e1e699d60738b94fecd8f01c6285faae5a5d42 100644 (file)
@@ -1,5 +1,5 @@
 # wchar_t.m4 serial 4 (gettext-0.18.2)
-dnl Copyright (C) 2002-2003, 2008-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2003, 2008-2013 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.
index 3260cce323591e9bf2846e377745cb0b83435129..d7cd3db9362a4a1620fd6df980bbae81d35d600a 100644 (file)
@@ -1,5 +1,5 @@
 # wint_t.m4 serial 5 (gettext-0.18.2)
-dnl Copyright (C) 2003, 2007-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2003, 2007-2013 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.
index d85a5f10f835fd277686939617d645171baf3772..8ea9f2cd30b4d42e83b409ccf307891fe8434735 100644 (file)
@@ -1,5 +1,5 @@
 # xsize.m4 serial 5
-dnl Copyright (C) 2003-2004, 2008-2012 Free Software Foundation, Inc.
+dnl Copyright (C) 2003-2004, 2008-2013 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.