From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7CE5B1381FA for ; Mon, 26 May 2014 06:52:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13A8FE0809; Mon, 26 May 2014 06:52:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A94CAE0809 for ; Mon, 26 May 2014 06:52:21 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCD3133F9D5 for ; Mon, 26 May 2014 06:52:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 6E81E181A9 for ; Mon, 26 May 2014 06:52:17 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1401087104.a0596076dd97a35f0dfb6d601bc12e2297f66c7f.robbat2@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: sh/ X-VCS-Repository: proj/openrc X-VCS-Files: sh/tmpfiles.sh.in X-VCS-Directories: sh/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: a0596076dd97a35f0dfb6d601bc12e2297f66c7f X-VCS-Branch: master Date: Mon, 26 May 2014 06:52:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 39215a74-91ae-4341-9ce8-7d15d596c6a0 X-Archives-Hash: 64f453a232617a4beb7a2c16e60e1e3d commit: a0596076dd97a35f0dfb6d601bc12e2297f66c7f Author: Robin H. Johnson gentoo org> AuthorDate: Mon May 26 06:51:37 2014 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon May 26 06:51:44 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=a0596076 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 gentoo.org> --- sh/tmpfiles.sh.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sh/tmpfiles.sh.in b/sh/tmpfiles.sh.in index a903163..6d4c614 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 +# , 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