diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-04-12 00:22:18 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-04-12 00:25:35 +0200 |
commit | 78a786c2a4ad2f839fe5b9f5c2155e46698e234c (patch) | |
tree | efcb32362e938210c24331a2da942dbb95e5b04c /cross-gnu-env | |
parent | 941ceaa4b28df97c06bad7e1968c48161f679aed (diff) |
Switch to GPL.
* cross-gnu: Add GPL header.
* cross-gnu-env: Likewise.
Diffstat (limited to 'cross-gnu-env')
-rwxr-xr-x | cross-gnu-env | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/cross-gnu-env b/cross-gnu-env index 9012da14e..7917cfcac 100755 --- a/cross-gnu-env +++ b/cross-gnu-env @@ -2,10 +2,25 @@ # Cross compile a GNU build environment. +# Copyright (C) 2006, 2007, 2008, 2010 Free Software Foundation, Inc. + # Written by Thomas Schwinge <tschwinge@gnu.org>. -# This script is placed into the public domain; nevertheless, please feel free -# to send any suggestions, improvements, etc. back to me. +# This file is part of the GNU Hurd. +# +# 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/>. + # The files are canonically found at # <http://nic-nac-project.de/~schwinge/tmp/cross-gnu> and |