source: git/doc/copyright.tex @ 2f786f

spielwiese
Last change on this file since 2f786f was 2f786f, checked in by Jens Schmidt <schmidt@…>, 25 years ago
* copyright.tex (Preface): used `@url' and `@email' to mark URL's and email addresses git-svn-id: file:///usr/local/Singular/svn/trunk@1811 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 5.0 KB
Line 
1@comment -*-texinfo-*-
2@comment $Id: copyright.tex,v 1.8 1998-05-18 12:50:17 schmidt Exp $
3@comment this file contains the copyright notice on Singular
4
5@c The following directives are necessary for proper compilation
6@c with emacs (C-c C-e C-r).  Please keep it as it is.  Since it
7@c is wrapped in `@ignore' and `@end ignore' it does not harm `tex' or
8@c `makeinfo' but is a great help in editing this file (emacs
9@c ignores the `@ignore').
10@ignore
11%**start
12\input texinfo.tex
13@setfilename copyright.info
14@node Top, Preface
15@menu
16* Preface::
17@end menu
18@node Preface, General concepts, Top, Top
19@chapter Preface
20%**end
21@end ignore
22
23@cindex factory
24@cindex GMP
25@cindex MP
26@cindex readline
27@cindex libfac
28
29@center @sc{Singular} version @value{VERSION}
30@center University of Kaiserslautern
31@center Department of Mathematics and Centre for Computer Algebra
32Authors: G.-M. Greuel, G. Pfister, H.
33@tex
34Sch\"onemann
35@end tex
36@ifinfo
37Schoenemann
38@end ifinfo
39
40Copyright @copyright{} 1986-98; All Rights reserved
41@sp 2
42                                @center NOTICE
43
44Permission to use, copy, modify, and distribute this software or parts
45thereof and its documentation or parts thereof for non-commercial
46purposes and without fee is hereby granted provided the following three
47conditions are satisfied:
48
49@enumerate
50@item
51The above copyright notice appears in all copies of the software
52and both the copyright notice and this permission notice
53appear in supporting documentation.
54
55@item
56The name of the program ("@sc{Singular}") is retained and the name of
57the program is displayed when it is run interactively.
58
59@item
60Portions of the software which are modified are marked and a notice of the
61modification is displayed when the program is run interactively.
62@end enumerate
63
64Neither the University of Kaiserslautern nor the Authors make any
65representations about the suitability of this software for any
66purpose.  This software is provided ``as is'' without express or
67implied warranty.
68
69If your intended use of @sc{Singular} is not covered by the license above,
70please contact us.  Notice that in the license above we have not
71granted permission to make copies of Singular to be sold, distributed
72on media which are sold, or distributed along with software which is
73sold. We have also not granted you permission to extract a portion
74of the source code of Singular and incorporate it into another program.
75
76If you use Singular or parts thereof in a project and/or publish
77results that were partly obtained using @sc{Singular}, we request that you
78cite @sc{Singular} and inform us about it.
79
80Please send any comments or bug reports to
81@email{singular@@mathematik.uni-kl.de}.
82
83The following parts of @sc{Singular} have their own copyright: the Gnu Multiple
84Precision Library (GMP), the Multi Protocol library (MP), the Readline library,
85the Factory library, and the libfac library.
86Their copyrights and licences can be found in the accompanying files
87which are distributed along with these libraries.
88
89@section Availability
90
91The latest information about @sc{Singular} is always available from
92@url{http://www.ma@-the@-ma@-tik.uni-kl.de/~zca/Singular}.
93The program @sc{Singular} and the above mentioned parts are available via
94anonymous ftp through the following addresses:
95@table @asis
96@item GMP
97@copyright{} Free Software Foundation:
98@code{libgmp-2.0.2.tar.gz}
99@* @url{ftp://ftp.gnu.ai.mit.edu} or its mirrors
100@item readline
101@copyright{} Free Software Foundation:
102@code{libreadline-2.0.tar.gz}
103@* @url{ftp://ftp.gnu.ai.mit.edu} or its mirrors
104@item MP
105@copyright{} Gray/Kajler/Wang, Kent State University:
106@code{MP-1.1.2.tar.gz},
107@* @url{http://mcs.kent.edu/pub/MP}
108@item Factory
109@copyright{} Greuel/Stobbe, University of Kaiserslautern:
110@code{factory-1.3b.tar.gz}
111@* Contact @email{factory@@mathematik.uni-kl.de} for details on Factory.
112@item libfac
113@copyright{}  Mesollen, University  of Saarbruecken:
114@code{libfac-0.3.0.tar.gz}
115@* Contact @email{michael@@math.uni-sb.de} for details on libfac.
116@item @sc{Singular} binaries
117@url{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/bin} or via a
118@* WWW browser from
119@url{http://www.mathematik.uni-kl.de/ftp/pub/Math/@-Singular/@-bin})
120@end table
121
122@ifset singularmanual
123@section Acknowledgements
124
125The development of @sc{Singular} is directed and coordinated by
126Gert-Martin Greuel, Gerhard Pfister and Hans
127@tex
128Sch\"onemann.
129@end tex
130@ifinfo
131Schoenemann.
132@end ifinfo
133Contributions to different parts of @sc{Singular} have been made by
134Olaf Bachmann,
135Wolfram Decker,
136@c Christian Gorzel,
137Hubert Grassmann,
138Ulrich Klein,
139@tex
140Kai Kr\"uger,
141@end tex
142@ifinfo
143Kai Krueger,
144@end ifinfo
145Bernd Martin,
146Wolfgang Neumann,
147@tex
148Thomas N\"u{\ss}ler,
149@end tex
150@ifinfo
151Thomas Nuessler,
152@end ifinfo
153Wilfried Pohl,
154Jens Schmidt,
155Thomas Siebert,
156@tex
157R\"udiger Stobbe
158@end tex
159@ifinfo
160Ruediger Stobbe
161@end ifinfo
162and
163Tim Wichmann.
164
165We should like to acknowledge the financial support given by
166the Volkswagen-Stiftung,
167the Deutsche Forschungsgemeinschaft
168and the Stiftung
169@ifinfo
170fuer
171@end ifinfo
172@tex
173f\"ur
174@end tex
175Innovation des Landes Rhein@-land-Pfalz
176to the
177@sc{Singular} project.
178
179@end ifset
Note: See TracBrowser for help on using the repository browser.