summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2016-05-30 15:20:41 +0900
committerDaiki Ueno <ueno@gnu.org>2016-05-30 15:22:27 +0900
commit3b0a08337e15b7e09035cd08ce38ed1aaaadfd05 (patch)
tree6f19b1af29ec35ab6ec5d5543c2ddb5cb4b955b2
parent63c251b50ec2974dfe2879991ff055aac4bdc9b7 (diff)
downloadexternal_gettext-3b0a08337e15b7e09035cd08ce38ed1aaaadfd05.zip
external_gettext-3b0a08337e15b7e09035cd08ce38ed1aaaadfd05.tar.gz
external_gettext-3b0a08337e15b7e09035cd08ce38ed1aaaadfd05.tar.bz2
maint: Update copyright year
-rw-r--r--gettext-tools/libgettextpo/libgettextpo.rc2
-rw-r--r--gettext-tools/src/msgattrib.c2
-rw-r--r--gettext-tools/src/msgcat.c2
-rw-r--r--gettext-tools/src/msgcmp.c2
-rw-r--r--gettext-tools/src/msgcomm.c2
-rw-r--r--gettext-tools/src/msgconv.c2
-rw-r--r--gettext-tools/src/msgen.c2
-rw-r--r--gettext-tools/src/msgexec.c2
-rw-r--r--gettext-tools/src/msgfilter.c2
-rw-r--r--gettext-tools/src/msgfmt.c2
-rw-r--r--gettext-tools/src/msggrep.c2
-rw-r--r--gettext-tools/src/msginit.c2
-rw-r--r--gettext-tools/src/msgmerge.c2
-rw-r--r--gettext-tools/src/msgunfmt.c2
-rw-r--r--gettext-tools/src/msguniq.c2
-rw-r--r--gettext-tools/src/xgettext.c2
-rw-r--r--windows/gettext.rc2
17 files changed, 17 insertions, 17 deletions
diff --git a/gettext-tools/libgettextpo/libgettextpo.rc b/gettext-tools/libgettextpo/libgettextpo.rc
index e12d6da..83ff2a1 100644
--- a/gettext-tools/libgettextpo/libgettextpo.rc
+++ b/gettext-tools/libgettextpo/libgettextpo.rc
@@ -24,7 +24,7 @@ BEGIN
VALUE "FileDescription", "GPLed libgettextpo for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0"
VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
VALUE "InternalName", "gettextpo.dll\0"
- VALUE "LegalCopyright", "Copyright (C) 1995-2010\0"
+ VALUE "LegalCopyright", "Copyright (C) 1995-2016\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "gettextpo.dll\0"
VALUE "ProductName", "libgettextpo: public API for PO files\0"
diff --git a/gettext-tools/src/msgattrib.c b/gettext-tools/src/msgattrib.c
index 09c1b91..e5be7d6 100644
--- a/gettext-tools/src/msgattrib.c
+++ b/gettext-tools/src/msgattrib.c
@@ -358,7 +358,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2010");
+ "2001-2016");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgcat.c b/gettext-tools/src/msgcat.c
index 4a6703c..735cf2b 100644
--- a/gettext-tools/src/msgcat.c
+++ b/gettext-tools/src/msgcat.c
@@ -296,7 +296,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2010");
+ "2001-2016");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgcmp.c b/gettext-tools/src/msgcmp.c
index bd8bd4f..870b3c8 100644
--- a/gettext-tools/src/msgcmp.c
+++ b/gettext-tools/src/msgcmp.c
@@ -175,7 +175,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "1995-1998, 2000-2010");
+ "1995-1998, 2000-2016");
printf (_("Written by %s.\n"), proper_name ("Peter Miller"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgcomm.c b/gettext-tools/src/msgcomm.c
index e5756e2..3399a35 100644
--- a/gettext-tools/src/msgcomm.c
+++ b/gettext-tools/src/msgcomm.c
@@ -287,7 +287,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "1995-1998, 2000-2010");
+ "1995-1998, 2000-2016");
printf (_("Written by %s.\n"), proper_name ("Peter Miller"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgconv.c b/gettext-tools/src/msgconv.c
index 66e18ef..4575b17 100644
--- a/gettext-tools/src/msgconv.c
+++ b/gettext-tools/src/msgconv.c
@@ -247,7 +247,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2010");
+ "2001-2016");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgen.c b/gettext-tools/src/msgen.c
index c6b4441..1d1b3c7 100644
--- a/gettext-tools/src/msgen.c
+++ b/gettext-tools/src/msgen.c
@@ -244,7 +244,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2010");
+ "2001-2016");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgexec.c b/gettext-tools/src/msgexec.c
index 3051d8c..1ab6c88 100644
--- a/gettext-tools/src/msgexec.c
+++ b/gettext-tools/src/msgexec.c
@@ -189,7 +189,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2010");
+ "2001-2016");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgfilter.c b/gettext-tools/src/msgfilter.c
index f57d395..7290a43 100644
--- a/gettext-tools/src/msgfilter.c
+++ b/gettext-tools/src/msgfilter.c
@@ -291,7 +291,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2010");
+ "2001-2016");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgfmt.c b/gettext-tools/src/msgfmt.c
index 58ca9c1..940121d 100644
--- a/gettext-tools/src/msgfmt.c
+++ b/gettext-tools/src/msgfmt.c
@@ -448,7 +448,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "1995-1998, 2000-2010");
+ "1995-1998, 2000-2016");
printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msggrep.c b/gettext-tools/src/msggrep.c
index bb83d5a..2b68055 100644
--- a/gettext-tools/src/msggrep.c
+++ b/gettext-tools/src/msggrep.c
@@ -422,7 +422,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2010");
+ "2001-2016");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msginit.c b/gettext-tools/src/msginit.c
index 112f909..0cdb489 100644
--- a/gettext-tools/src/msginit.c
+++ b/gettext-tools/src/msginit.c
@@ -271,7 +271,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2010");
+ "2001-2016");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgmerge.c b/gettext-tools/src/msgmerge.c
index 943c6a6..470371c 100644
--- a/gettext-tools/src/msgmerge.c
+++ b/gettext-tools/src/msgmerge.c
@@ -359,7 +359,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "1995-1998, 2000-2010");
+ "1995-1998, 2000-2016");
printf (_("Written by %s.\n"), proper_name ("Peter Miller"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msgunfmt.c b/gettext-tools/src/msgunfmt.c
index 42737f6..838fdb3 100644
--- a/gettext-tools/src/msgunfmt.c
+++ b/gettext-tools/src/msgunfmt.c
@@ -265,7 +265,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "1995-1998, 2000-2010");
+ "1995-1998, 2000-2016");
printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/msguniq.c b/gettext-tools/src/msguniq.c
index 6eb68bb..6b17e3d 100644
--- a/gettext-tools/src/msguniq.c
+++ b/gettext-tools/src/msguniq.c
@@ -267,7 +267,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "2001-2010");
+ "2001-2016");
printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
exit (EXIT_SUCCESS);
}
diff --git a/gettext-tools/src/xgettext.c b/gettext-tools/src/xgettext.c
index 58c81d4..f848d76 100644
--- a/gettext-tools/src/xgettext.c
+++ b/gettext-tools/src/xgettext.c
@@ -683,7 +683,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n\
"),
- "1995-1998, 2000-2013");
+ "1995-1998, 2000-2016");
printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
exit (EXIT_SUCCESS);
}
diff --git a/windows/gettext.rc b/windows/gettext.rc
index d105b63..3d70594 100644
--- a/windows/gettext.rc
+++ b/windows/gettext.rc
@@ -24,7 +24,7 @@ BEGIN
VALUE "FileDescription", "GPLed program for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0"
VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
VALUE "InternalName", "*.exe\0"
- VALUE "LegalCopyright", "Copyright (C) 1995-2013\0"
+ VALUE "LegalCopyright", "Copyright (C) 1995-2016\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "*.exe\0"
VALUE "ProductName", "gettext utilities\0"