diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2014-05-25 23:51:37 -0700 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-06-20 16:19:25 -0500 |
commit | 19cccb2e9416311b85fcad3c15d4d988fed2f954 (patch) | |
tree | 298e2dcb35aa297afc08174cd77f0a2a83c51744 /sh | |
parent | 9eb9b28d3e3b6725559fb38101ae869c1e4530ce (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>
Diffstat (limited to 'sh')
-rwxr-xr-x | sh/tmpfiles.sh.in | 5 |
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 |