1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
This is a Debian prepackaged version of the Moonlight Creator.
This package was put together by Joey Hess <joeyh@master.debian.org>, using
sources from:
http://www.cybersociety.com/moonlight/
The following files are deleted from the debian source of this package,
becuase they have non-free copyrights and the package builds ok without them:
src/GL/win*, src/tools/poptions.*, src/tools/xdr/xdrwin/*,
src/graphics/fonts/xfont.C
Most of the code has the following copyright:
// This file is part of Moonlight Creator
// Copyright (C) 1996-1998 Stephane Rehel
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
// License as published by the Free Software Foundation; either
// version 2 of the License, or (at your option) any later version.
//
// This library 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
// Library General Public License for more details.
src/graphics/fonts/makefont/makefont.C has this copyright:
Copyright (C) 1995 Thorsten.Ohl @ Physik.TH-Darmstadt.de
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.
A number of files under src/image/* have this copyright:
FROM: ImageMagick-3.8.6
COPYRIGHT
Copyright 1997 E. I. du Pont de Nemours and Company
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby
granted without fee, provided that the above copyright notice
appear in all copies and that both that copyright notice and
this permission notice appear in supporting documentation, and
that the name of E. I. du Pont de Nemours and Company not be
used in advertising or publicity pertaining to distribution of
the software without specific, written prior permission. E.
I. du Pont de Nemours and Company makes no representations
about the suitability of this software for any purpose. It is
provided "as is" without express or implied warranty.
E. I. du Pont de Nemours and Company disclaims all warranties
with regard to this software, including all implied warranties
of merchantability and fitness, in no event shall E. I. du
Pont de Nemours and Company be liable for any special,
indirect or consequential damages or any damages whatsoever
resulting from loss of use, data or profits, whether in an
action of contract, negligence or other tortious action,
arising out of or in connection with the use or performance of
this software.
|