diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ftp/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c index f2cad20..3717308 100644 --- a/usr.bin/ftp/main.c +++ b/usr.bin/ftp/main.c @@ -36,8 +36,8 @@ #include <sys/cdefs.h> #ifndef lint -__COPYRIGHT("@(#) Copyright (c) 1985, 1989, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"); +__COPYRIGHT("@(#) Copyright (c) 1985, 1989, 1993, 1994\ +\tThe Regents of the University of California. All rights reserved."); #endif /* not lint */ #ifndef lint |