From de6de62fc4e5e501d276dc6f1b5fd4f23f9befa8 Mon Sep 17 00:00:00 2001 From: Radu Ursu Date: Mon, 9 Feb 2004 21:01:41 +0000 Subject: [PATCH] Version 3.33 (09 February 2004) [rursu] - Updated the headers of the examples files --- Packages/Alpha_shapes_3/changes.txt | 3 +++ .../Alpha_shapes_3/examples/Alpha_shapes_3/example_alpha.C | 7 +++++++ .../examples/Alpha_shapes_3/example_weight.C | 7 +++++++ 3 files changed, 17 insertions(+) diff --git a/Packages/Alpha_shapes_3/changes.txt b/Packages/Alpha_shapes_3/changes.txt index f34ee38f8f7..5979286e911 100644 --- a/Packages/Alpha_shapes_3/changes.txt +++ b/Packages/Alpha_shapes_3/changes.txt @@ -1,3 +1,6 @@ +Version 3.33 (09 February 2004) [rursu] +- Updated the headers of the examples files + Version 3.32 (25 January 2004) [af] - Removed Alpha_shape_euclidean_traits_3 from doc, examples, demo and testsuite diff --git a/Packages/Alpha_shapes_3/examples/Alpha_shapes_3/example_alpha.C b/Packages/Alpha_shapes_3/examples/Alpha_shapes_3/example_alpha.C index 71e8fbf7c06..319503f4497 100644 --- a/Packages/Alpha_shapes_3/examples/Alpha_shapes_3/example_alpha.C +++ b/Packages/Alpha_shapes_3/examples/Alpha_shapes_3/example_alpha.C @@ -1,3 +1,10 @@ +// Copyright (c) 1997 INRIA Sophia-Antipolis (France). +// All rights reserved. +// +// This file is part of an example program for CGAL. This example +// program may be used, distributed and modified without limitation. +// + /*********************************************************************** Takes a list of points and returns a list of segments corresponding to diff --git a/Packages/Alpha_shapes_3/examples/Alpha_shapes_3/example_weight.C b/Packages/Alpha_shapes_3/examples/Alpha_shapes_3/example_weight.C index 049c98453f1..1ab1952ca2f 100644 --- a/Packages/Alpha_shapes_3/examples/Alpha_shapes_3/example_weight.C +++ b/Packages/Alpha_shapes_3/examples/Alpha_shapes_3/example_weight.C @@ -1,3 +1,10 @@ +// Copyright (c) 1997 INRIA Sophia-Antipolis (France). +// All rights reserved. +// +// This file is part of an example program for CGAL. This example +// program may be used, distributed and modified without limitation. +// + /*********************************************************************** Takes a list of points and returns a list of segments corresponding to