aboutsummaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2015-12-04 16:52:19 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2015-12-21 12:16:06 -0600
commit000503fad72e4eb2ef956a24df358be84b2a9493 (patch)
tree0307f01ead5ba19185b69e5dcdb033054b63956b /init.d
parent065f034059d7ca26bbb985158c5d361ff75df186 (diff)
Convert OpenRC to a centralized copyright/license structure
In the past, OpenRC was a hybrid of a centralized and file-scope license/copyright structure. I followed the instructions from the Software Freedom Law Center [1] to convert to a Centralized structure where possible, for easier future maintenance. [1] https://softwarefreedom.org/resources/2012/ManagingCopyrightInformation.html
Diffstat (limited to 'init.d')
-rw-r--r--init.d/adjkerntz.in11
-rw-r--r--init.d/binfmt.in11
-rw-r--r--init.d/bootmisc.in11
-rw-r--r--init.d/consolefont.in11
-rw-r--r--init.d/devd.in11
-rw-r--r--init.d/devdb.in11
-rw-r--r--init.d/devfs.in11
-rw-r--r--init.d/dmesg.in11
-rw-r--r--init.d/dumpon.in11
-rw-r--r--init.d/fsck.in11
-rw-r--r--init.d/hostid.in11
-rw-r--r--init.d/hostname.in11
-rw-r--r--init.d/hwclock.in11
-rw-r--r--init.d/ipfw.in11
-rw-r--r--init.d/keymaps.in11
-rw-r--r--init.d/killprocs.in11
-rw-r--r--init.d/local.in11
-rw-r--r--init.d/localmount.in11
-rw-r--r--init.d/loopback.in11
-rw-r--r--init.d/mixer.in11
-rw-r--r--init.d/modules.in11
-rw-r--r--init.d/mount-ro.in11
-rw-r--r--init.d/moused.in11
-rw-r--r--init.d/mtab.in11
-rw-r--r--init.d/net-online.in11
-rw-r--r--init.d/netmount.in11
-rw-r--r--init.d/network.in11
-rw-r--r--init.d/newsyslog.in11
-rw-r--r--init.d/nscd.in11
-rw-r--r--init.d/numlock.in11
-rw-r--r--init.d/osclock.in11
-rw-r--r--init.d/pf.in11
-rw-r--r--init.d/powerd.in11
-rw-r--r--init.d/procfs.in11
-rw-r--r--init.d/rarpd.in11
-rw-r--r--init.d/rc-enabled.in11
-rw-r--r--init.d/root.in11
-rw-r--r--init.d/rpcbind.in11
-rw-r--r--init.d/s6-svscan.in11
-rw-r--r--init.d/savecache.in11
-rw-r--r--init.d/savecore.in11
-rw-r--r--init.d/staticroute.in11
-rw-r--r--init.d/swap-blk.in11
-rw-r--r--init.d/swap.in11
-rw-r--r--init.d/swapfiles.in11
-rw-r--r--init.d/swclock.in11
-rw-r--r--init.d/syscons.in11
-rw-r--r--init.d/sysctl.BSD.in11
-rw-r--r--init.d/sysctl.GNU-kFreeBSD.in11
-rw-r--r--init.d/sysctl.GNU.in11
-rw-r--r--init.d/sysctl.Linux.in11
-rw-r--r--init.d/sysfs.in11
-rw-r--r--init.d/syslogd.in11
-rw-r--r--init.d/termencoding.in11
-rw-r--r--init.d/ttys.in11
-rw-r--r--init.d/urandom.in11
-rw-r--r--init.d/wscons.in11
57 files changed, 513 insertions, 114 deletions
diff --git a/init.d/adjkerntz.in b/init.d/adjkerntz.in
index 93a200bf..7f8b0076 100644
--- a/init.d/adjkerntz.in
+++ b/init.d/adjkerntz.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
extra_commands="save"
diff --git a/init.d/binfmt.in b/init.d/binfmt.in
index 46e22209..39978a09 100644
--- a/init.d/binfmt.in
+++ b/init.d/binfmt.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright 2015 William Hubbs <w.d.hubbs@gmail.com>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Register misc binary format handlers"
diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in
index 4015d8fe..efc1c572 100644
--- a/init.d/bootmisc.in
+++ b/init.d/bootmisc.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
depend()
{
diff --git a/init.d/consolefont.in b/init.d/consolefont.in
index 78cf915c..de2d4489 100644
--- a/init.d/consolefont.in
+++ b/init.d/consolefont.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Sets a font for the consoles."
diff --git a/init.d/devd.in b/init.d/devd.in
index d071911c..d1e7fd5c 100644
--- a/init.d/devd.in
+++ b/init.d/devd.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
command=/sbin/devd
command_args=$devd_args
diff --git a/init.d/devdb.in b/init.d/devdb.in
index 3cc08a59..3fdf5306 100644
--- a/init.d/devdb.in
+++ b/init.d/devdb.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2008-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Creates the dev database"
diff --git a/init.d/devfs.in b/init.d/devfs.in
index 86bda240..c8693260 100644
--- a/init.d/devfs.in
+++ b/init.d/devfs.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Set up the /dev directory"
diff --git a/init.d/dmesg.in b/init.d/dmesg.in
index 6e1ae532..a3696d2b 100644
--- a/init.d/dmesg.in
+++ b/init.d/dmesg.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Set the dmesg level for a cleaner boot"
diff --git a/init.d/dumpon.in b/init.d/dumpon.in
index 1e23076b..349276e3 100644
--- a/init.d/dumpon.in
+++ b/init.d/dumpon.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Configures a specific kernel dump device."
diff --git a/init.d/fsck.in b/init.d/fsck.in
index 79e74e54..5e5b3e99 100644
--- a/init.d/fsck.in
+++ b/init.d/fsck.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Check and repair filesystems according to /etc/fstab"
_IFS="
diff --git a/init.d/hostid.in b/init.d/hostid.in
index 4495ddf6..ec6f6979 100644
--- a/init.d/hostid.in
+++ b/init.d/hostid.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
extra_commands="reset"
: ${hostid_file:=/etc/hostid}
diff --git a/init.d/hostname.in b/init.d/hostname.in
index 5b8b75d6..cc3d148f 100644
--- a/init.d/hostname.in
+++ b/init.d/hostname.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Sets the hostname of the machine."
diff --git a/init.d/hwclock.in b/init.d/hwclock.in
index 1dde2d63..d3e19f15 100644
--- a/init.d/hwclock.in
+++ b/init.d/hwclock.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
extra_commands="save show"
diff --git a/init.d/ipfw.in b/init.d/ipfw.in
index df30f3b3..eabedbdb 100644
--- a/init.d/ipfw.in
+++ b/init.d/ipfw.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
# This is based on /etc/rc.firewall and /etc/rc.firewall6 from FreeBSD
diff --git a/init.d/keymaps.in b/init.d/keymaps.in
index af424856..a9da4235 100644
--- a/init.d/keymaps.in
+++ b/init.d/keymaps.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Applies a keymap for the consoles."
diff --git a/init.d/killprocs.in b/init.d/killprocs.in
index 5cd4fc47..2f79a46a 100644
--- a/init.d/killprocs.in
+++ b/init.d/killprocs.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Kill all processes so we can unmount disks cleanly."
diff --git a/init.d/local.in b/init.d/local.in
index 254135c8..001a4fb1 100644
--- a/init.d/local.in
+++ b/init.d/local.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Executes user programs in @SYSCONFDIR@/local.d"
diff --git a/init.d/localmount.in b/init.d/localmount.in
index 1812089d..a2b7a8a0 100644
--- a/init.d/localmount.in
+++ b/init.d/localmount.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Mounts disks and swap according to /etc/fstab."
diff --git a/init.d/loopback.in b/init.d/loopback.in
index 4602dd00..f5ee09d2 100644
--- a/init.d/loopback.in
+++ b/init.d/loopback.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2013 William Hubbs <w.d.hubbs@gmail.com>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2013-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Configures the loopback interface."
diff --git a/init.d/mixer.in b/init.d/mixer.in
index 8bf152b1..4bfe275b 100644
--- a/init.d/mixer.in
+++ b/init.d/mixer.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
extra_commands="restore"
diff --git a/init.d/modules.in b/init.d/modules.in
index e10e7ae2..6ff90d68 100644
--- a/init.d/modules.in
+++ b/init.d/modules.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Loads a user defined list of kernel modules."
diff --git a/init.d/mount-ro.in b/init.d/mount-ro.in
index d3f7acc0..49bfe621 100644
--- a/init.d/mount-ro.in
+++ b/init.d/mount-ro.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Re-mount filesytems read-only for a clean reboot."
diff --git a/init.d/moused.in b/init.d/moused.in
index 2b63a346..63012153 100644
--- a/init.d/moused.in
+++ b/init.d/moused.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
mouse=${RC_SVCNAME##*.}
if [ -n "$mouse" -a "$mouse" != "moused" ]; then
diff --git a/init.d/mtab.in b/init.d/mtab.in
index f9febe62..99eb90d0 100644
--- a/init.d/mtab.in
+++ b/init.d/mtab.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Update /etc/mtab to match what the kernel knows about"
diff --git a/init.d/net-online.in b/init.d/net-online.in
index ab3da6fb..53855d9a 100644
--- a/init.d/net-online.in
+++ b/init.d/net-online.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (C) 2015 William Hubbs <w.d.hubbs@gmail.com>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Delays until the network is online or a specific timeout"
diff --git a/init.d/netmount.in b/init.d/netmount.in
index ac909e0a..99e0dda4 100644
--- a/init.d/netmount.in
+++ b/init.d/netmount.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Mounts network shares according to /etc/fstab."
diff --git a/init.d/network.in b/init.d/network.in
index 2e9b8974..de31695f 100644
--- a/init.d/network.in
+++ b/init.d/network.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2009-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
# This script was inspired by the equivalent rc.d network from NetBSD.
diff --git a/init.d/newsyslog.in b/init.d/newsyslog.in
index 894b0c07..da1b0ab5 100644
--- a/init.d/newsyslog.in
+++ b/init.d/newsyslog.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
required_files="/etc/newsyslog.conf"
diff --git a/init.d/nscd.in b/init.d/nscd.in
index 670f2066..9bc81565 100644
--- a/init.d/nscd.in
+++ b/init.d/nscd.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
command=/usr/sbin/nscd
command_args=$nscd_args
diff --git a/init.d/numlock.in b/init.d/numlock.in
index cdc0da01..950b5830 100644
--- a/init.d/numlock.in
+++ b/init.d/numlock.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Turns numlock on for the consoles."
diff --git a/init.d/osclock.in b/init.d/osclock.in
index ce892d20..cd089af2 100644
--- a/init.d/osclock.in
+++ b/init.d/osclock.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2014 Ralph Sennhauser <sera@igentoo.org>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2014-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
# Can be used on OSs that take care of the clock.
diff --git a/init.d/pf.in b/init.d/pf.in
index f4344a93..c79a1561 100644
--- a/init.d/pf.in
+++ b/init.d/pf.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
name="Packet Filter"
: ${pf_conf:=${pf_rules:-/etc/pf.conf}}
diff --git a/init.d/powerd.in b/init.d/powerd.in
index 36d60a7e..673ebbb0 100644
--- a/init.d/powerd.in
+++ b/init.d/powerd.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
command=/usr/sbin/powerd
command_args=$powerd_args
diff --git a/init.d/procfs.in b/init.d/procfs.in
index a9fcb9a2..b78afc7c 100644
--- a/init.d/procfs.in
+++ b/init.d/procfs.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Mounts misc filesystems in /proc."
diff --git a/init.d/rarpd.in b/init.d/rarpd.in
index e11de6d2..9dee6d63 100644
--- a/init.d/rarpd.in
+++ b/init.d/rarpd.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
command=/usr/sbin/rarpd
command_args="-f $rarpd_args"
diff --git a/init.d/rc-enabled.in b/init.d/rc-enabled.in
index 50587bce..f00aacb0 100644
--- a/init.d/rc-enabled.in
+++ b/init.d/rc-enabled.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
depend()
{
diff --git a/init.d/root.in b/init.d/root.in
index 0395dd12..409a63c4 100644
--- a/init.d/root.in
+++ b/init.d/root.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Mount the root fs read/write"
diff --git a/init.d/rpcbind.in b/init.d/rpcbind.in
index c10deeb1..b486ec03 100644
--- a/init.d/rpcbind.in
+++ b/init.d/rpcbind.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
command=/usr/sbin/rpcbind
command_args=$rpcbind_args
diff --git a/init.d/s6-svscan.in b/init.d/s6-svscan.in
index 6fdf4e1d..18ed0ad0 100644
--- a/init.d/s6-svscan.in
+++ b/init.d/s6-svscan.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (C) 2015 William Hubbs <w.d.hubbs@gmail.com>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
command=/bin/s6-svscan
command_args="${RC_SVCDIR}"/s6-scan
diff --git a/init.d/savecache.in b/init.d/savecache.in
index 5ec1028b..b3c0bdc6 100644
--- a/init.d/savecache.in
+++ b/init.d/savecache.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Saves the caches OpenRC uses to non volatile storage"
diff --git a/init.d/savecore.in b/init.d/savecore.in
index cb005643..8640fe54 100644
--- a/init.d/savecore.in
+++ b/init.d/savecore.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Saves a kernel dump."
diff --git a/init.d/staticroute.in b/init.d/staticroute.in
index 34214e0f..85f90597 100644
--- a/init.d/staticroute.in
+++ b/init.d/staticroute.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2009-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
# This script was inspired by the equivalent rc.d staticroute from NetBSD.
diff --git a/init.d/swap-blk.in b/init.d/swap-blk.in
index 5a140834..277cc88d 100644
--- a/init.d/swap-blk.in
+++ b/init.d/swap-blk.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
depend()
{
diff --git a/init.d/swap.in b/init.d/swap.in
index 41d4eac8..c6d705d5 100644
--- a/init.d/swap.in
+++ b/init.d/swap.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
depend()
{
diff --git a/init.d/swapfiles.in b/init.d/swapfiles.in
index 5c807626..f61c4ec5 100644
--- a/init.d/swapfiles.in
+++ b/init.d/swapfiles.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
depend()
{
diff --git a/init.d/swclock.in b/init.d/swclock.in
index b3ea17bd..b09afadc 100644
--- a/init.d/swclock.in
+++ b/init.d/swclock.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2009-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Sets the local clock to the mtime of a given file."
diff --git a/init.d/syscons.in b/init.d/syscons.in
index ce0b5a13..c915762b 100644
--- a/init.d/syscons.in
+++ b/init.d/syscons.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
depend() {
need localmount
diff --git a/init.d/sysctl.BSD.in b/init.d/sysctl.BSD.in
index 92d58680..7097d471 100644
--- a/init.d/sysctl.BSD.in
+++ b/init.d/sysctl.BSD.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
depend()
{
diff --git a/init.d/sysctl.GNU-kFreeBSD.in b/init.d/sysctl.GNU-kFreeBSD.in
index 92d58680..7097d471 100644
--- a/init.d/sysctl.GNU-kFreeBSD.in
+++ b/init.d/sysctl.GNU-kFreeBSD.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
depend()
{
diff --git a/init.d/sysctl.GNU.in b/init.d/sysctl.GNU.in
index 1bc325ed..be7b42e9 100644
--- a/init.d/sysctl.GNU.in
+++ b/init.d/sysctl.GNU.in
@@ -1,6 +1,13 @@
#!@PREFIX@/sbin/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
#FIXME: Modify for GNU/Hurd
depend()
diff --git a/init.d/sysctl.Linux.in b/init.d/sysctl.Linux.in
index 186c6eda..f5e0ab6b 100644
--- a/init.d/sysctl.Linux.in
+++ b/init.d/sysctl.Linux.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
depend()
{
diff --git a/init.d/sysfs.in b/init.d/sysfs.in
index 96fa460c..4f214f64 100644
--- a/init.d/sysfs.in
+++ b/init.d/sysfs.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Mount the sys filesystem."
diff --git a/init.d/syslogd.in b/init.d/syslogd.in
index 953742bf..7ddde9a6 100644
--- a/init.d/syslogd.in
+++ b/init.d/syslogd.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
command=/usr/sbin/syslogd
command_args=$syslogd_args
diff --git a/init.d/termencoding.in b/init.d/termencoding.in
index 59ca6257..a739f97e 100644
--- a/init.d/termencoding.in
+++ b/init.d/termencoding.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2008-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2008-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
description="Configures terminal encoding."
diff --git a/init.d/ttys.in b/init.d/ttys.in
index 8fdd1696..db9a8f01 100644
--- a/init.d/ttys.in
+++ b/init.d/ttys.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2008 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2008-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
depend()
{
diff --git a/init.d/urandom.in b/init.d/urandom.in
index 0dd2ba65..9f4350b3 100644
--- a/init.d/urandom.in
+++ b/init.d/urandom.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
: ${urandom_seed:=${URANDOM_SEED:-/var/lib/misc/random-seed}}
description="Initializes the random number generator."
diff --git a/init.d/wscons.in b/init.d/wscons.in
index 84671224..cf5aee99 100644
--- a/init.d/wscons.in
+++ b/init.d/wscons.in
@@ -1,6 +1,13 @@
#!@SBINDIR@/openrc-run
-# Copyright (c) 2008-2009 Roy Marples <roy@marples.name>
-# Released under the 2-clause BSD license.
+# Copyright (c) 2007-2015 The OpenRC Authors.
+# See the Authors file at the top-level directory of this distribution and
+# https://github.com/OpenRC/openrc/blob/master/AUTHORS
+#
+# This file is part of OpenRC. It is subject to the license terms in
+# the LICENSE file found in the top-level directory of this
+# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE
+# This file may not be copied, modified, propagated, or distributed
+# except according to the terms contained in the LICENSE file.
depend()
{