diff options
-rw-r--r-- | src/libeinfo/libeinfo.c | 2 | ||||
-rw-r--r-- | src/librc/librc.c | 2 | ||||
-rw-r--r-- | src/rc/rc.c | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/src/libeinfo/libeinfo.c b/src/libeinfo/libeinfo.c index ccb39acc..47dda52b 100644 --- a/src/libeinfo/libeinfo.c +++ b/src/libeinfo/libeinfo.c @@ -15,8 +15,6 @@ * except according to the terms contained in the LICENSE file. */ -static const char libeinfo_copyright[] = "Copyright (c) 2007-2008 Roy Marples"; - #include <sys/types.h> #include <sys/ioctl.h> #include <sys/stat.h> diff --git a/src/librc/librc.c b/src/librc/librc.c index f9bf5082..4696f88b 100644 --- a/src/librc/librc.c +++ b/src/librc/librc.c @@ -15,8 +15,6 @@ * except according to the terms contained in the LICENSE file. */ -static const char librc_copyright[] = "Copyright (c) 2007-2008 Roy Marples"; - #include "queue.h" #include "librc.h" #include <helpers.h> diff --git a/src/rc/rc.c b/src/rc/rc.c index 056b58f1..32ee8935 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -20,8 +20,6 @@ * except according to the terms contained in the LICENSE file. */ -static const char rc_copyright[] = "Copyright (c) 2007-2008 Roy Marples"; - #include <sys/types.h> #include <sys/ioctl.h> #include <sys/param.h> |