summaryrefslogtreecommitdiff
path: root/lib/safe-alloc.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-09-19 10:45:46 +0200
committerBruno Haible <bruno@clisp.org>2009-09-19 10:45:46 +0200
commit150e1adb79f63cd526c8ba32c19204d27be62c09 (patch)
treeb7e250969af6a19ef1d0e416efa2c62ba8fd757a /lib/safe-alloc.c
parent72b730e68b340a28fc29ed71168124d68be1f567 (diff)
downloadgnulib-150e1adb79f63cd526c8ba32c19204d27be62c09.tar.gz
Use the standard header with LGPL copyright.
Diffstat (limited to 'lib/safe-alloc.c')
-rw-r--r--lib/safe-alloc.c36
1 files changed, 16 insertions, 20 deletions
diff --git a/lib/safe-alloc.c b/lib/safe-alloc.c
index 90c81be2aa..6add557224 100644
--- a/lib/safe-alloc.c
+++ b/lib/safe-alloc.c
@@ -1,23 +1,19 @@
-/*
- * safe-alloc.c: safer memory allocation
- *
- * Copyright (C) 2009 Free Software Foundation, Inc.
- *
- * This 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 library 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.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+/* safe-alloc.c: safer memory allocation
+
+ 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.
+
+ 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.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* Written by Daniel Berrange <berrange@redhat.com>, 2008 */