Changeset 3843


Ignore:
Timestamp:
Oct 24, 2006, 10:11:55 AM (19 years ago)
Author:
ole
Message:

Added note about origins and licensing of triangle.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/copyright.tex

    r2688 r3843  
    9797\item Christopher Zoppou, Linda Stals, Matt Hardy, Jack Kelly, John Jakeman, Trevor Dhu, who contributed to this project at various times.
    9898\item A stand alone visualiser (Swollen 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{\small \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\end{verbatim}}
     139
     140
    99141\end{itemize}
Note: See TracChangeset for help on using the changeset viewer.