summaryrefslogtreecommitdiff
path: root/build-aux/link-warning.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-09 12:41:19 +0100
committerBruno Haible <bruno@clisp.org>2009-12-09 12:41:44 +0100
commit237d7dcd6b8b57f44731b28ab2e6e9a797a551a6 (patch)
tree2aafe312432ba773b6c67fc727c7349fb1bbba89 /build-aux/link-warning.h
parenta226e8ae00484017b342f9299f9d3c88e413b827 (diff)
downloadgnulib-237d7dcd6b8b57f44731b28ab2e6e9a797a551a6.tar.gz
link-warning: Add copyright notice.
Diffstat (limited to 'build-aux/link-warning.h')
-rw-r--r--build-aux/link-warning.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/build-aux/link-warning.h b/build-aux/link-warning.h
index fda01941af..9ff7c175ae 100644
--- a/build-aux/link-warning.h
+++ b/build-aux/link-warning.h
@@ -1,3 +1,20 @@
+/* A C macro for emitting link time warnings.
+ Copyright (C) 1995, 1997, 2000, 2002-2003, 2007, 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 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/>. */
+
/* GL_LINK_WARNING("literal string") arranges to emit the literal string as
a linker warning on most glibc systems.
We use a linker warning rather than a preprocessor warning, because