diff options
author | ng0 <ng0@n0.is> | 2019-01-16 09:25:11 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-01-16 09:25:11 +0000 |
commit | 750d2818314cf81c993cc17148bfd0bbd7ffcd16 (patch) | |
tree | 022e20eebe8eebdaaa35f32f9209407b9602aecd /contrib/services | |
parent | 1e9181264407912efca61e0c9a66fd51e0b9b188 (diff) |
More spdx identifiers. For openrc service file, adjust the header
to reflect changes in Gentoo (->Foundation=>Authors).
Diffstat (limited to 'contrib/services')
-rw-r--r-- | contrib/services/openrc/gnunet.initd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/services/openrc/gnunet.initd b/contrib/services/openrc/gnunet.initd index c042e3de1..cdf296ebd 100644 --- a/contrib/services/openrc/gnunet.initd +++ b/contrib/services/openrc/gnunet.initd @@ -1,6 +1,8 @@ #!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2016 Gentoo Authors +# Copyright 2016 - 2019 ng0, lynX # Distributed under the terms of the GNU General Public License v2 +# SPDX-License-Identifier: GPL2.0 if [ -d /run ] ; then PIDFILE=${PIDFILE:-/run/gnunet/arm-service.pid} |