summaryrefslogtreecommitdiff
path: root/lib/safe-alloc.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-09-19 10:47:54 +0200
committerBruno Haible <bruno@clisp.org>2009-09-19 10:47:54 +0200
commit483b79984d41dd69b78dc15ef6fed0efbde6ad3a (patch)
treeb0ee486ff8a60241f3442e148d448d6e1325a7e2 /lib/safe-alloc.c
parent150e1adb79f63cd526c8ba32c19204d27be62c09 (diff)
downloadgnulib-483b79984d41dd69b78dc15ef6fed0efbde6ad3a.tar.gz
Use the standard header with GPL copyright.
Diffstat (limited to 'lib/safe-alloc.c')
-rw-r--r--lib/safe-alloc.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/safe-alloc.c b/lib/safe-alloc.c
index 6add557224..f18a44fb7b 100644
--- a/lib/safe-alloc.c
+++ b/lib/safe-alloc.c
@@ -3,16 +3,16 @@
Copyright (C) 2009 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 the Free Software Foundation; either version 2.1 of the License, or
- (at your option) any later version.
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 3 of the License, or any
+ later version.
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
+ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* Written by Daniel Berrange <berrange@redhat.com>, 2008 */