source: trunk/anuga_core/documentation/user_manual/copyright.tex @ 7828

Last change on this file since 7828 was 7828, checked in by hudson, 14 years ago

Updated user manual to version 1.2 - did spell check.

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