summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/src
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2015-06-05 16:11:39 +0900
committerDaiki Ueno <ueno@gnu.org>2015-06-05 16:11:39 +0900
commit4a22b2df2bda2ce267f074cb2da6d7018529004a (patch)
tree0bd5d24fe39d40720a1fc1ef80c983d9b8a2de63 /gettext-runtime/src
parent501d166b9cf38b25f63346f8900f6e5f669498e2 (diff)
downloadexternal_gettext-4a22b2df2bda2ce267f074cb2da6d7018529004a.zip
external_gettext-4a22b2df2bda2ce267f074cb2da6d7018529004a.tar.gz
external_gettext-4a22b2df2bda2ce267f074cb2da6d7018529004a.tar.bz2
maint: Update copyright year
Diffstat (limited to 'gettext-runtime/src')
-rw-r--r--gettext-runtime/src/Makefile.am3
-rw-r--r--gettext-runtime/src/envsubst.c2
-rw-r--r--gettext-runtime/src/gettext.c3
-rw-r--r--gettext-runtime/src/gettext.sh.in3
-rw-r--r--gettext-runtime/src/ngettext.c3
5 files changed, 9 insertions, 5 deletions
diff --git a/gettext-runtime/src/Makefile.am b/gettext-runtime/src/Makefile.am
index 337e4cf..147c8e7 100644
--- a/gettext-runtime/src/Makefile.am
+++ b/gettext-runtime/src/Makefile.am
@@ -1,5 +1,6 @@
## Makefile for the gettext-runtime/src subdirectory of GNU gettext
-## Copyright (C) 1995-1998, 2000-2007, 2009 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 General Public License as published by
diff --git a/gettext-runtime/src/envsubst.c b/gettext-runtime/src/envsubst.c
index ddf3c43..0b00909 100644
--- a/gettext-runtime/src/envsubst.c
+++ b/gettext-runtime/src/envsubst.c
@@ -1,5 +1,5 @@
/* Substitution of environment variables in shell format strings.
- Copyright (C) 2003-2007, 2012 Free Software Foundation, Inc.
+ Copyright (C) 2003-2007, 2012, 2015 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 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 b7961a6..7560d9e 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 <drepper@gnu.ai.mit.edu>, 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 474f6cd..1dfa3bb 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 3730c80..dd01a35 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