summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-04-12 00:22:18 +0200
committerThomas Schwinge <thomas@schwinge.name>2010-04-12 00:25:35 +0200
commit78a786c2a4ad2f839fe5b9f5c2155e46698e234c (patch)
treeefcb32362e938210c24331a2da942dbb95e5b04c
parent941ceaa4b28df97c06bad7e1968c48161f679aed (diff)
Switch to GPL.
* cross-gnu: Add GPL header. * cross-gnu-env: Likewise.
-rwxr-xr-xcross-gnu19
-rwxr-xr-xcross-gnu-env19
2 files changed, 34 insertions, 4 deletions
diff --git a/cross-gnu b/cross-gnu
index f7718ceda..dc9f0e160 100755
--- a/cross-gnu
+++ b/cross-gnu
@@ -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
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