diff options
Diffstat (limited to 'cross-gnu')
-rwxr-xr-x | cross-gnu | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -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 |