Update copyrights, my email and license.

This commit is contained in:
Roy Marples
2008-01-11 15:31:10 +00:00
parent 5de53f176c
commit fec312d448
88 changed files with 176 additions and 218 deletions

View File

@@ -1,5 +1,5 @@
# Copyright 2007-2008 Roy Marples
# All rights reserved
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
# Allow any sh script to work with einfo functions and friends
# We also provide a few helpful functions for other programs to use

View File

@@ -1,8 +1,8 @@
#!/bin/sh
# Shell wrapper to list our dependencies
# Copyright 2007-2008 Roy Marples
# All rights reserved
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
. /etc/init.d/functions.sh

View File

@@ -1,5 +1,5 @@
# Copyright 2007-2008 Roy Marples
# All rights reserved
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
# mount $svcdir as something we can write to if it's not rw
# On vservers, / is always rw at this point, so we need to clean out

View File

@@ -1,6 +1,6 @@
#!/sbin/runscript
# Copyright 2007-2008 Roy Marples
# All rights reserved
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
MODULESDIR="${RC_LIBDIR}/net"
MODULESLIST="${RC_SVCDIR}/nettree"

View File

@@ -1,6 +1,6 @@
# Copyright 2007 Gentoo Foundation
# Copyright 2007-2008 Roy Marples
# All rights reserved
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
has_addon()
{

View File

@@ -1,5 +1,5 @@
# Copyright 2007-2008 Roy Marples
# All rights reserved
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
# Handy function to handle all our unmounting needs
# mountinfo is a C program to actually find our mounts on our supported OS's

View File

@@ -1,8 +1,8 @@
#!/bin/sh
# Shell wrapper for runscript
# Copyright 2007-2008 Roy Marples
# All rights reserved
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
. /etc/init.d/functions.sh
. "${RC_LIBDIR}"/sh/rc-functions.sh