Add (c) to Copyright

This commit is contained in:
Roy Marples
2009-05-01 15:11:40 +01:00
parent b32c9c1139
commit 658a220638
164 changed files with 168 additions and 168 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2008 Roy Marples <roy@marples.name>
# Copyright (c) 2008 Roy Marples <roy@marples.name>
# Setup some good default CFLAGS
CFLAGS?= -O2

View File

@@ -1,5 +1,5 @@
# rules to enable debugging support
# Copyright 2008 Roy Marples <roy@marples.name>
# Copyright (c) 2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
_RC_DEBUG_SH= case "${DEBUG}" in "") echo "";; *) echo "-DRC_DEBUG";; esac

View File

@@ -1,5 +1,5 @@
# Generate .depend
# Copyright 2008 Roy Marples <roy@marples.name>
# Copyright (c) 2008 Roy Marples <roy@marples.name>
CLEANFILES+= .depend
IGNOREFILES+= .depend

View File

@@ -1,5 +1,5 @@
# rules to make a distribution tarball from a git repo
# Copyright 2008 Roy Marples <roy@marples.name>
# Copyright (c) 2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
GITREF?= HEAD

View File

@@ -1,5 +1,5 @@
# rules to make .gitignore files
# Copyright 2008 Roy Marples <roy@marples.name>
# Copyright (c) 2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
IGNOREFILES+= ${CLEANFILES}

View File

@@ -1,7 +1,7 @@
# rules to build a library
# based on FreeBSD's bsd.lib.mk
# Copyright 2008 Roy Marples <roy@marples.name>
# Copyright (c) 2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
SHLIB_NAME= lib${LIB}.so.${SHLIB_MAJOR}

View File

@@ -1,4 +1,4 @@
# Copyright 2008 Roy Marples <roy@marples.name>
# Copyright (c) 2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
# Generic definitions

View File

@@ -1,4 +1,4 @@
# Copyright 2008 Roy Marples <roy@marples.name>
# Copyright (c) 2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
# Generic definitions

View File

@@ -1,4 +1,4 @@
# Copyright 2008 Roy Marples <roy@marples.name>
# Copyright (c) 2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
CPPFLAGS+= -D_BSD_SOURCE -D_XOPEN_SOURCE=600

View File

@@ -1,4 +1,4 @@
# Copyright 2008 Roy Marples <roy@marples.name>
# Copyright (c) 2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
# Generic definitions

View File

@@ -1,4 +1,4 @@
# Copyright 2008 Roy Marples <roy@marples.name>
# Copyright (c) 2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
# Generic definitions

View File

@@ -1,7 +1,7 @@
# rules to build a library
# based on FreeBSD's bsd.prog.mk
# Copyright 2008 Roy Marples <roy@marples.name>
# Copyright (c) 2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
OBJS+= ${SRCS:.c=.o}

View File

@@ -1,5 +1,5 @@
# Install rules for our scripts
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
include ${MK}/sys.mk

View File

@@ -1,6 +1,6 @@
# Recursive rules
# Adapted from FreeBSDs bsd.subdir.mk
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
_+_ ?= +

View File

@@ -1,5 +1,5 @@
# Generic system definitions
# Copyright 2008 Roy Marples <roy@marples.name>
# Copyright (c) 2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
AR?= ar