aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2011-01-26 17:39:11 +0100
committerThomas Bächler <thomas@archlinux.org>2011-01-26 17:53:01 +0100
commit40c79f7a33bf480cb6a134f314b87e6a883854d9 (patch)
tree76b8faba193d7e50a5b397549eae9db5dde6582f
parent0e05f9fd91f8844f7a14ec42da889db831a086d9 (diff)
downloadinitscripts-2011.01-1.tar.xz
Change copyright and license information2011.01-1
The copyright makes no sense, as a variety of people worked on Arch. Remove it. Clarify that software distributed in Arch is often distributed under licenses different than the GPL.
-rwxr-xr-xrc.sysinit7
1 files changed, 4 insertions, 3 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 9550122..7c77be1 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -9,9 +9,10 @@
echo " "
printhl "Arch Linux\n"
printhl "${C_H2}http://www.archlinux.org"
-printhl "Copyright 2002-2007 Judd Vinet"
-printhl "Copyright 2007-2010 Aaron Griffin"
-printhl "Distributed under the GNU General Public License (GPL)"
+printhl "Distributed under the GNU General Public License (GPL)\n"
+printhl "For license information about software distributed with Arch Linux,"
+printhl "see the output of pacman -Qi <package name> and the contents of"
+printhl "the directory /usr/share/licenses."
printsep
run_hook sysinit_start