svn commit: trunk/uClibc/libc/sysdeps/linux/common

psm at uclibc.org psm at uclibc.org
Fri Sep 23 20:02:02 UTC 2005


Author: psm
Date: 2005-09-23 13:01:57 -0700 (Fri, 23 Sep 2005)
New Revision: 11603

Log:
Changed ssp.c license to LGPL and added vapier as contributor

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/ssp.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/ssp.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/ssp.c	2005-09-23 19:52:33 UTC (rev 11602)
+++ trunk/uClibc/libc/sysdeps/linux/common/ssp.c	2005-09-23 20:01:57 UTC (rev 11603)
@@ -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 at 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>




More information about the uClibc-cvs mailing list