Remove copyright strings ifdef'd out

We've ifdef'd out the copyright strings for some time now. Go ahead and
remove the ifdefs. Plus whatever other detritis was left over from other
recent removals. These copyright strings are present in the comments and
are largely from CSRG's attempt at adding their copyright to every
binary file (which modern interpretations of the license doesn't
require).

Sponsored by:		Netflix
This commit is contained in:
Warner Losh
2023-11-24 00:45:36 -07:00
parent 5b31cc94b1
commit 0b8224d1cc
227 changed files with 0 additions and 2003 deletions
-3
View File
@@ -30,9 +30,6 @@
XTRN const char *copyright[]
#ifdef MAIN_PROGRAM
= {
"@(#) Copyright 1988,1989,1990,1993,1994 by Paul Vixie",
"@(#) Copyright 1997 by Internet Software Consortium",
"@(#) All rights reserved",
NULL
}
#endif