Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: sh/
Date: Fri, 20 Jun 2014 21:22:08
Message-Id: 1403299165.19cccb2e9416311b85fcad3c15d4d988fed2f954.williamh@OpenRC
1 commit: 19cccb2e9416311b85fcad3c15d4d988fed2f954
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 26 06:51:37 2014 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 20 21:19:25 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=19cccb2e
7
8 sh/tmpfiles.sh: license under 2-clause BSD
9
10 As the author of our tmpfiles.sh script, I hereby license it under
11 2-clause BSD, like the rest of openrc.
12
13 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
14
15 ---
16 sh/tmpfiles.sh.in | 5 +++--
17 1 file changed, 3 insertions(+), 2 deletions(-)
18
19 diff --git a/sh/tmpfiles.sh.in b/sh/tmpfiles.sh.in
20 index a903163..6d4c614 100755
21 --- a/sh/tmpfiles.sh.in
22 +++ b/sh/tmpfiles.sh.in
23 @@ -3,10 +3,11 @@
24 # Control creation, deletion, and cleaning of volatile and temporary files
25 #
26 # Copyright (c) 2012 Gentoo Foundation
27 +# Released under the 2-clause BSD license.
28 #
29 -# This instance based on the Arch Linux version:
30 +# This instance is a pure-POSIX sh version, written by Robin H Johnson
31 +# <robbat2@g.o>, based on the Arch Linux version as of 2012/01/01:
32 # http://projects.archlinux.org/initscripts.git/tree/arch-tmpfiles
33 -# As of 2012/01/01
34 #
35 # See the tmpfiles.d manpage as well:
36 # http://0pointer.de/public/systemd-man/tmpfiles.d.html