diff options
-rw-r--r-- | usr.bin/make/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 6f58f48..476b49d 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -40,8 +40,7 @@ #ifndef lint #include <sys/cdefs.h> -__COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1990, 1993\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1990, 1993 The Regents of the University of California. All rights reserved."); __RCSID("$FreeBSD$"); #endif /* not lint */ |