Added license information

This commit is contained in:
Andreas Fabri 2006-04-06 15:18:01 +00:00
parent 3df1f8659f
commit c633d24c17
2 changed files with 7 additions and 8 deletions

View File

@ -1,5 +1,5 @@
\begin{ccPkgDescription}{2D Triangulation Data Structure}
\begin{ccPkgDescription}{2D Triangulation Data Structure \label{Pkg:TDS2}}
\ccPkgSummary{
This package provides a data structure to store a two-dimensional
triangulation that has the topology of a two-dimensional sphere.
@ -9,7 +9,7 @@ and provides basic combinatorial operation on the triangulation.
}
%\ccPkgDependsOn{}
\ccPkgMaturity{Introduced in \cgal\ 3.0}
\ccPkgLicense{\qpl}
\ccPkgMaturity{Introduced in \cgal\ 2.0}
\ccPkgLicense{\ccLicenseQPL}
\end{ccPkgDescription}

View File

@ -1,5 +1,5 @@
\begin{ccPkgDescription}{2D Triangulation}
\begin{ccPkgDescription}{2D Triangulation \label{Pkg:Triangulation2}}
\ccPkgSummary{This package allows to build and handle
various triangulations for point sets two dimensions.
Any CGAL triangulation covers the convex hull of its
@ -21,8 +21,7 @@ Several versions of constrained and Delaunay contrained triangulations
are provided: some of them handle intersections between input constraints
segment while others do not. }
%\ccPkgDependsOn{}
\ccPkgMaturity{Introduced in \cgal\ 3.0}
\ccPkgLicense{\qpl}
\ccPkgDependsOn{\ccRef[2D Triangulation Data Structure]{Pkg:TDS2}}
\ccPkgMaturity{Introduced in \cgal\ 2.0}
\ccPkgLicense{\ccLicenseQPL}
\end{ccPkgDescription}