Ensure that copyright is unique for rc, librc and libeinfo. Also, fix branding a little.
This commit is contained in:
parent
f56929ea7d
commit
5ce37e1cef
@ -100,7 +100,9 @@ all: .depend $(TARGET)
|
||||
|
||||
version.h:
|
||||
sed -n -e 's/^VERSION =[[:space:]]*\([^[:space:]]*\).*/#define VERSION "\1\"/p' ../Makefile > version.h
|
||||
test -n "${BRANDING}" && echo "#define BRANDING \"${BRANDING}\"" >> version.h
|
||||
if test -n "${BRANDING}"; then \
|
||||
echo "#define BRANDING \"${BRANDING}\"" >> version.h; \
|
||||
fi
|
||||
|
||||
$(LIBEINFOOBJS):
|
||||
$(CC) $(CPPFLAGS) $(CPPFLAGS_LIBEINFO) $(CFLAGS) -fPIC -c $<
|
||||
|
@ -29,7 +29,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
const char copyright[] = "Copyright (c) 2007 Roy Marples";
|
||||
const char libeinfo_copyright[] = "Copyright (c) 2007 Roy Marples";
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
@ -29,7 +29,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
const char copyright[] = "Copyright (c) 2007 Roy Marples";
|
||||
const char librc_copyright[] = "Copyright (c) 2007 Roy Marples";
|
||||
|
||||
#include "librc.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user