From fa727a6169b85efa61aff00a2f26ab66a41dda55 Mon Sep 17 00:00:00 2001 From: Radu Ursu Date: Mon, 9 Feb 2004 21:44:44 +0000 Subject: [PATCH] Version 2.54 (09 February 2004) [rursu] - updated headers in examples --- Packages/Convex_hull_3/changes.txt | 3 +++ .../examples/Convex_hull_3/dynamic_hull_3_ex.C | 6 ++++++ .../examples/Convex_hull_3/incremental_hull_3_ex.C | 5 +++++ .../Convex_hull_3/examples/Convex_hull_3/quickhull_3_ex.C | 5 +++++ 4 files changed, 19 insertions(+) diff --git a/Packages/Convex_hull_3/changes.txt b/Packages/Convex_hull_3/changes.txt index f9063dd79c6..98c585f01e2 100644 --- a/Packages/Convex_hull_3/changes.txt +++ b/Packages/Convex_hull_3/changes.txt @@ -1,3 +1,6 @@ +Version 2.54 (09 February 2004) [rursu] +- updated headers in examples + 2.53 (18 Jan 2004) - Remove obsolete workaround CGAL_CFG_FUNCTION_OVERLOAD_BUG. - Rename CH_NO_POSTCONDITIONS to CGAL_CH_NO_POSTCONDITIONS. diff --git a/Packages/Convex_hull_3/examples/Convex_hull_3/dynamic_hull_3_ex.C b/Packages/Convex_hull_3/examples/Convex_hull_3/dynamic_hull_3_ex.C index daaac733fe7..6ce3eadc0b5 100644 --- a/Packages/Convex_hull_3/examples/Convex_hull_3/dynamic_hull_3_ex.C +++ b/Packages/Convex_hull_3/examples/Convex_hull_3/dynamic_hull_3_ex.C @@ -1,3 +1,9 @@ +// Copyright (c) 2001 Max-Planck-Institute Saarbruecken (Germany). +// All rights reserved. +// +// This file is part of an example program for CGAL. This example +// program may be used, distributed and modified without limitation. +// // file: examples/Convex_hull_3/dynamic_hull_3_ex.C diff --git a/Packages/Convex_hull_3/examples/Convex_hull_3/incremental_hull_3_ex.C b/Packages/Convex_hull_3/examples/Convex_hull_3/incremental_hull_3_ex.C index a7794a3aad9..e8607d65235 100644 --- a/Packages/Convex_hull_3/examples/Convex_hull_3/incremental_hull_3_ex.C +++ b/Packages/Convex_hull_3/examples/Convex_hull_3/incremental_hull_3_ex.C @@ -1,3 +1,8 @@ +// Copyright (c) 2001 Max-Planck-Institute Saarbruecken (Germany). +// All rights reserved. +// +// This file is part of an example program for CGAL. This example +// program may be used, distributed and modified without limitation. // // file: examples/Convex_hull_3/incremental_hull_3_ex.C // diff --git a/Packages/Convex_hull_3/examples/Convex_hull_3/quickhull_3_ex.C b/Packages/Convex_hull_3/examples/Convex_hull_3/quickhull_3_ex.C index 9a1f5af3425..8fdae47b959 100644 --- a/Packages/Convex_hull_3/examples/Convex_hull_3/quickhull_3_ex.C +++ b/Packages/Convex_hull_3/examples/Convex_hull_3/quickhull_3_ex.C @@ -1,3 +1,8 @@ +// Copyright (c) 2001 Max-Planck-Institute Saarbruecken (Germany). +// All rights reserved. +// +// This file is part of an example program for CGAL. This example +// program may be used, distributed and modified without limitation. // // file: examples/Convex_hull_3/ch_quickhull_3_ex.C //