summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSérgio Almeida <mephx.x@gmail.com>2009-07-28 05:06:23 +0100
committerSérgio Almeida <mephx.x@gmail.com>2009-07-28 05:06:23 +0100
commit4d2dcb718c4293e6d72e6e998d17f03072911c5d (patch)
tree5e284f431b1ef0f23f9d086e3fdda875053c6869
parentuprofile structure done (diff)
downloaduselect-4d2dcb718c4293e6d72e6e998d17f03072911c5d.tar.gz
uselect-4d2dcb718c4293e6d72e6e998d17f03072911c5d.tar.bz2
uselect-4d2dcb718c4293e6d72e6e998d17f03072911c5d.zip
Added license to install.sh
-rw-r--r--install.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/install.sh b/install.sh
index d25b12c..adbed88 100644
--- a/install.sh
+++ b/install.sh
@@ -1,8 +1,7 @@
#!/bin/bash
-#
-# Uselect Temporary Installer
-#
-#
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# install.sh mephx.x@gmail.com
if [ "$(id -u)" != "0" ]; then
echo "uselect's $0 must be run as root!"