From c72d3f50adb277132fefa2b5571a1bebfeb99a2c Mon Sep 17 00:00:00 2001 From: Radu Ursu Date: Tue, 10 Feb 2004 09:17:52 +0000 Subject: [PATCH] 10 February 2004 Radu Ursu - Updated headers in examples --- Packages/Min_sphere_of_spheres_d/changes.txt | 3 ++ .../Min_sphere_of_spheres_d/benchmark.C | 52 ++----------------- .../min_sphere_of_spheres_d_example_2.C | 6 +++ .../min_sphere_of_spheres_d_example_3.C | 6 +++ .../min_sphere_of_spheres_d_example_d.C | 6 +++ 5 files changed, 25 insertions(+), 48 deletions(-) diff --git a/Packages/Min_sphere_of_spheres_d/changes.txt b/Packages/Min_sphere_of_spheres_d/changes.txt index 3b912324266..f9e81ced607 100644 --- a/Packages/Min_sphere_of_spheres_d/changes.txt +++ b/Packages/Min_sphere_of_spheres_d/changes.txt @@ -1,3 +1,6 @@ +10 February 2004 Radu Ursu +- Updated headers in examples + Version 1.1.18 (27-Sep-2003) - new headers diff --git a/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/benchmark.C b/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/benchmark.C index 6f2906cb3e6..07044db9cba 100644 --- a/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/benchmark.C +++ b/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/benchmark.C @@ -1,52 +1,8 @@ -// ====================================================================== +// Copyright (c) 1997 ETH Zurich (Switzerland). +// All rights reserved. // -// Copyright (c) 1997 The CGAL Consortium -// -// This software and related documentation are part of the Computational -// Geometry Algorithms Library (CGAL). -// This software and documentation are provided "as-is" and without warranty -// of any kind. In no event shall the CGAL Consortium be liable for any -// damage of any kind. -// -// Every use of CGAL requires a license. -// -// Academic research and teaching license -// - For academic research and teaching purposes, permission to use and copy -// the software and its documentation is hereby granted free of charge, -// provided that it is not a component of a commercial product, and this -// notice appears in all copies of the software and related documentation. -// -// Commercial licenses -// - Please check the CGAL web site http://www.cgal.org/index2.html for -// availability. -// -// The CGAL Consortium consists of Utrecht University (The Netherlands), -// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany), -// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg -// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria), -// and Tel-Aviv University (Israel). -// -// ---------------------------------------------------------------------- -// -// release : $CGAL_Revision$ -// release_date : $CGAL_Date$ -// -// chapter : $CGAL_Chapter: Optimisation $ -// file : examples/Min_sphere_of_spheres_d/benchmark.C -// package : Min_sphere_of_spheres_d (1.10) -// revision : $Revision$ -// revision_date : $Date$ -// -// author(s) : Kaspar Fischer -// maintainer : Kaspar Fischer -// coordinator : ETH Zurich (Kaspar Fischer) -// -// implementation: dD Smallest Enclosing Sphere of Spheres -// email : contact@cgal.org -// www : http://www.cgal.org -// -// ====================================================================== - +// This file is part of an example program for CGAL. This example +// program may be used, distributed and modified without limitation. #include #include diff --git a/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_example_2.C b/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_example_2.C index 2b12e72723b..b2d5f683283 100644 --- a/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_example_2.C +++ b/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_example_2.C @@ -1,3 +1,9 @@ +// Copyright (c) 1997 ETH Zurich (Switzerland). +// All rights reserved. +// +// This file is part of an example program for CGAL. This example +// program may be used, distributed and modified without limitation. + // Computes the minsphere of some random spheres. // This example illustrates how to use CGAL::Point_2 and CGAL:: // Weighted_point with the Min_sphere_of_spheres_d package. diff --git a/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_example_3.C b/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_example_3.C index de3d9471ca7..8a7b5f916ed 100644 --- a/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_example_3.C +++ b/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_example_3.C @@ -1,3 +1,9 @@ +// Copyright (c) 1997 ETH Zurich (Switzerland). +// All rights reserved. +// +// This file is part of an example program for CGAL. This example +// program may be used, distributed and modified without limitation. + // Computes the minsphere of some random spheres. // This example illustrates how to use CGAL::Point_3 and CGAL:: // Weighted_point with the Min_sphere_of_spheres_d package. diff --git a/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_example_d.C b/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_example_d.C index 40dd1eb3cbd..adb674190e3 100644 --- a/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_example_d.C +++ b/Packages/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_example_d.C @@ -1,3 +1,9 @@ +// Copyright (c) 1997 ETH Zurich (Switzerland). +// All rights reserved. +// +// This file is part of an example program for CGAL. This example +// program may be used, distributed and modified without limitation. + // Computes the minsphere of some random spheres. // This example illustrates how to use CGAL::Point_d and CGAL:: // Weighted_point with the Min_sphere_of_spheres_d package.