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 /sbin/swapon | |
parent | 5b31cc94b10d4bb7109c6b27940a0fc76a44a331 (diff) | |
download | src-0b8224d1cc9dc6c9778ba04a75b2c8d47e5d7481.tar.gz src-0b8224d1cc9dc6c9778ba04a75b2c8d47e5d7481.zip |
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
Diffstat (limited to 'sbin/swapon')
-rw-r--r-- | sbin/swapon/swapon.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sbin/swapon/swapon.c b/sbin/swapon/swapon.c index 039356541b78..26a7dc22654a 100644 --- a/sbin/swapon/swapon.c +++ b/sbin/swapon/swapon.c @@ -29,15 +29,6 @@ * SUCH DAMAGE. */ -#if 0 -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#endif -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/disk.h> #include <sys/disklabel.h> |