aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2014-05-25 23:51:37 -0700
committerWilliam Hubbs <w.d.hubbs@gmail.com>2014-06-20 16:19:25 -0500
commit19cccb2e9416311b85fcad3c15d4d988fed2f954 (patch)
tree298e2dcb35aa297afc08174cd77f0a2a83c51744
parent9eb9b28d3e3b6725559fb38101ae869c1e4530ce (diff)
sh/tmpfiles.sh: license under 2-clause BSD
As the author of our tmpfiles.sh script, I hereby license it under 2-clause BSD, like the rest of openrc. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-xsh/tmpfiles.sh.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/sh/tmpfiles.sh.in b/sh/tmpfiles.sh.in
index a9031632..6d4c614c 100755
--- a/sh/tmpfiles.sh.in
+++ b/sh/tmpfiles.sh.in
@@ -3,10 +3,11 @@
# Control creation, deletion, and cleaning of volatile and temporary files
#
# Copyright (c) 2012 Gentoo Foundation
+# Released under the 2-clause BSD license.
#
-# This instance based on the Arch Linux version:
+# This instance is a pure-POSIX sh version, written by Robin H Johnson
+# <robbat2@gentoo.org>, based on the Arch Linux version as of 2012/01/01:
# http://projects.archlinux.org/initscripts.git/tree/arch-tmpfiles
-# As of 2012/01/01
#
# See the tmpfiles.d manpage as well:
# http://0pointer.de/public/systemd-man/tmpfiles.d.html