This work was packaged for Debian by:

    Cédric Delfosse <cedric@debian.org> on Thu, 17 Oct 2002 21:21:25 +0200.

It was downloaded from:

    http://stellarium.sourceforge.net

Upstream Authors:

    Fabien Chéreau <fchereau@eso.org>
    Matthew Gates <matthew@porpoisehead.net>
    Rob Spearman <rob@digitaliseducation.com>
    Johannes Gajdosik <gajdosik@users.sourceforge.net>
    Johan Meuris <johanmeuris@antwerpen.be>
    Andras Mohari <andras.mohari@gmail.com>
    Nigel Kerr
    Mike Storm

Copyright:

    Copyright (C) 2002-2010 Fabien Chéreau et al.

License:

    This package 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 package 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/>

On Debian systems, the complete text of the GNU General
Public License version 2 and 3 can be found in
"/usr/share/common-licenses/GPL-2" and "/usr/share/common-licenses/GPL-3".

Please see the README file for information about the copyright
and license of the code and textures included in stellarium.
Below, you can find a copy of the relevant sections (8, 9 and 10):

--------------------------------------------------------------------------------
8. FULL REFERENCES & CREDITS
--------------------------------------------------------------------------------
1. Technical Articles
	1.1 The tone reproductor class
		The class mainly performs a fast implementation of the algorithm
		from the paper [1], with more accurate values from [2]. The blue
		shift formula is taken from [3] and combined with the Scotopic
		vision formula from [4].
		[1] "Tone Reproduction for Realistic Images", Tumblin and
			Rushmeier, IEEE Computer Graphics & Application, November
			1993
		[2] "Tone Reproduction and Physically Based Spectral Rendering",
			Devlin, Chalmers, Wilkie and Purgathofer in EUROGRAPHICS
			2002
		[3] "Night Rendering", H. Wann Jensen, S. Premoze, P. Shirley,
			W.B. Thompson, J.A. Ferwerda, M.M. Stark
		[4] "A Visibility Matching Tone Reproduction Operator for High
			Dynamic Range Scenes", G.W. Larson, H. Rushmeier, C. Piatko
	1.2 The skylight class
		The class is a fast implementation of the algorithm from the
		article "A Practical Analytic Model for Daylight" by A. J.
		Preetham, Peter Shirley and Brian Smits.
	1.3 The skybright class
		The class is a fast reimplementation of the VISLIMIT.BAS basic
		source code from Brad Schaefer's article on pages 57-60,  May
		1998 _Sky & Telescope_,	"To the Visual Limits". The basic
		sources are available on the Sky and Telescope web site.
	1.4 Object luminance algorithm from GPL delphi program by Jan Hollan,
		1999 (C) N.Copernicus Observatory and Planetarium in Brno.
		See http://svetlo.astro.cz/compute/lum.php

2. Included source code
	2.1 The png and jpeg openGL texture loader are Copyright (c) 2005-2006
		David HENRY (see 10.4)
	2.2 The stellastro and stellplanet libraries are mainly subsets of the
		libnova library (GPL) by Liam Girdwood (liam (at) nova-ioe.org)
	2.3 The orbit.cpp/h and solve.h files are directly borrowed from
		Celestia (Chris Laurel). (GPL license)
	2.4 Other pieces of code and ideas are from Celestia too (GPL license).
	2.5 Callback library by Jess Jones, see section 10.4 for full license.
	2.6 Several implementations of IMCCE theories for planet and satellite
		movement by Johannes Gajdosik (MIT-style license,
		see the corresponding files for the license text)

3. Data
	3.1 The Hipparcos star catalog
		From ESA (European Space Agency) and the Hipparcos mission.
		ref. ESA, 1997, The Hipparcos and Tycho Catalogues, ESA SP-1200
		http://cdsweb.u-strasbg.fr/ftp/cats/I/239
	3.2 The solar system data mainly comes from IMCCE and partly from
		Celestia.
	3.3 Polynesian constellations are based on diagrams from the Polynesian
		Voyaging Society
	3.4 Chinese constellations are based on diagrams from the Hong Kong
		Space Museum
	3.5 Egyptian constellations are based on the work of Juan Antonio
		Belmonte, Instituto de Astrofisica de Canarias
	3.6 The Tycho-2 Catalogue of the 2.5 Million Brightest Stars
		Hog E., Fabricius C., Makarov V.V., Urban S., Corbin T.,
		Wycoff G., Bastian U., Schwekendiek P., Wicenec A.
		<Astron. Astrophys. 355, L27 (2000)>
		http://cdsweb.u-strasbg.fr/ftp/cats/I/259
	3.7 Naval Observatory Merged Astrometric Dataset (NOMAD) version 1
		http://www.nofs.navy.mil/nomad
		Norbert Zacharias writes:
		"There are no fees, both UCAC and NOMAD are freely available
		with the only requirement that the source of the data (U.S.
		Naval Observatory) and original product name need to be provided
		with any distribution, as well as a description about any
		changes made to the data, if at all."
		The changes made to the data are:
		-) try to compute visual magnitude and color from the b,v,r
		   values
		-) compute nr_of_measurements = the number of valid b,v,r values
		-) throw away or keep stars (depending on magnitude,
		   nr_of_measurements, combination of flags, tycho2 number)
		-) add all stars from hiparcos (incl. component solutions), and
		   tycho2+1st supplement
		-) reorganize the stars in several brigthness levels and
		   triangular zones according to position and magnitude
		The programs that are used to generate the star files are called
		"MakeCombinedCatalogue", "ParseHip", "ParseNomad", and can be
		found in the util subdirectory in source code. The position,
		magnitudes, and proper motions of the stars coming from NOMAD
		are unchanged, except for a possible loss of precision,
		especially in magnitude. When there is no v-magnitude, it is
		estimated from r or b magnitude.  When there is no b- or v-
		magnitude, the color B-V is estimated from the other magnitudes.
		Also proper motions of faint stars are neglected at all.

