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

Last change on this file since 7951 was 7951, checked in by habili, 14 years ago

Manual updated to reflect changes in 1.2.0

File size: 8.1 KB
Line 
1%*************************************************
2%     LaTeX document
3%
4%  This is the ANUGA User Manual
5%
6%  Version 1.2    July, 2010
7%
8%
9%
10%  Copyright Commonwealth of Australia (Geoscience Australia) and the Australian
11%  National University 2004-2010.
12%
13%  COPYRIGHT PAGE
14%
15%
16%*************************************************
17
18\vspace*{0.5in}
19
20\copyright Commonwealth of Australia (Geoscience Australia) and the Australian
21National University 2004-2010.
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.
31This program is distributed in the hope that it will be useful,
32
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 by Stephen Roberts, Ole Nielsen, Duncan Gray and Jane Sexton. It is currently being developed and
75 maintained by Nariman Habili and Stephen Roberts.
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 Ole Nielsen, James Hudson, John Jakeman, Rudy van Drie, Ted Rigby,
88      Petar Milevski, Joaquim Luis, Nils Goseberg, William Power,
89      Trevor Dhu, Linda Stals, Matt Hardy, Jack Kelly and Christopher
90      Zoppou who contributed to this project at various times.
91\item A stand alone visualiser (anuga\_viewer) based on Open-scene-graph was developed by Darran Edmundson and James Hudson.
92\item The mesh generator engine was written by Jonathan Richard Shewchuk and made freely
93      available under the following license.  See source code \code{triangle.c} for more
94      details on the origins of this code. The license reads
95
96\begin{verbatim}
97/*****************************************************************************/
98/*                                                                           */
99/*      888888888        ,o,                          / 888                  */
100/*         888    88o88o  "    o8888o  88o8888o o88888o 888  o88888o         */
101/*         888    888    888       88b 888  888 888 888 888 d888  88b        */
102/*         888    888    888  o88^o888 888  888 "88888" 888 8888oo888        */
103/*         888    888    888 C888  888 888  888  /      888 q888             */
104/*         888    888    888  "88o^888 888  888 Cb      888  "88oooo"        */
105/*                                              "8oo8D                       */
106/*                                                                           */
107/*  A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.      */
108/*  (triangle.c)                                                             */
109/*                                                                           */
110/*  Version 1.6                                                              */
111/*  July 28, 2005                                                            */
112/*                                                                           */
113/*  Copyright 1993, 1995, 1997, 1998, 2002, 2005                             */
114/*  Jonathan Richard Shewchuk                                                */
115/*  2360 Woolsey #H                                                          */
116/*  Berkeley, California  94705-1927                                         */
117/*  jrs@cs.berkeley.edu                                                      */
118/*                                                                           */
119/*  This program may be freely redistributed under the condition that the    */
120/*    copyright notices (including this entire header and the copyright      */
121/*    notice printed when the `-h' switch is selected) are not removed, and  */
122/*    no compensation is received.  Private, research, and institutional     */
123/*    use is free.  You may distribute modified versions of this code UNDER  */
124/*    THE CONDITION THAT THIS CODE AND ANY MODIFICATIONS MADE TO IT IN THE   */
125/*    SAME FILE REMAIN UNDER COPYRIGHT OF THE ORIGINAL AUTHOR, BOTH SOURCE   */
126/*    AND OBJECT CODE ARE MADE FREELY AVAILABLE WITHOUT CHARGE, AND CLEAR    */
127/*    NOTICE IS GIVEN OF THE MODIFICATIONS.  Distribution of this code as    */
128/*    part of a commercial system is permissible ONLY BY DIRECT ARRANGEMENT  */
129/*    WITH THE AUTHOR.  (If you are not directly supplying this code to a    */
130/*    customer, and you are instead telling them how they can obtain it for  */
131/*    free, then you are not required to make any arrangement with me.)      */
132/*****************************************************************************/
133\end{verbatim}
134
135\pagebreak
136\item Pmw is a toolkit for building high-level compound widgets in
137Python using the Tkinter module. Parts of Pmw have been incorpoated
138into the graphical mesh generator. The license for Pmw reads
139
140\begin{verbatim}
141"""
142Pmw copyright
143
144Copyright 1997-1999 Telstra Corporation Limited,
145Australia Copyright 2000-2002 Really Good Software Pty Ltd, Australia
146
147Permission is hereby granted, free of charge, to any person obtaining
148a copy of this software and associated documentation files (the
149"Software"), to deal in the Software without restriction, including
150without limitation the rights to use, copy, modify, merge, publish,
151distribute, sublicense, and/or sell copies of the Software, and to
152permit persons to whom the Software is furnished to do so, subject to
153the following conditions:
154
155The above copyright notice and this permission notice shall be
156included in all copies or substantial portions of the Software.
157
158THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
159EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
160MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
161NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
162LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
163OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
164WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
165
166"""
167\end{verbatim}
168\end{itemize}
Note: See TracBrowser for help on using the repository browser.