diff options
author | Thomas Bächler <thomas@archlinux.org> | 2011-01-26 17:39:11 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2011-01-26 17:53:01 +0100 |
commit | 40c79f7a33bf480cb6a134f314b87e6a883854d9 (patch) | |
tree | 76b8faba193d7e50a5b397549eae9db5dde6582f | |
parent | 0e05f9fd91f8844f7a14ec42da889db831a086d9 (diff) |
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-x | rc.sysinit | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |