summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/src
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-runtime/src')
-rw-r--r--gettext-runtime/src/Makefile.am2
-rw-r--r--gettext-runtime/src/envsubst.c2
-rw-r--r--gettext-runtime/src/gettext.c2
-rw-r--r--gettext-runtime/src/gettext.sh.in3
-rw-r--r--gettext-runtime/src/ngettext.c3
5 files changed, 5 insertions, 7 deletions
diff --git a/gettext-runtime/src/Makefile.am b/gettext-runtime/src/Makefile.am
index 147c8e7..bf765a5 100644
--- a/gettext-runtime/src/Makefile.am
+++ b/gettext-runtime/src/Makefile.am
@@ -1,5 +1,5 @@
## Makefile for the gettext-runtime/src subdirectory of GNU gettext
-## Copyright (C) 1995-1998, 2000-2007, 2009, 2015 Free Software
+## Copyright (C) 1995-1998, 2000-2007, 2009, 2015-2016 Free Software
## Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
diff --git a/gettext-runtime/src/envsubst.c b/gettext-runtime/src/envsubst.c
index 0b00909..c166d5a 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, 2015 Free Software Foundation, Inc.
+ Copyright (C) 2003-2007, 2012, 2015-2016 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 7560d9e..a7d8c0c 100644
--- a/gettext-runtime/src/gettext.c
+++ b/gettext-runtime/src/gettext.c
@@ -1,5 +1,5 @@
/* gettext - retrieve text string from message catalog and print it.
- Copyright (C) 1995-1997, 2000-2007, 2012, 2015 Free Software
+ Copyright (C) 1995-1997, 2000-2007, 2012, 2015-2016 Free Software
Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, May 1995.
diff --git a/gettext-runtime/src/gettext.sh.in b/gettext-runtime/src/gettext.sh.in
index 1dfa3bb..9ea25ca 100644
--- a/gettext-runtime/src/gettext.sh.in
+++ b/gettext-runtime/src/gettext.sh.in
@@ -1,7 +1,6 @@
#! /bin/sh
#
-# Copyright (C) 2003, 2005-2007, 2011, 2015 Free Software Foundation,
-# Inc.
+# Copyright (C) 2003, 2005-2007, 2011, 2015-2016 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 dd01a35..668f3d2 100644
--- a/gettext-runtime/src/ngettext.c
+++ b/gettext-runtime/src/ngettext.c
@@ -1,6 +1,5 @@
/* ngettext - retrieve plural form string from message catalog and print it.
- Copyright (C) 1995-1997, 2000-2007, 2015 Free Software Foundation,
- Inc.
+ Copyright (C) 1995-1997, 2000-2007, 2015-2016 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by