Re: Kill "testing by UNISYS" message

Pavel Machek (pavel@suse.cz)
Thu, 13 Feb 2003 11:37:22 +0100


Hi!

> > - printk(KERN_INFO "Linux NET4.0 for Linux 2.4\n");
> > - printk(KERN_INFO "Based upon Swansea University Computer Society NET3.039\n");
> > -
>
> No problem with that but please ensure the Swansea University Computer Society part is
> already in, or ends up in the top of file comments so the copyright info is preserved.

Updated patch follows... hope it is okay this way.

Pavel

--- clean/net/socket.c 2003-02-11 17:41:48.000000000 +0100
+++ linux/net/socket.c 2003-02-12 22:27:45.000000000 +0100
@@ -55,6 +55,7 @@
* This module is effectively the top level interface to the BSD socket
* paradigm.
*
+ * Based upon Swansea University Computer Society NET3.039
*/

#include <linux/config.h>
@@ -1854,9 +1855,6 @@
{
int i;

- printk(KERN_INFO "Linux NET4.0 for Linux 2.4\n");
- printk(KERN_INFO "Based upon Swansea University Computer Society NET3.039\n");
-
/*
* Initialize all address (protocol) families.
*/

-- 
Casualities in World Trade Center: ~3k dead inside the building,
cryptography in U.S.A. and free speech in Czech Republic.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/