Sun Microsystems Inc. SunOS 5.8 Generic Patch October 2001
You have mail.
-sh: -nw: not found
thym ~ $ sh
$ cat `which true`
#!/usr/bin/sh
# Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T
# All Rights Reserved
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
Le copyright d'AT&T est justement celui qui a été racheté par SCO, et on peut voir ici qu'il ont copyrighté le code vide, et le code 'exit 255'.
Si certains trolleur diront que linux contient surtout le code vide, pour ma part, je n'ai trouvé qu'une ligne copyrightée: ./drivers/char/ip2/ip2stat.c:67: exit( 255 );
[^] # Re: MyDoom.B : MyDoom s'attaque à microsoft
Posté par newbix . En réponse à la dépêche MyDoom.B : MyDoom s'attaque à microsoft. Évalué à 1.
Sun Microsystems Inc. SunOS 5.8 Generic Patch October 2001
You have mail.
-sh: -nw: not found
thym ~ $ sh
$ cat `which true`
#!/usr/bin/sh
# Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T
# All Rights Reserved
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
#ident "@(#)true.sh 1.6 93/01/11 SMI" /* SVr4.0 1.4 */
$ cat `which false`
#!/usr/bin/sh
# Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T
# All Rights Reserved
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
# The copyright notice above does not evidence any
# actual or intended publication of such source code.
#ident "@(#)false.sh 1.6 93/01/11 SMI" /* SVr4.0 1.3 */
exit 255
$
Le copyright d'AT&T est justement celui qui a été racheté par SCO, et on peut voir ici qu'il ont copyrighté le code vide, et le code 'exit 255'.
Si certains trolleur diront que linux contient surtout le code vide, pour ma part, je n'ai trouvé qu'une ligne copyrightée:
./drivers/char/ip2/ip2stat.c:67: exit( 255 );