diff --git a/Makefile b/Makefile index dd427d05..74cf483b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # OpenRC Makefile # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. include Makefile.inc diff --git a/etc/rc.devd b/etc/rc.devd index 5c7c09f4..272a413a 100644 --- a/etc/rc.devd +++ b/etc/rc.devd @@ -1,6 +1,6 @@ #!/bin/sh # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # Inform RC that we are in the background and hotplugged export IN_BACKGROUND=yes diff --git a/etc/rc.in b/etc/rc.in index d267bec0..a58ff1eb 100644 --- a/etc/rc.in +++ b/etc/rc.in @@ -1,6 +1,6 @@ #!@SHELL@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # If $TERM is not set then assume default of @TERM@ # This gives us a nice colour boot :) diff --git a/etc/rc.shutdown.in b/etc/rc.shutdown.in index 115f212d..92aef92e 100644 --- a/etc/rc.shutdown.in +++ b/etc/rc.shutdown.in @@ -1,6 +1,6 @@ #!@SHELL@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # Handle interrupts trap : SIGINT SIGQUIT diff --git a/init.d.misc/avahi-dnsconfd.in b/init.d.misc/avahi-dnsconfd.in index e86d9f50..423ec913 100644 --- a/init.d.misc/avahi-dnsconfd.in +++ b/init.d.misc/avahi-dnsconfd.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=@PKG_PREFIX@/sbin/avahi-dnsconfd command_args="$avahi_dnsconfd_args -D" diff --git a/init.d.misc/avahid.in b/init.d.misc/avahid.in index 8688f57b..ebda61cb 100644 --- a/init.d.misc/avahid.in +++ b/init.d.misc/avahid.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=@PKG_PREFIX@/sbin/avahi-daemon command_args="$avahid_args -D" diff --git a/init.d.misc/dbus.in b/init.d.misc/dbus.in index 72107817..94057b9c 100644 --- a/init.d.misc/dbus.in +++ b/init.d.misc/dbus.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=@PKG_PREFIX@/bin/dbus-daemon pidfile=@VARBASE@/run/dbus/pid diff --git a/init.d.misc/dhcpcd.in b/init.d.misc/dhcpcd.in index 675d692f..9e8469e2 100644 --- a/init.d.misc/dhcpcd.in +++ b/init.d.misc/dhcpcd.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=/sbin/dhcpcd pidfile=/var/run/dhcpcd.pid diff --git a/init.d.misc/dnsmasq.in b/init.d.misc/dnsmasq.in index 958a87e1..1d5c9aae 100644 --- a/init.d.misc/dnsmasq.in +++ b/init.d.misc/dnsmasq.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=@PKG_PREFIX@/sbin/dnsmasq command_args=$dnsmasq_args diff --git a/init.d.misc/hald.in b/init.d.misc/hald.in index d543d395..7c287607 100644 --- a/init.d.misc/hald.in +++ b/init.d.misc/hald.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=@PKG_PREFIX@/sbin/hald pidfile=@VARBASE@/run/hald/hald.pid diff --git a/init.d.misc/named.in b/init.d.misc/named.in index bec3d70d..4dafd888 100644 --- a/init.d.misc/named.in +++ b/init.d.misc/named.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=/usr/sbin/named command_args=$named_args diff --git a/init.d.misc/ntpd.in b/init.d.misc/ntpd.in index dae39c14..0036feb8 100644 --- a/init.d.misc/ntpd.in +++ b/init.d.misc/ntpd.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. : ${ntpd_config:=/etc/ntp.conf} : ${ntpd_drift:=/var/db/ntpd.drift} diff --git a/init.d.misc/openvpn.in b/init.d.misc/openvpn.in index a53a3edd..ef37e195 100644 --- a/init.d.misc/openvpn.in +++ b/init.d.misc/openvpn.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. vpn=${RC_SVCNAME#*.} name="OpenVPN" diff --git a/init.d.misc/polkitd.in b/init.d.misc/polkitd.in index da0afa30..2fac3851 100644 --- a/init.d.misc/polkitd.in +++ b/init.d.misc/polkitd.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=@PKG_PREFIX@/sbin/polkitd pidfile=@VARBASE@/run/polkitd/polkitd.pid diff --git a/init.d.misc/sshd.in b/init.d.misc/sshd.in index 403f43b0..20be7703 100644 --- a/init.d.misc/sshd.in +++ b/init.d.misc/sshd.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=/usr/sbin/sshd command_args=$sshd_args diff --git a/init.d.misc/wpa_supplicant.in b/init.d.misc/wpa_supplicant.in index 24269056..22d7e0fd 100644 --- a/init.d.misc/wpa_supplicant.in +++ b/init.d.misc/wpa_supplicant.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=/usr/sbin/wpa_supplicant : ${wpa_supplicant_conf:=/etc/wpa_supplicant.conf} diff --git a/init.d/adjkerntz.in b/init.d/adjkerntz.in index 807d4117..76ad175f 100644 --- a/init.d/adjkerntz.in +++ b/init.d/adjkerntz.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. extra_commands="save" diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in index f9f020a0..6607f45c 100644 --- a/init.d/bootmisc.in +++ b/init.d/bootmisc.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. depend() { diff --git a/init.d/consolefont.in b/init.d/consolefont.in index 75c2fd1b..cd0c8de8 100644 --- a/init.d/consolefont.in +++ b/init.d/consolefont.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Sets a font for the consoles." diff --git a/init.d/devd.in b/init.d/devd.in index 34fcd4b0..b474b759 100644 --- a/init.d/devd.in +++ b/init.d/devd.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=/sbin/devd command_args=$devd_args diff --git a/init.d/devdb.in b/init.d/devdb.in index 41c49830..951c7508 100644 --- a/init.d/devdb.in +++ b/init.d/devdb.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Creates the dev database" diff --git a/init.d/devfs.in b/init.d/devfs.in index 91fd3dd0..6a41354f 100644 --- a/init.d/devfs.in +++ b/init.d/devfs.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Mount system critical filesystems in /dev." diff --git a/init.d/dmesg.in b/init.d/dmesg.in index ee4367e8..dcf418af 100644 --- a/init.d/dmesg.in +++ b/init.d/dmesg.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Set the dmesg level for a cleaner boot" diff --git a/init.d/dumpon.in b/init.d/dumpon.in index 35c166f5..ec33174d 100644 --- a/init.d/dumpon.in +++ b/init.d/dumpon.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Configures a specific kernel dump device." diff --git a/init.d/fsck.in b/init.d/fsck.in index de44ea8b..e8bf1cfb 100644 --- a/init.d/fsck.in +++ b/init.d/fsck.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Check and repair filesystems according to /etc/fstab" _IFS=" diff --git a/init.d/hostid.in b/init.d/hostid.in index a12e34ad..b682b3de 100644 --- a/init.d/hostid.in +++ b/init.d/hostid.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. extra_commands="reset" : ${hostid_file:=/etc/hostid} diff --git a/init.d/hostname.in b/init.d/hostname.in index d859ee86..2b0ec810 100644 --- a/init.d/hostname.in +++ b/init.d/hostname.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Sets the hostname of the machine." diff --git a/init.d/hwclock.in b/init.d/hwclock.in index 640d9977..b79ff7c9 100644 --- a/init.d/hwclock.in +++ b/init.d/hwclock.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. extra_commands="save show" diff --git a/init.d/ipfw.in b/init.d/ipfw.in index ea6e22a7..ebfe421d 100644 --- a/init.d/ipfw.in +++ b/init.d/ipfw.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # 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 776f3bbf..a7bb085e 100644 --- a/init.d/keymaps.in +++ b/init.d/keymaps.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Applies a keymap for the consoles." diff --git a/init.d/killprocs.in b/init.d/killprocs.in index 2d398d27..7f1cf917 100644 --- a/init.d/killprocs.in +++ b/init.d/killprocs.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Kill all processes so we can unmount disks cleanly." diff --git a/init.d/local.in b/init.d/local.in index 17a4c86a..87cca7d1 100644 --- a/init.d/local.in +++ b/init.d/local.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Executes user programs in @SYSCONFDIR@/local.d" diff --git a/init.d/localmount.in b/init.d/localmount.in index 3b7ba443..734a7f84 100644 --- a/init.d/localmount.in +++ b/init.d/localmount.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Mounts disks and swap according to /etc/fstab." diff --git a/init.d/mixer.in b/init.d/mixer.in index 6304ae16..bb428865 100644 --- a/init.d/mixer.in +++ b/init.d/mixer.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. extra_commands="restore" diff --git a/init.d/modules.in b/init.d/modules.in index 7c0b993a..ee4fdab9 100644 --- a/init.d/modules.in +++ b/init.d/modules.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Loads a user defined list of kernel modules." diff --git a/init.d/mount-ro.in b/init.d/mount-ro.in index 69032d74..4b89b044 100644 --- a/init.d/mount-ro.in +++ b/init.d/mount-ro.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Re-mount filesytems read-only for a clean reboot." diff --git a/init.d/moused.in b/init.d/moused.in index 33b8d02b..a41005ff 100644 --- a/init.d/moused.in +++ b/init.d/moused.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. mouse=${RC_SVCNAME##*.} if [ -n "$mouse" -a "$mouse" != "moused" ]; then diff --git a/init.d/mtab.in b/init.d/mtab.in index 80a5ad18..cbe705b5 100644 --- a/init.d/mtab.in +++ b/init.d/mtab.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Update /etc/mtab to match what the kernel knows about" diff --git a/init.d/net.lo.in b/init.d/net.lo.in index 8f4ea9ba..a1ec7c3d 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. MODULESDIR="${RC_LIBEXECDIR}/net" MODULESLIST="${RC_SVCDIR}/nettree" diff --git a/init.d/netmount.in b/init.d/netmount.in index 3bdc63b1..4cc8842f 100644 --- a/init.d/netmount.in +++ b/init.d/netmount.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Mounts network shares according to /etc/fstab." diff --git a/init.d/network.in b/init.d/network.in index a5633328..bd683914 100644 --- a/init.d/network.in +++ b/init.d/network.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # 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 964e219a..6cf72e65 100644 --- a/init.d/newsyslog.in +++ b/init.d/newsyslog.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. required_files="/etc/newsyslog.conf" diff --git a/init.d/nscd.in b/init.d/nscd.in index 02a51954..6d3c0c58 100644 --- a/init.d/nscd.in +++ b/init.d/nscd.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=/usr/sbin/nscd command_args=$nscd_args diff --git a/init.d/numlock.in b/init.d/numlock.in index 7bf3dc71..c5b894a5 100644 --- a/init.d/numlock.in +++ b/init.d/numlock.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Turns numlock on for the consoles." diff --git a/init.d/pf.in b/init.d/pf.in index a36df264..1097ac85 100644 --- a/init.d/pf.in +++ b/init.d/pf.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. name="Packet Filter" : ${pf_conf:=${pf_rules:-/etc/pf.conf}} diff --git a/init.d/powerd.in b/init.d/powerd.in index 6220c1bb..10ffeccb 100644 --- a/init.d/powerd.in +++ b/init.d/powerd.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=/usr/sbin/powerd command_args=$powerd_args diff --git a/init.d/procfs.in b/init.d/procfs.in index 049fade6..43ba45a4 100644 --- a/init.d/procfs.in +++ b/init.d/procfs.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Mounts misc filesystems in /proc." diff --git a/init.d/rarpd.in b/init.d/rarpd.in index ccebf0f4..daacb419 100644 --- a/init.d/rarpd.in +++ b/init.d/rarpd.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=/usr/sbin/rarpd command_args="-f $rarpd_args" diff --git a/init.d/rc-enabled.in b/init.d/rc-enabled.in index af212797..aff2a406 100644 --- a/init.d/rc-enabled.in +++ b/init.d/rc-enabled.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. depend() { diff --git a/init.d/root.in b/init.d/root.in index 06890601..1c937716 100644 --- a/init.d/root.in +++ b/init.d/root.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Mount the root fs read/write" diff --git a/init.d/rpcbind.in b/init.d/rpcbind.in index e04aebba..7c70871c 100644 --- a/init.d/rpcbind.in +++ b/init.d/rpcbind.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=/usr/sbin/rpcbind command_args=$rpcbind_args diff --git a/init.d/savecache.in b/init.d/savecache.in index d2d51b82..373da1fa 100644 --- a/init.d/savecache.in +++ b/init.d/savecache.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Saves the caches OpenRC uses to non volatile storage" diff --git a/init.d/savecore.in b/init.d/savecore.in index afe8ce71..12c4d3fc 100644 --- a/init.d/savecore.in +++ b/init.d/savecore.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Saves a kernel dump." diff --git a/init.d/staticroute.in b/init.d/staticroute.in index 1df5d4cb..213dddf6 100644 --- a/init.d/staticroute.in +++ b/init.d/staticroute.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # 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 f7d43673..a7862ee2 100644 --- a/init.d/swap-blk.in +++ b/init.d/swap-blk.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. depend() { diff --git a/init.d/swap.in b/init.d/swap.in index a1a931fe..fef8ab3e 100644 --- a/init.d/swap.in +++ b/init.d/swap.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. depend() { diff --git a/init.d/swclock.in b/init.d/swclock.in index ed4516c6..75f1c79f 100644 --- a/init.d/swclock.in +++ b/init.d/swclock.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. 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 ba22bf51..06669471 100644 --- a/init.d/syscons.in +++ b/init.d/syscons.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. depend() { need localmount diff --git a/init.d/sysctl.BSD.in b/init.d/sysctl.BSD.in index 892c0caf..89df6dca 100644 --- a/init.d/sysctl.BSD.in +++ b/init.d/sysctl.BSD.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. depend() { diff --git a/init.d/sysctl.Linux.in b/init.d/sysctl.Linux.in index 19b4942a..71932fef 100644 --- a/init.d/sysctl.Linux.in +++ b/init.d/sysctl.Linux.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. depend() { diff --git a/init.d/sysfs.in b/init.d/sysfs.in index 5355fb9c..ba25090a 100644 --- a/init.d/sysfs.in +++ b/init.d/sysfs.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Mount the sys filesystem." diff --git a/init.d/syslogd.in b/init.d/syslogd.in index a4e4fc32..817afa1a 100644 --- a/init.d/syslogd.in +++ b/init.d/syslogd.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=/usr/sbin/syslogd command_args=$syslogd_args diff --git a/init.d/termencoding.in b/init.d/termencoding.in index e022e0d4..68e49b75 100644 --- a/init.d/termencoding.in +++ b/init.d/termencoding.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2008-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. description="Configures terminal encoding." diff --git a/init.d/ttys.in b/init.d/ttys.in index b8a051d3..2adbe812 100644 --- a/init.d/ttys.in +++ b/init.d/ttys.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. depend() { diff --git a/init.d/urandom.in b/init.d/urandom.in index ab85e3ec..8233f828 100644 --- a/init.d/urandom.in +++ b/init.d/urandom.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. : ${urandom_seed:=${URANDOM_SEED:-/var/run/random-seed}} description="Initializes the random number generator." diff --git a/init.d/wscons.in b/init.d/wscons.in index 916e27ba..5d94eff1 100644 --- a/init.d/wscons.in +++ b/init.d/wscons.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2008-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. depend() { diff --git a/man/einfo.3 b/man/einfo.3 index 43fde8ba..dcb576c7 100644 --- a/man/einfo.3 +++ b/man/einfo.3 @@ -1,5 +1,4 @@ .\" Copyright (c) 2007-2008 Roy Marples -.\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/man/rc-service.8 b/man/rc-service.8 index a2c88428..31829fe4 100644 --- a/man/rc-service.8 +++ b/man/rc-service.8 @@ -1,5 +1,4 @@ .\" Copyright (c) 2008-2009 Roy Marples -.\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/man/rc-status.8 b/man/rc-status.8 index d1fd9061..55877ba5 100644 --- a/man/rc-status.8 +++ b/man/rc-status.8 @@ -1,5 +1,4 @@ .\" Copyright (c) 2007-2009 Roy Marples -.\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/man/rc-update.8 b/man/rc-update.8 index 17c8120b..829f6535 100644 --- a/man/rc-update.8 +++ b/man/rc-update.8 @@ -1,5 +1,4 @@ .\" Copyright (c) 2007-2009 Roy Marples -.\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/man/rc.8 b/man/rc.8 index ab161fe7..0d645bf5 100644 --- a/man/rc.8 +++ b/man/rc.8 @@ -1,5 +1,4 @@ .\" Copyright (c) 2007-2009 Roy Marples -.\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/man/rc_config.3 b/man/rc_config.3 index a9cbc7b5..91b186e1 100644 --- a/man/rc_config.3 +++ b/man/rc_config.3 @@ -1,5 +1,4 @@ .\" Copyright (c) 2007-2008 Roy Marples -.\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/man/rc_deptree.3 b/man/rc_deptree.3 index 752ad04b..69b1218f 100644 --- a/man/rc_deptree.3 +++ b/man/rc_deptree.3 @@ -1,5 +1,4 @@ .\" Copyright (c) 2007-2008 Roy Marples -.\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/man/rc_find_pids.3 b/man/rc_find_pids.3 index 29ea1837..70336149 100644 --- a/man/rc_find_pids.3 +++ b/man/rc_find_pids.3 @@ -1,5 +1,4 @@ .\" Copyright (c) 2007-2008 Roy Marples -.\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/man/rc_plugin_hook.3 b/man/rc_plugin_hook.3 index 484d101f..ab83b4c2 100644 --- a/man/rc_plugin_hook.3 +++ b/man/rc_plugin_hook.3 @@ -1,5 +1,4 @@ .\" Copyright (c) 2007-2008 Roy Marples -.\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/man/rc_runlevel.3 b/man/rc_runlevel.3 index 87dbb548..e44a7134 100644 --- a/man/rc_runlevel.3 +++ b/man/rc_runlevel.3 @@ -1,5 +1,4 @@ .\" Copyright (c) 2007-2008 Roy Marples -.\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/man/rc_service.3 b/man/rc_service.3 index b5650588..9460c368 100644 --- a/man/rc_service.3 +++ b/man/rc_service.3 @@ -1,5 +1,4 @@ .\" Copyright (c) 2007-2008 Roy Marples -.\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/man/rc_stringlist.3 b/man/rc_stringlist.3 index 3115fab5..40cac3ca 100644 --- a/man/rc_stringlist.3 +++ b/man/rc_stringlist.3 @@ -1,5 +1,4 @@ .\" Copyright (c) 2007-2008 Roy Marples -.\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/man/runscript.8 b/man/runscript.8 index 75c54b8a..253b349c 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -1,5 +1,4 @@ .\" Copyright (c) 2007-2009 Roy Marples -.\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index b49f4f6f..a35d96cc 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -1,5 +1,4 @@ .\" Copyright (c) 2007-2009 Roy Marples -.\" All rights reserved .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions diff --git a/mk/debug.mk b/mk/debug.mk index bc98b585..66c968b3 100644 --- a/mk/debug.mk +++ b/mk/debug.mk @@ -1,6 +1,6 @@ # rules to enable debugging support # Copyright (c) 2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _RC_DEBUG_SH= case "${DEBUG}" in "") echo "";; *) echo "-DRC_DEBUG";; esac _RC_DEBUG:= $(shell ${_RC_DEBUG_SH}) diff --git a/mk/dist.mk b/mk/dist.mk index fb58edce..82fb8cb2 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -1,6 +1,6 @@ # rules to make a distribution tarball from a git repo # Copyright (c) 2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. GITREF?= HEAD DISTPREFIX?= ${NAME}-${VERSION} diff --git a/mk/gitignore.mk b/mk/gitignore.mk index 5d724ffe..ce7f6891 100644 --- a/mk/gitignore.mk +++ b/mk/gitignore.mk @@ -1,6 +1,6 @@ # rules to make .gitignore files # Copyright (c) 2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. IGNOREFILES+= ${CLEANFILES} diff --git a/mk/lib.mk b/mk/lib.mk index 280cf969..0b79a465 100644 --- a/mk/lib.mk +++ b/mk/lib.mk @@ -2,7 +2,7 @@ # based on FreeBSD's bsd.lib.mk # Copyright (c) 2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. SHLIB_NAME= lib${LIB}.so.${SHLIB_MAJOR} SHLIB_LINK= lib${LIB}.so diff --git a/mk/os-BSD.mk b/mk/os-BSD.mk index 43d63933..0b19afb1 100644 --- a/mk/os-BSD.mk +++ b/mk/os-BSD.mk @@ -1,5 +1,5 @@ # Copyright (c) 2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # Generic definitions diff --git a/mk/os-FreeBSD.mk b/mk/os-FreeBSD.mk index 31a07c6f..ff5e42f3 100644 --- a/mk/os-FreeBSD.mk +++ b/mk/os-FreeBSD.mk @@ -1,5 +1,5 @@ # Copyright (c) 2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # Generic definitions diff --git a/mk/os-Linux.mk b/mk/os-Linux.mk index 10bc5e84..7da0ed9c 100644 --- a/mk/os-Linux.mk +++ b/mk/os-Linux.mk @@ -1,5 +1,5 @@ # Copyright (c) 2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. CPPFLAGS+= -D_BSD_SOURCE -D_XOPEN_SOURCE=600 LIBDL= -Wl,-Bdynamic -ldl diff --git a/mk/os-NetBSD.mk b/mk/os-NetBSD.mk index 458826b1..300ea624 100644 --- a/mk/os-NetBSD.mk +++ b/mk/os-NetBSD.mk @@ -1,5 +1,5 @@ # Copyright (c) 2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # Generic definitions diff --git a/mk/os.mk b/mk/os.mk index 0cde8ae8..efa9a74e 100644 --- a/mk/os.mk +++ b/mk/os.mk @@ -1,5 +1,5 @@ # Copyright (c) 2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # Generic definitions diff --git a/mk/prog.mk b/mk/prog.mk index 5bddf186..17b21274 100644 --- a/mk/prog.mk +++ b/mk/prog.mk @@ -2,7 +2,7 @@ # based on FreeBSD's bsd.prog.mk # Copyright (c) 2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. OBJS+= ${SRCS:.c=.o} diff --git a/mk/scripts.mk b/mk/scripts.mk index c45fed18..ce37a617 100644 --- a/mk/scripts.mk +++ b/mk/scripts.mk @@ -1,6 +1,6 @@ # Install rules for our scripts # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. include ${MK}/sys.mk include ${MK}/os.mk diff --git a/mk/subdir.mk b/mk/subdir.mk index dad4133d..a5f05b81 100644 --- a/mk/subdir.mk +++ b/mk/subdir.mk @@ -1,7 +1,7 @@ # Recursive rules # Adapted from FreeBSDs bsd.subdir.mk # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _+_ ?= + ECHODIR ?= echo diff --git a/mk/sys.mk b/mk/sys.mk index b68afdbf..731b77cc 100644 --- a/mk/sys.mk +++ b/mk/sys.mk @@ -1,6 +1,6 @@ # Generic system definitions # Copyright (c) 2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. AR?= ar CP?= cp diff --git a/net/adsl.sh b/net/adsl.sh index 40c7166b..744ebc25 100644 --- a/net/adsl.sh +++ b/net/adsl.sh @@ -1,6 +1,6 @@ # Copyright (c) 2004-2007 Gentoo Foundation # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. adsl_depend() { diff --git a/net/apipa.sh b/net/apipa.sh index 0ca3bdad..3163104d 100644 --- a/net/apipa.sh +++ b/net/apipa.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. apipa_depend() { diff --git a/net/arping.sh b/net/arping.sh index b04f05dc..ef1f9e7a 100644 --- a/net/arping.sh +++ b/net/arping.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. arping_depend() { diff --git a/net/bonding.sh b/net/bonding.sh index ae50ca42..5ccd1f57 100644 --- a/net/bonding.sh +++ b/net/bonding.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. bonding_depend() { diff --git a/net/br2684ctl.sh b/net/br2684ctl.sh index 77dafc93..d6055796 100644 --- a/net/br2684ctl.sh +++ b/net/br2684ctl.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _br2684ctl() { diff --git a/net/bridge.sh b/net/bridge.sh index 91e68d67..7b80ec0a 100644 --- a/net/bridge.sh +++ b/net/bridge.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. bridge_depend() { diff --git a/net/ccwgroup.sh b/net/ccwgroup.sh index 60cd25fd..9716c3c5 100644 --- a/net/ccwgroup.sh +++ b/net/ccwgroup.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _config_vars="$_config_vars ccwgroup" diff --git a/net/dhclient.sh b/net/dhclient.sh index 65cacd39..8c100dd4 100644 --- a/net/dhclient.sh +++ b/net/dhclient.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. dhclient_depend() { diff --git a/net/dhcpcd.sh b/net/dhcpcd.sh index 4054c42a..2c0f9197 100644 --- a/net/dhcpcd.sh +++ b/net/dhcpcd.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. dhcpcd_depend() { diff --git a/net/ethtool.sh b/net/ethtool.sh index 404a3dc3..d4dc11e4 100644 --- a/net/ethtool.sh +++ b/net/ethtool.sh @@ -1,5 +1,5 @@ # Copyright (c) 2011 by Gentoo Foundation -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _ethtool() { echo /usr/sbin/ethtool diff --git a/net/ifconfig.sh.BSD.in b/net/ifconfig.sh.BSD.in index 67278756..c0c75f08 100644 --- a/net/ifconfig.sh.BSD.in +++ b/net/ifconfig.sh.BSD.in @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. ifconfig_depend() { diff --git a/net/ifconfig.sh.Linux.in b/net/ifconfig.sh.Linux.in index f5c2064e..a5540c03 100644 --- a/net/ifconfig.sh.Linux.in +++ b/net/ifconfig.sh.Linux.in @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. ifconfig_depend() { diff --git a/net/ifplugd.sh b/net/ifplugd.sh index 34cd18a5..d048b61a 100644 --- a/net/ifplugd.sh +++ b/net/ifplugd.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _config_vars="$_config_vars plug_timeout" diff --git a/net/ifwatchd.sh b/net/ifwatchd.sh index 4e6b1c63..f9116b9a 100644 --- a/net/ifwatchd.sh +++ b/net/ifwatchd.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _config_vars="$_config_vars plug_timeout" diff --git a/net/ip6to4.sh b/net/ip6to4.sh index 23494290..0e94293f 100644 --- a/net/ip6to4.sh +++ b/net/ip6to4.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _config_vars="$_config_vars link suffix relay" diff --git a/net/ipppd.sh b/net/ipppd.sh index 0d9edd07..537065a9 100644 --- a/net/ipppd.sh +++ b/net/ipppd.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. ipppd_depend() { diff --git a/net/iproute2.sh b/net/iproute2.sh index a2e9db77..d76e60f6 100644 --- a/net/iproute2.sh +++ b/net/iproute2.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _ip() { diff --git a/net/iwconfig.sh.BSD.in b/net/iwconfig.sh.BSD.in index f94246b4..850d70b2 100644 --- a/net/iwconfig.sh.BSD.in +++ b/net/iwconfig.sh.BSD.in @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _config_vars="$_config_vars ssid mode associate_timeout preferred_aps" _config_vars="$_config_vars blacklist_aps" diff --git a/net/iwconfig.sh.Linux.in b/net/iwconfig.sh.Linux.in index 600ffe7f..199678f5 100644 --- a/net/iwconfig.sh.Linux.in +++ b/net/iwconfig.sh.Linux.in @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _config_vars="$_config_vars ssid mode associate_timeout sleep_scan" _config_vars="$_config_vars preferred_aps blacklist_aps" diff --git a/net/macchanger.sh b/net/macchanger.sh index 9126d302..ad413090 100644 --- a/net/macchanger.sh +++ b/net/macchanger.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. macchanger_depend() { diff --git a/net/macnet.sh b/net/macnet.sh index 71f2d759..1ec2ad7f 100644 --- a/net/macnet.sh +++ b/net/macnet.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. macnet_depend() { diff --git a/net/netplugd.sh b/net/netplugd.sh index 23b6d9ea..f7df7a39 100644 --- a/net/netplugd.sh +++ b/net/netplugd.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _config_vars="$_config_vars plug_timeout" diff --git a/net/pppd.sh b/net/pppd.sh index c7cfa441..1f9d302e 100644 --- a/net/pppd.sh +++ b/net/pppd.sh @@ -1,6 +1,6 @@ # Copyright (c) 2005-2007 Gentoo Foundation # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. pppd_depend() { diff --git a/net/pump.sh b/net/pump.sh index ecceff02..ddd454cb 100644 --- a/net/pump.sh +++ b/net/pump.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. pump_depend() { diff --git a/net/ssidnet.sh b/net/ssidnet.sh index 90091132..b0eed567 100644 --- a/net/ssidnet.sh +++ b/net/ssidnet.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. ssidnet_depend() { diff --git a/net/system.sh b/net/system.sh index 6680a7d1..c4510788 100644 --- a/net/system.sh +++ b/net/system.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _config_vars="$_config_vars dns_servers dns_domain dns_search" _config_vars="$_config_vars dns_sortlist dns_options" diff --git a/net/tuntap.sh b/net/tuntap.sh index 2970fddb..851a017b 100644 --- a/net/tuntap.sh +++ b/net/tuntap.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. tuntap_depend() { diff --git a/net/udhcpc.sh b/net/udhcpc.sh index bb4238a8..4eb0b513 100644 --- a/net/udhcpc.sh +++ b/net/udhcpc.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. udhcpc_depend() { diff --git a/net/vlan.sh b/net/vlan.sh index 1d50d4fd..164139b9 100644 --- a/net/vlan.sh +++ b/net/vlan.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. _ip() { diff --git a/net/wpa_supplicant.sh b/net/wpa_supplicant.sh index c619f99b..91de49ef 100644 --- a/net/wpa_supplicant.sh +++ b/net/wpa_supplicant.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. wpa_supplicant_depend() { diff --git a/sh/functions.sh.in b/sh/functions.sh.in index ef8281e4..0f0e1a94 100644 --- a/sh/functions.sh.in +++ b/sh/functions.sh.in @@ -1,5 +1,5 @@ # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# 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 diff --git a/sh/gendepends.sh.in b/sh/gendepends.sh.in index 95a7b481..8858bacd 100644 --- a/sh/gendepends.sh.in +++ b/sh/gendepends.sh.in @@ -2,7 +2,7 @@ # Shell wrapper to list our dependencies # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. . @SYSCONFDIR@/init.d/functions.sh . @LIBEXECDIR@/sh/rc-functions.sh diff --git a/sh/init-common-post.sh.in b/sh/init-common-post.sh.in index 0649cb31..6001fe9c 100644 --- a/sh/init-common-post.sh.in +++ b/sh/init-common-post.sh.in @@ -1,5 +1,5 @@ # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # mount $RC_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 diff --git a/sh/init-early.sh.Linux.in b/sh/init-early.sh.Linux.in index a1f5f8a0..f5469511 100644 --- a/sh/init-early.sh.Linux.in +++ b/sh/init-early.sh.Linux.in @@ -1,6 +1,6 @@ #!@SHELL@ # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. : ${CONSOLE:=/dev/console} : ${RC_LIBEXECDIR:=@LIBEXECDIR@} diff --git a/sh/init.sh.BSD.in b/sh/init.sh.BSD.in index de3b4366..25b46a4d 100644 --- a/sh/init.sh.BSD.in +++ b/sh/init.sh.BSD.in @@ -1,6 +1,6 @@ #!@SHELL@ # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # This basically mounts $svcdir as a ramdisk, but preserving its content # which allows us to run depscan.sh diff --git a/sh/init.sh.Linux.in b/sh/init.sh.Linux.in index 21757fde..b3574344 100644 --- a/sh/init.sh.Linux.in +++ b/sh/init.sh.Linux.in @@ -1,7 +1,7 @@ #!@SHELL@ # Copyright (c) 1999-2007 Gentoo Foundation # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # This basically mounts $RC_SVCDIR as a ramdisk. # The tricky part is finding something our kernel supports diff --git a/sh/rc-functions.sh.in b/sh/rc-functions.sh.in index a3de2c17..02f84b47 100644 --- a/sh/rc-functions.sh.in +++ b/sh/rc-functions.sh.in @@ -1,6 +1,6 @@ # Copyright (c) 2007 Gentoo Foundation # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. has_addon() { diff --git a/sh/rc-mount.sh b/sh/rc-mount.sh index da2e20e0..b3c9bf63 100644 --- a/sh/rc-mount.sh +++ b/sh/rc-mount.sh @@ -1,5 +1,5 @@ # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # Declare this here so that no formatting doesn't affect the embedded newline __IFS=" diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in index 71935a08..a3f387eb 100644 --- a/sh/runscript.sh.in +++ b/sh/runscript.sh.in @@ -2,7 +2,7 @@ # Shell wrapper for runscript # Copyright (c) 2007-2009 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. sourcex() { diff --git a/src/Makefile b/src/Makefile index 79f33adb..e3750347 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. SUBDIR= test libeinfo librc rc diff --git a/src/includes/rc-misc.h b/src/includes/rc-misc.h index 798df55b..773c4b99 100644 --- a/src/includes/rc-misc.h +++ b/src/includes/rc-misc.h @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2009 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/libeinfo/einfo.h b/src/libeinfo/einfo.h index 73aaa104..31a891f8 100644 --- a/src/libeinfo/einfo.h +++ b/src/libeinfo/einfo.h @@ -1,7 +1,6 @@ /* * Copyright (c) 2007-2008 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/libeinfo/libeinfo.c b/src/libeinfo/libeinfo.c index 234b1af8..777c0f84 100644 --- a/src/libeinfo/libeinfo.c +++ b/src/libeinfo/libeinfo.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2008 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/librc/librc-daemon.c b/src/librc/librc-daemon.c index c6b87829..982da354 100644 --- a/src/librc/librc-daemon.c +++ b/src/librc/librc-daemon.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2009 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/librc/librc-depend.c b/src/librc/librc-depend.c index 102790d2..3aa94575 100644 --- a/src/librc/librc-depend.c +++ b/src/librc/librc-depend.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2009 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/librc/librc-misc.c b/src/librc/librc-misc.c index aa038a3a..15105c5d 100644 --- a/src/librc/librc-misc.c +++ b/src/librc/librc-misc.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2008 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/librc/librc-stringlist.c b/src/librc/librc-stringlist.c index 22b823b2..1a59335c 100644 --- a/src/librc/librc-stringlist.c +++ b/src/librc/librc-stringlist.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2008 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/librc/librc.c b/src/librc/librc.c index d769eea8..a6ff0fe6 100644 --- a/src/librc/librc.c +++ b/src/librc/librc.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2008 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/librc/librc.h b/src/librc/librc.h index f04750d5..43b01570 100644 --- a/src/librc/librc.h +++ b/src/librc/librc.h @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2008 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/librc/rc.h.in b/src/librc/rc.h.in index 5b06de2f..2a7c054a 100644 --- a/src/librc/rc.h.in +++ b/src/librc/rc.h.in @@ -1,7 +1,6 @@ /* * Copyright (c) 2007-2009 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/_usage.c b/src/rc/_usage.c index 175634af..11808532 100644 --- a/src/rc/_usage.c +++ b/src/rc/_usage.c @@ -1,6 +1,5 @@ /* * Copyright (c) 2007-2008 Roy Marples - * All rights reserved * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/rc/_usage.h b/src/rc/_usage.h index 5e116c94..84b66b96 100644 --- a/src/rc/_usage.h +++ b/src/rc/_usage.h @@ -1,6 +1,5 @@ /* * Copyright (c) 2007-2008 Roy Marples - * All rights reserved * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/rc/builtins.h b/src/rc/builtins.h index 1acaccbd..22bd0f20 100644 --- a/src/rc/builtins.h +++ b/src/rc/builtins.h @@ -1,7 +1,6 @@ /* * Copyright (c) 2007-2009 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c index 67aee95b..2e3c260e 100644 --- a/src/rc/checkpath.c +++ b/src/rc/checkpath.c @@ -6,8 +6,7 @@ /* * Copyright (c) 2007-2008 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c index 69b5bbdd..cfbc7634 100644 --- a/src/rc/fstabinfo.c +++ b/src/rc/fstabinfo.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2008 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/mountinfo.c b/src/rc/mountinfo.c index a1282666..91cb9790 100644 --- a/src/rc/mountinfo.c +++ b/src/rc/mountinfo.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2008 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/rc-applets.c b/src/rc/rc-applets.c index 6068cb63..fe125159 100644 --- a/src/rc/rc-applets.c +++ b/src/rc/rc-applets.c @@ -8,8 +8,7 @@ /* * Copyright (c) 2007-2009 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/rc-depend.c b/src/rc/rc-depend.c index 3d00d1a7..af162471 100644 --- a/src/rc/rc-depend.c +++ b/src/rc/rc-depend.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2009 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/rc-logger.c b/src/rc/rc-logger.c index e45c327d..6178ba9b 100644 --- a/src/rc/rc-logger.c +++ b/src/rc/rc-logger.c @@ -6,8 +6,7 @@ /* * Copyright (c) 2007-2008 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/rc-logger.h b/src/rc/rc-logger.h index fdf233df..8c0cc2a8 100644 --- a/src/rc/rc-logger.h +++ b/src/rc/rc-logger.h @@ -1,7 +1,6 @@ /* * Copyright (c) 2007-2008 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c index 64edf688..a06ff088 100644 --- a/src/rc/rc-misc.c +++ b/src/rc/rc-misc.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2008 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/rc-plugin.c b/src/rc/rc-plugin.c index d82e9a92..61759453 100644 --- a/src/rc/rc-plugin.c +++ b/src/rc/rc-plugin.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2008 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/rc-plugin.h b/src/rc/rc-plugin.h index fcd24e1f..f763c3e9 100644 --- a/src/rc/rc-plugin.h +++ b/src/rc/rc-plugin.h @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2008 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/rc-service.c b/src/rc/rc-service.c index 08bf99f2..e47f8b36 100644 --- a/src/rc/rc-service.c +++ b/src/rc/rc-service.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2008 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c index 0a232777..04e8bd33 100644 --- a/src/rc/rc-status.c +++ b/src/rc/rc-status.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2009 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/rc-update.c b/src/rc/rc-update.c index 40dfb508..d2068024 100644 --- a/src/rc/rc-update.c +++ b/src/rc/rc-update.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2009 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/rc.c b/src/rc/rc.c index 122f53c9..ad16f7d2 100644 --- a/src/rc/rc.c +++ b/src/rc/rc.c @@ -10,8 +10,7 @@ /* * Copyright (c) 2007-2009 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/runscript.c b/src/rc/runscript.c index 58eb6095..a6a8d0e0 100644 --- a/src/rc/runscript.c +++ b/src/rc/runscript.c @@ -5,8 +5,7 @@ /* * Copyright (c) 2007-2009 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c index 30177015..204b46bf 100644 --- a/src/rc/start-stop-daemon.c +++ b/src/rc/start-stop-daemon.c @@ -9,8 +9,7 @@ /* * Copyright (c) 2007-2009 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/src/rc/swclock.c b/src/rc/swclock.c index f972829a..5a92935e 100644 --- a/src/rc/swclock.c +++ b/src/rc/swclock.c @@ -8,8 +8,7 @@ /* * Copyright (c) 2009 Roy Marples - * All rights reserved - + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/support/openvpn/down.sh b/support/openvpn/down.sh index d86de7c1..4e749372 100755 --- a/support/openvpn/down.sh +++ b/support/openvpn/down.sh @@ -1,6 +1,6 @@ #!/bin/sh # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # If we have a service specific script, run this now [ -x "${RC_SVCNAME}"-down.sh ] && "${RC_SVCNAME}"-down.sh diff --git a/support/openvpn/up.sh b/support/openvpn/up.sh index c622aa4a..14569325 100755 --- a/support/openvpn/up.sh +++ b/support/openvpn/up.sh @@ -1,6 +1,6 @@ #!/bin/sh # Copyright (c) 2007-2008 Roy Marples -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. # Setup our resolv.conf # Vitally important that we use the domain entry in resolv.conf so we