From b3a3c0fbac20cbcbd4023e53cf0c0b20c5911bbc Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 11 Apr 2002 16:40:59 +0000 Subject: [PATCH] Updated licensing terms to GPL since this file inherits a goodly proportion of previously GPL'd code. --- src/Main/location.cxx | 22 ++++++++++++++++++---- src/Main/location.hxx | 21 ++++++++++++++++++--- 2 files changed, 36 insertions(+), 7 deletions(-) diff --git a/src/Main/location.cxx b/src/Main/location.cxx index f77e4e179..19216f4b4 100644 --- a/src/Main/location.cxx +++ b/src/Main/location.cxx @@ -1,10 +1,24 @@ // location.hxx -- class for determining model location in the flightgear world. // -// Written by Jim Wilson, David Megginson, started April 2002. -// overhaul started October 2000. +// Written by Jim Wilson, David Megginson, started April 2002. // -// This file is in the Public Domain, and comes with no warranty. - +// Copyright (C) 2002 Jim Wilson, David Megginson +// +// 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 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, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// +// $Id$ #include diff --git a/src/Main/location.hxx b/src/Main/location.hxx index e0ac78396..d6d1b5ef8 100644 --- a/src/Main/location.hxx +++ b/src/Main/location.hxx @@ -1,9 +1,24 @@ // location.hxx -- class for determining model location in the flightgear world. // -// Written by Jim Wilson, David Megginson, started April 2002. -// overhaul started October 2000. +// Written by Jim Wilson, David Megginson, started April 2002. // -// This file is in the Public Domain, and comes with no warranty. +// Copyright (C) 2002 Jim Wilson, David Megginson +// +// 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 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, write to the Free Software +// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// +// $Id$ #ifndef _LOCATION_HXX -- 2.39.5