diff options
author | Michael Larabel <michael@phx-laptop.(none)> | 2008-06-22 18:15:54 -0400 |
---|---|---|
committer | Michael Larabel <michael@phx-laptop.(none)> | 2008-06-22 18:15:54 -0400 |
commit | b5841b59b9a2dab554272a0475413b4a745ec978 (patch) | |
tree | 4c8848e22698375975f98ef911431ba2a7396203 /install-sh | |
parent | 2148a7204af4d0d5e0e0a19bb2b3a1d1ac9af3a8 (diff) | |
download | phoronix-test-suite-upstream-b5841b59b9a2dab554272a0475413b4a745ec978.tar.gz phoronix-test-suite-upstream-b5841b59b9a2dab554272a0475413b4a745ec978.tar.xz phoronix-test-suite-upstream-b5841b59b9a2dab554272a0475413b4a745ec978.zip |
Add GPLv3 header to some source files missing the license
Diffstat (limited to 'install-sh')
-rwxr-xr-x | install-sh | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ #!/bin/sh +# Phoronix Test Suite "Trondheim" +# URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/ +# Copyright (C) 2008, Phoronix Media +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + # Generic Phoronix Test Suite installer if [ "X$1" = "X" ] |