diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-11-24 07:45:36 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:23:58 +0000 |
| commit | 0b8224d1cc9dc6c9778ba04a75b2c8d47e5d7481 (patch) | |
| tree | e836579391da07fc3e031fa54e4264d9666f68f9 /usr.bin/script | |
| parent | 5b31cc94b10d4bb7109c6b27940a0fc76a44a331 (diff) | |
Diffstat (limited to 'usr.bin/script')
| -rw-r--r-- | usr.bin/script/script.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index 8e183be07603..a1fd6967c35c 100644 --- a/usr.bin/script/script.c +++ b/usr.bin/script/script.c @@ -31,12 +31,6 @@ */ #include <sys/param.h> -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1980, 1992, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif - #include <sys/wait.h> #include <sys/stat.h> #include <sys/ioctl.h> |
