summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-09-23 20:01:57 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-09-23 20:01:57 +0000
commitd695c0556229b73abaa8bc1303ad9cfb8a56dd07 (patch)
tree933a36936dfb6a69da988e37bf6588836fd9f0d2 /libc
parent593d5a1557d4921624575fe2b4d4904d30414bb6 (diff)
Changed ssp.c license to LGPL and added vapier as contributor
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/common/ssp.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/libc/sysdeps/linux/common/ssp.c b/libc/sysdeps/linux/common/ssp.c
index 8d8d89653..899910c96 100644
--- a/libc/sysdeps/linux/common/ssp.c
+++ b/libc/sysdeps/linux/common/ssp.c
@@ -1,6 +1,6 @@
/*
- * Distributed under the terms of the GNU General Public License v2
- * $Header: /var/cvs/uClibc/libc/sysdeps/linux/common/ssp.c,v 1.6 2005/01/11 17:01:53 vapier Exp $
+ * Distributed under the terms of the GNU Lesser General Public License
+ * $Header: $
*
* This is a modified version of Hiroaki Etoh's stack smashing routines
* implemented for glibc.
@@ -12,14 +12,10 @@
* Peter S. Mazinger - <ps.m[@]gmx.net>
* Yoann Vandoorselaere - <yoann[@]prelude-ids.org>
* Robert Connolly - <robert[@]linuxfromscratch.org>
- * Cory Visi <cory@visi.name>
- *
+ * Cory Visi <cory[@]visi.name>
+ * Mike Frysinger <vapier[@]gentoo.org>
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#include <string.h>
#include <unistd.h>
#include <sys/syslog.h>