diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-12-04 16:52:19 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-12-21 12:16:06 -0600 |
commit | 000503fad72e4eb2ef956a24df358be84b2a9493 (patch) | |
tree | 0307f01ead5ba19185b69e5dcdb033054b63956b /init.d.misc | |
parent | 065f034059d7ca26bbb985158c5d361ff75df186 (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.misc')
-rw-r--r-- | init.d.misc/avahi-dnsconfd.in | 11 | ||||
-rw-r--r-- | init.d.misc/avahid.in | 11 | ||||
-rw-r--r-- | init.d.misc/dbus.in | 11 | ||||
-rw-r--r-- | init.d.misc/dhcpcd.in | 11 | ||||
-rw-r--r-- | init.d.misc/dnsmasq.in | 11 | ||||
-rw-r--r-- | init.d.misc/hald.in | 11 | ||||
-rw-r--r-- | init.d.misc/named.in | 11 | ||||
-rw-r--r-- | init.d.misc/ntpd.in | 11 | ||||
-rw-r--r-- | init.d.misc/openvpn.in | 11 | ||||
-rw-r--r-- | init.d.misc/polkitd.in | 11 | ||||
-rw-r--r-- | init.d.misc/sshd.in | 11 | ||||
-rw-r--r-- | init.d.misc/wpa_supplicant.in | 11 |
12 files changed, 108 insertions, 24 deletions
diff --git a/init.d.misc/avahi-dnsconfd.in b/init.d.misc/avahi-dnsconfd.in index 5e022a1b..b87b6d58 100644 --- a/init.d.misc/avahi-dnsconfd.in +++ b/init.d.misc/avahi-dnsconfd.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=@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 bc8ce15b..b809d7b0 100644 --- a/init.d.misc/avahid.in +++ b/init.d.misc/avahid.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=@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 52598534..0275767d 100644 --- a/init.d.misc/dbus.in +++ b/init.d.misc/dbus.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=@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 ff71979f..1eee3d13 100644 --- a/init.d.misc/dhcpcd.in +++ b/init.d.misc/dhcpcd.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) 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/dhcpcd pidfile=/var/run/dhcpcd.pid diff --git a/init.d.misc/dnsmasq.in b/init.d.misc/dnsmasq.in index fa57164b..f711b2e3 100644 --- a/init.d.misc/dnsmasq.in +++ b/init.d.misc/dnsmasq.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=@PKG_PREFIX@/sbin/dnsmasq command_args=$dnsmasq_args diff --git a/init.d.misc/hald.in b/init.d.misc/hald.in index eb7ce06d..bde173c2 100644 --- a/init.d.misc/hald.in +++ b/init.d.misc/hald.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=@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 3f558849..1348787f 100644 --- a/init.d.misc/named.in +++ b/init.d.misc/named.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/named command_args=$named_args diff --git a/init.d.misc/ntpd.in b/init.d.misc/ntpd.in index 080ce2f6..786c022d 100644 --- a/init.d.misc/ntpd.in +++ b/init.d.misc/ntpd.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. : ${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 32379466..95e94821 100644 --- a/init.d.misc/openvpn.in +++ b/init.d.misc/openvpn.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. vpn=${RC_SVCNAME#*.} name="OpenVPN" diff --git a/init.d.misc/polkitd.in b/init.d.misc/polkitd.in index 829e93b3..a36e3395 100644 --- a/init.d.misc/polkitd.in +++ b/init.d.misc/polkitd.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=@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 ae51505f..d89224d3 100644 --- a/init.d.misc/sshd.in +++ b/init.d.misc/sshd.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/sshd command_args=$sshd_args diff --git a/init.d.misc/wpa_supplicant.in b/init.d.misc/wpa_supplicant.in index d9246123..e7cd12d3 100644 --- a/init.d.misc/wpa_supplicant.in +++ b/init.d.misc/wpa_supplicant.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) 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/wpa_supplicant : ${wpa_supplicant_conf:=/etc/wpa_supplicant.conf} |