summaryrefslogtreecommitdiff
path: root/lib/strsignal.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-09-17 21:45:28 +0200
committerBruno Haible <bruno@clisp.org>2009-09-17 21:45:28 +0200
commit60b515ecca87d870ebbb072bca366d7d1c83d5c6 (patch)
treeecb6909770c910d73a47d3f8fde0e287cfcc2f98 /lib/strsignal.c
parent09edca53ce87ed7371e92f95a672f559b7375012 (diff)
downloadgnulib-60b515ecca87d870ebbb072bca366d7d1c83d5c6.tar.gz
Use the standard header with GPL copyright.
Diffstat (limited to 'lib/strsignal.c')
-rw-r--r--lib/strsignal.c20
1 files changed, 9 insertions, 11 deletions
diff --git a/lib/strsignal.c b/lib/strsignal.c
index a7adaba956..ee9f7a7bd3 100644
--- a/lib/strsignal.c
+++ b/lib/strsignal.c
@@ -1,20 +1,18 @@
/* Copyright (C) 1991, 1994-2002, 2005, 2008 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- The GNU C Library 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.
+ 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
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
- The GNU C Library is distributed in the hope that it will be useful,
+ This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifndef _LIBC
# include <config.h>