drop unused copyright variables

The existing copyright notices in the file headers cover these vars.
This commit is contained in:
Mike Frysinger 2021-12-20 20:04:59 -05:00
parent d017d5af9c
commit 04d8234844
3 changed files with 0 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>