From c3e6795f4636fd71264f59d0b613576978895464 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 29 Sep 2010 13:16:59 -0400 Subject: inroot: Add license docs --- bin/inroot | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/inroot b/bin/inroot index a4c4a5a..f513f95 100755 --- a/bin/inroot +++ b/bin/inroot @@ -1,4 +1,10 @@ #!/bin/sh + +# inroot: Set lots of environment variables which act as a sort of opt-in +# "chroot". See also "jhbuild". +# Copyright 2010 Colin Walters +# Licensed under the new-BSD license (http://www.opensource.org/licenses/bsd-license.php) + set -e root=$1 shift -- cgit