Changeset 7064 for anuga_core/documentation/user_manual/copyright.tex
- Timestamp:
- May 22, 2009, 4:40:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/copyright.tex
r5566 r7064 21 21 Copyright \copyright 2004, 2005, 2006 Australian National University and Geoscience Australia. All rights reserved. 22 22 23 24 23 Permission to use, copy, modify, and distribute this software for any 25 24 purpose without fee is hereby granted under the terms of the GNU … … 41 40 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 42 41 43 44 45 42 This work was produced at Geoscience Australia and the Australian 46 43 National University funded by the Commonwealth of Australia. Neither … … 61 58 endorsement purposes. 62 59 63 64 60 This document does not convey a warranty, express or implied, 65 61 of merchantability or fitness for a particular purpose. 66 62 67 68 63 \begin{center} 69 70 64 %\vspace{0.5in} 71 65 \anuga 72 66 73 67 Manual typeset with \LaTeX 74 75 68 \end{center} 76 69 77 70 \vspace{0.5in} 78 71 79 72 \textbf{Credits}: … … 84 77 \end{itemize} 85 78 86 87 88 79 \textbf{License}: 89 80 \begin{itemize} … … 91 82 \end{itemize} 92 83 93 94 84 \pagebreak 95 85 \textbf{Acknowledgments}: 96 86 \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. 87 \item John Jakeman, Rudy van Drie, Ted Rigby, Joaquim Luis, Nils Goseberg, William Power, 88 Petar Milevski, Trevor Dhu, Linda Stals, Matt Hardy, Jack Kelly and Christopher 89 Zoppou who contributed to this project at various times. 98 90 \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. 100 See source code \code{triangle.c} for more details on the origins of this code. The license reads 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 101 94 102 {\tiny\begin{verbatim}95 \begin{verbatim} 103 96 /*****************************************************************************/ 104 97 /* */ … … 137 130 /* free, then you are not required to make any arrangement with me.) */ 138 131 /*****************************************************************************/ 139 \end{verbatim} }132 \end{verbatim} 140 133 134 \pagebreak 141 135 \item Pmw is a toolkit for building high-level compound widgets in 142 136 Python using the Tkinter module. Parts of Pmw have been encorpoated 143 137 into the graphical mesh generator. The license for Pmw reads 144 138 145 {\tiny\begin{verbatim}139 \begin{verbatim} 146 140 """ 147 141 Pmw copyright … … 170 164 171 165 """ 172 \end{verbatim} }166 \end{verbatim} 173 167 \end{itemize}
Note: See TracChangeset
for help on using the changeset viewer.