diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-11-25 16:06:44 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-11-25 16:06:44 +0100 |
commit | 6d9c10d4544a07337b6eeff7ff2880b06e63a313 (patch) | |
tree | 5e90b20615725c449a47b248302eb0a1b25f1a74 /hurd | |
parent | 9d373d1c0f30422a9bf39b57a9142c91cd59019f (diff) |
hurd/building/cross-compiling/Makefile: Copyright has been assigned to the FSF as per web-commit d0d3fe0cce1b6b925b892a1648682f6cfa0d1b0b. Use GPLv2+.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/building/cross-compiling/Makefile | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/hurd/building/cross-compiling/Makefile b/hurd/building/cross-compiling/Makefile index 98c1dc1d..7a6a9524 100644 --- a/hurd/building/cross-compiling/Makefile +++ b/hurd/building/cross-compiling/Makefile @@ -1,20 +1,23 @@ # "HurdToolchainMakefile" - a Makefile for setting up Hurd toolchain builds -# -# Copyright (c) 2007 Shakthi Kannan <shakthi.kannan@qvantel.com> + +# Copyright (C) 2007 Free Software Foundation, Inc. + +# 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 2, 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. # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# version 2 as published by the Free Software Foundation. - -# 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, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301, USA +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +# Written by Shakthi Kannan <shakthi.kannan@qvantel.com>. + ## Variables TOPDIR=. |