Add license blurb to a few files and append my email to my name.

This commit is contained in:
Roy Marples 2008-03-26 17:53:37 +00:00
parent 864e17fabc
commit 15d34d0a16
45 changed files with 54 additions and 39 deletions

View File

@ -1,6 +1,6 @@
# OpenRC Makefile
# Copyright 2007-2008 Roy Marples
# Distributed under the terms of the GNU General Public License v2
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
NAME= openrc
VERSION= 0.1

View File

@ -1,4 +1,5 @@
# Copyright 2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
# Setup some good default CFLAGS
CFLAGS?= -O2

View File

@ -1,5 +1,6 @@
# rules to enable debugging support
# Copyright 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
_RC_DEBUG!= ${_RC_DEBUG_SH}

View File

@ -2,6 +2,7 @@
# it exists. Only GNU make does not do this.
# Copyright 2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
CLEANFILES+= .depend
IGNOREFILES+= .depend

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,8 @@
# rules to build a library
# based on FreeBSD's bsd.prog.mk
# Copyright 2008 Roy Marples
# Copyright 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,6 @@
# Install rules for our scripts
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
include ${MK}/sys.mk
include ${MK}/os.mk

View File

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

View File

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

View File

@ -1,4 +1,5 @@
# Copyright 2007-2008 Roy Marples
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
SUBDIR= test libeinfo librc rc

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -5,7 +5,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -7,7 +7,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -5,7 +5,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2008 Roy Marples
* Copyright 2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -9,7 +9,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -4,7 +4,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without

View File

@ -8,7 +8,7 @@
*/
/*
* Copyright 2007-2008 Roy Marples
* Copyright 2007-2008 Roy Marples <roy@marples.name>
* All rights reserved
* Redistribution and use in source and binary forms, with or without