4. Graphics
	4.1 All graphics are copyrighted by the Stellarium's Team (GPL) except
		the ones mentioned below :
	4.2 The "earthmap" texture was created by NASA (Reto Stockli, NASA Earth
		Observatory) using data from the MODIS instrument aboard the
		Terra satellite (Public Domain). See chapter 10.1 for full
		credits.
	4.4 Moon texture map is Courtesy USGS Astrogeology Research Program,
		http://astrogeology.usgs.gov. (Public Domain, DFSG-free)
	4.5a Jupiter map, Saturn map and ring textures created by Björn Jónsson:
		"All the planetary maps available on these pages are publicly
		available. You do not need a special permission to use them but if
		you do then please mention their origin in your work [..]"
	4.5 All other planet maps from David Seal's site:
		http://maps.jpl.nasa.gov/   see license in section 10.3
	4.6 The snowy landscape textures are from the GPL game tuxracer.
		"Copyright 1999, 2000, 2001 Jasmin F. Patry" available under GPL
		license.
	4.7 The fullsky milky way panorama is created by Axel Mellinger,
		University of Potsdam, Germany. Further information and more
		pictures available from
		http://home.arcor-online.de/axel.mellinger/
		License: permission given to "Modify and redistribute this image
		if proper credit to the original image is given."
	4.8 All messiers nebula pictures except those mentioned below from the
		Grasslands Observatory : "Images courtesy of Tim Hunter and
		James McGaha, Grasslands Observatory at http://www.3towers.com."
		License: permission given to "use the image freely" (including
		right to modify and redistribute) "as long as it is credited."
	4.9 M31, and the Pleiades pictures come from Herm Perez :
		http://home.att.net/~hermperez/default.htm
		License: "Feel free to use these images, if you use them in a
		commercial setting please attribute the source."
	4.10 Images of M8, M20, M33, NGC253, NGC1499, NGC2244, IC343 from
		Jean-Pierre Bousquet
	4.11 Images of M1, M15, M16, M27, M57, M97, NGC6946 from Stephane Dumont
	4.12 Images of M17, M44, NGC856, NGC884 from Maxime Spano
	4.13 Constellation art, GUI buttons, logo created by Johan Meuris
		(Jomejome) (jomejome at users.sourceforge.net)
		http://users.pandora.be/jomejom/
		License: released under the Free Art License
		(http://artlibre.org/licence.php/lalgb.html)
	4.14 The "earth-clouds" texture includes imagery owned by NASA.
	See NASA's Visible Earth project at http://visibleearth.nasa.gov/
	License: 1. The imagery is free of licensing fees
		 2. NASA requires that they be provided a credit as the owners
			of the imagery
		The cloud texturing was taken from Celestia (GPL),
		http://www.shatters.net/celestia/
	4.15 The folder icon derived from the Tango Desktop Project, used under
		the terms of the Creative Commons Attribution Share-Alike
		license.

--------------------------------------------------------------------------------
9. LICENSE
--------------------------------------------------------------------------------
    Copyright (C) 2002-2010 Fabien Chéreau et al.

License:

    This package 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 package 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/>

--------------------------------------------------------------------------------
10 APPENDIX :
--------------------------------------------------------------------------------
10.1 Full credits for image 4.2 :
	Author: Reto Stockli, NASA Earth Observatory,
		rstockli (at) climate.gsfc.nasa.gov
	Address of correspondance:
		Reto Stockli
		ETH/IAC (NFS Klima) & NASA/GSFC Code 913 (SSAI)
		University Irchel
		Building 25 Room J53
		Winterthurerstrasse 190
		8057 Zurich, Switzerland
	Phone:  +41 (0)1 635 5209
	Fax:    +41 (0)1 362 5197
	Email:  rstockli (at) climate.gsfc.nasa.gov
	http://earthobservatory.nasa.gov
	http://www.iac.ethz.ch/staff/stockli
	Supervisors:
		Fritz Hasler and David Herring, NASA/Goddard Space Flight Center
	Funding:
		This project was realized under the SSAI subcontract 2101-01-027
		(NAS5-01070)

	License :
		"Any and all materials published on the Earth Observatory are
		freely available for re-publication or re-use, except where
		copyright is indicated."

10.2 License for the JPL planets images
(http://www.jpl.nasa.gov/images/policy/index.cfm)
	---
	Unless otherwise noted, images and video on JPL public web sites (public
	sites ending with a jpl.nasa.gov address) may be used for any purpose
	without prior permission, subject to the special cases noted below.
	Publishers who wish to have authorization may print this page and retain
	it for their records; JPL does not issue image permissions on an image
	by image basis.  By electing to download the material from this web site
	the user agrees:
	1. that Caltech makes no representations or warranties with respect to
	   ownership of copyrights in the images, and does not represent others
	   who may claim to be authors or owners of copyright of any of the
	   images, and makes no warranties as to the quality of the images.
	   Caltech shall not be responsible for any loss or expenses resulting
	   from the use of the images, and you release and hold Caltech harmless
	   from all liability arising from such use.
	2. to use a credit line in connection with images. Unless otherwise
	   noted in the caption information for an image, the credit line should
	   be "Courtesy NASA/JPL-Caltech."
	3. that the endorsement of any product or service by Caltech, JPL or
	   NASA must not be claimed or implied.
	Special Cases:
	* Prior written approval must be obtained to use the NASA insignia logo
	  (the blue "meatball" insignia), the NASA logotype (the red "worm"
	  logo) and the NASA seal. These images may not be used by persons who
	  are not NASA employees or on products (including Web pages) that are
	  not NASA sponsored. In addition, no image may be used to explicitly
	  or implicitly suggest endorsement by NASA, JPL or Caltech of
	  commercial goods or services. Requests to use NASA logos may be
	  directed to Bert Ulrich, Public Services Division, NASA Headquarters,
	  Code POS, Washington, DC 20546, telephone (202) 358-1713, fax (202)
	  358-4331, email bert.ulrich@hq.nasa.gov.
	* Prior written approval must be obtained to use the JPL logo (stylized
	  JPL letters in red or other colors). Requests to use the JPL logo may
	  be directed to the Television/Imaging Team Leader, Media Relations
	  Office, Mail Stop 186-120, Jet Propulsion Laboratory, Pasadena CA
	  91109, telephone (818) 354-5011, fax (818) 354-4537.
	* If an image includes an identifiable person, using the image for
	  commercial purposes may infringe that person's right of privacy or
	  publicity, and permission should be obtained from the person. NASA
	  and JPL generally do not permit likenesses of current employees to
	  appear on commercial products. For more information, consult the NASA
	  and JPL points of contact listed above.
	* JPL/Caltech contractors and vendors who wish to use JPL images in
	  advertising or public relation materials should direct requests to the
	  Television/Imaging Team Leader, Media Relations Office, Mail Stop
	  186-120, Jet Propulsion Laboratory, Pasadena CA 91109, telephone
	  (818) 354-5011, fax (818) 354-4537.
	* Some image and video materials on JPL public web sites are owned by
	  organizations other than JPL or NASA. These owners have agreed to
	  make their images and video available for journalistic, educational
	  and personal uses, but restrictions are placed on commercial uses.
	  To obtain permission for commercial use, contact the copyright owner
	  listed in each image caption.  Ownership of images and video by
	  parties other than JPL and NASA is noted in the caption material
	  with each image.
	---

10.3 License for the callback library by Jesse Jones :
	(C) Copyright Jesse Jones 2000. Permission to copy, use, modify, sell
	and distribute this software is granted provided this copyright notice
	appears in all copies. This software is provided "as is" without express
	or implied warranty, and with no claim as to its suitability for any
	purpose.

10.4 License for the JPEG and PNG loading code from David HENRY
	Copyright (c) 2005-2006 David HENRY
	Permission is hereby granted, free of charge, to any person obtaining a
	copy of this software and associated documentation files (the
	"Software"), to deal in the Software without restriction, including
	without limitation the rights to use, copy, modify, merge, publish,
	distribute, sublicense, and/or sell copies of the Software, and to
	permit persons to whom the Software is furnished to do so, subject to
	the following conditions: The above copyright notice and this permission
	notice shall be included in all copies or substantial portions of the
	Software.  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
	KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
	MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
	IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
	ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
	CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
	WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
