source: anuga_core/documentation/user_manual/copyright.tex @ 5566

Last change on this file since 5566 was 5566, checked in by ole, 16 years ago

Manual updates from Ted Rigby.

File size: 8.1 KB
Line 
1%*************************************************
2%     LaTeX document
3%
4%  This is the ANUGA User Manual
5%
6%  Version 1.0    February, 2006
7%
8%
9%
10%  Copyright 2004, 2005, 2006
11%  Stephen Roberts, Australian National University
12%  Ole Nielsen, Duncan Gray, Jane Sexton, Nick Bartzis, Geoscience Australia
13%
14%  COPYRIGHT PAGE
15%
16%
17%*************************************************
18
19\vspace*{0.5in}
20
21Copyright \copyright 2004, 2005, 2006 Australian National University and Geoscience Australia. All rights reserved.
22
23
24Permission to use, copy, modify, and distribute this software for any
25purpose without fee is hereby granted under the terms of the GNU
26General Public License as published by the Free Software Foundation;
27either version 2 of the License, or (at your option) any later
28version, provided that this entire notice is included in all copies
29of any software which is or includes a copy or modification of this
30software and in all copies of the supporting documentation for such
31software.
32
33This program is distributed in the hope that it will be useful,
34but WITHOUT ANY WARRANTY; without even the implied warranty of
35MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
36GNU General Public License (\url{http://www.gnu.org/copyleft/gpl.html})
37for more details.
38
39You should have received a copy of the GNU General Public License
40along with this program; if not, write to the Free Software
41Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
42
43
44
45This work was produced at Geoscience Australia and the Australian
46National University funded by the Commonwealth of Australia. Neither
47the Australian Government, the Australian National University,
48Geoscience Australia nor any of their employees, makes any warranty,
49express or implied, or assumes any liability or responsibility for
50the accuracy, completeness, or usefulness of any information,
51apparatus, product, or process disclosed, or represents that its use
52would not infringe privately-owned rights. Reference herein to any
53specific commercial products, process, or service by trade name,
54trademark, manufacturer, or otherwise, does not necessarily
55constitute or imply its endorsement, recommendation, or favoring by
56the Australian Government, Geoscience Australia or the Australian
57National University.  The views and opinions of authors expressed
58herein do not necessarily state or reflect those of the Australian
59Government, Geoscience Australia or the Australian National
60University, and shall not be used for advertising or product
61endorsement purposes.
62
63
64This document does not convey a warranty, express or implied,
65of merchantability or fitness for a particular purpose.
66
67
68\begin{center}
69
70  %\vspace{0.5in}
71   \anuga
72
73   Manual typeset with \LaTeX
74
75\end{center}
76
77  \vspace{0.5in}
78
79\textbf{Credits}:
80\begin{itemize}
81\item \anuga was developed and is maintained by Stephen Roberts,
82  Ole Nielsen, Duncan Gray and Jane Sexton.
83\index{ANUGA!credits|textit} 
84\end{itemize}
85
86
87
88\textbf{License}:
89\begin{itemize}
90\item \anuga is freely available and distributed under the terms of the GNU General Public Licence.\index{ANUGA!licence|textit}
91\end{itemize}
92
93
94
95\textbf{Acknowledgments}:
96\begin{itemize}
97\item John Jakeman, Rudy van Drie, Ted Rigby, Joaquim Luis, Nils Goseberg, William Power, Petar Milevski, Trevor Dhu, Linda Stals, Matt Hardy, Jack Kelly and Christopher Zoppou who contributed to this project at various times.
98\item A stand alone visualiser (anuga\_viewer) based on Open-scene-graph was developed by Darran Edmundson.
99\item The mesh generator engine was written by Jonathan Richard Shewchuk and made freely available under the following license.
100See source code \code{triangle.c} for more details on the origins of this code. The license reads
101
102{\tiny \begin{verbatim}
103/*****************************************************************************/
104/*                                                                           */
105/*      888888888        ,o,                          / 888                  */
106/*         888    88o88o  "    o8888o  88o8888o o88888o 888  o88888o         */
107/*         888    888    888       88b 888  888 888 888 888 d888  88b        */
108/*         888    888    888  o88^o888 888  888 "88888" 888 8888oo888        */
109/*         888    888    888 C888  888 888  888  /      888 q888             */
110/*         888    888    888  "88o^888 888  888 Cb      888  "88oooo"        */
111/*                                              "8oo8D                       */
112/*                                                                           */
113/*  A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.      */
114/*  (triangle.c)                                                             */
115/*                                                                           */
116/*  Version 1.6                                                              */
117/*  July 28, 2005                                                            */
118/*                                                                           */
119/*  Copyright 1993, 1995, 1997, 1998, 2002, 2005                             */
120/*  Jonathan Richard Shewchuk                                                */
121/*  2360 Woolsey #H                                                          */
122/*  Berkeley, California  94705-1927                                         */
123/*  jrs@cs.berkeley.edu                                                      */
124/*                                                                           */
125/*  This program may be freely redistributed under the condition that the    */
126/*    copyright notices (including this entire header and the copyright      */
127/*    notice printed when the `-h' switch is selected) are not removed, and  */
128/*    no compensation is received.  Private, research, and institutional     */
129/*    use is free.  You may distribute modified versions of this code UNDER  */
130/*    THE CONDITION THAT THIS CODE AND ANY MODIFICATIONS MADE TO IT IN THE   */
131/*    SAME FILE REMAIN UNDER COPYRIGHT OF THE ORIGINAL AUTHOR, BOTH SOURCE   */
132/*    AND OBJECT CODE ARE MADE FREELY AVAILABLE WITHOUT CHARGE, AND CLEAR    */
133/*    NOTICE IS GIVEN OF THE MODIFICATIONS.  Distribution of this code as    */
134/*    part of a commercial system is permissible ONLY BY DIRECT ARRANGEMENT  */
135/*    WITH THE AUTHOR.  (If you are not directly supplying this code to a    */
136/*    customer, and you are instead telling them how they can obtain it for  */
137/*    free, then you are not required to make any arrangement with me.)      */
138/*****************************************************************************/
139\end{verbatim}}
140
141\item Pmw is a toolkit for building high-level compound widgets in
142Python using the Tkinter module. Parts of Pmw have been encorpoated
143into the graphical mesh generator. The license for Pmw reads
144
145{\tiny \begin{verbatim}
146"""
147Pmw copyright
148
149Copyright 1997-1999 Telstra Corporation Limited,
150Australia Copyright 2000-2002 Really Good Software Pty Ltd, Australia
151
152Permission is hereby granted, free of charge, to any person obtaining
153a copy of this software and associated documentation files (the
154"Software"), to deal in the Software without restriction, including
155without limitation the rights to use, copy, modify, merge, publish,
156distribute, sublicense, and/or sell copies of the Software, and to
157permit persons to whom the Software is furnished to do so, subject to
158the following conditions:
159
160The above copyright notice and this permission notice shall be
161included in all copies or substantial portions of the Software.
162
163THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
164EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
165MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
166NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
167LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
168OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
169WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
170
171"""
172\end{verbatim}}
173\end{itemize}
Note: See TracBrowser for help on using the repository browser.