summaryrefslogtreecommitdiff
path: root/gl/tests/test-strerror_r.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-01 17:05:00 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-01 17:05:00 +0100
commit25e8f23cc4ab9e504cc4876e889f4515d2cf1f67 (patch)
tree63c4600a1cb57a5079889f12c109ffefe41a631b /gl/tests/test-strerror_r.c
parent967e52827e03baeea653a467f68f5896e9e6526a (diff)
downloadgnutls-25e8f23cc4ab9e504cc4876e889f4515d2cf1f67.tar.gz
Updated gnulib.
Diffstat (limited to 'gl/tests/test-strerror_r.c')
-rw-r--r--gl/tests/test-strerror_r.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gl/tests/test-strerror_r.c b/gl/tests/test-strerror_r.c
index 956c458d7b..e164f0a51d 100644
--- a/gl/tests/test-strerror_r.c
+++ b/gl/tests/test-strerror_r.c
@@ -1,5 +1,5 @@
/* Test of strerror_r() function.
- Copyright (C) 2007-2011 Free Software Foundation, Inc.
+ Copyright (C) 2007-2012 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
@@ -12,8 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+ along with this program; if not, see <http://www.gnu.org/licenses/>. */
#include <config.h>