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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user