From 0b8224d1cc9dc6c9778ba04a75b2c8d47e5d7481 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 24 Nov 2023 00:45:36 -0700 Subject: 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 --- usr.bin/true/true.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'usr.bin/true') diff --git a/usr.bin/true/true.c b/usr.bin/true/true.c index 107620e376b0..5ff915d5e820 100644 --- a/usr.bin/true/true.c +++ b/usr.bin/true/true.c @@ -29,13 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1988, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - - int main(void) { -- cgit v1.2.3