From 8ba844659b6ab2bd71f60a74ff910469947ffbcd Mon Sep 17 00:00:00 2001 From: Lutz Kettner Date: Mon, 17 Nov 2003 15:10:50 +0000 Subject: [PATCH] Changed license header for basic library files. --- Packages/Kernel_d/changes.txt | 3 +++ Packages/Kernel_d/include/CGAL/Convex_hull_d.h | 14 +++++--------- .../include/CGAL/Convex_hull_d_to_polyhedron_3.h | 14 +++++--------- .../include/CGAL/Convex_hull_d_traits_3.h | 14 +++++--------- Packages/Kernel_d/include/CGAL/Delaunay_d.h | 14 +++++--------- .../include/CGAL/IO/Convex_hull_d_window_stream.h | 14 +++++--------- .../include/CGAL/IO/Delaunay_d_window_stream.h | 14 +++++--------- .../CGAL/IO/Regular_complex_d_window_stream.h | 15 +++++---------- .../Kernel_d/include/CGAL/Regular_complex_d.h | 14 +++++--------- Packages/Kernel_d/version | 2 +- 10 files changed, 44 insertions(+), 74 deletions(-) diff --git a/Packages/Kernel_d/changes.txt b/Packages/Kernel_d/changes.txt index e65f00830a7..69dda39ea0a 100644 --- a/Packages/Kernel_d/changes.txt +++ b/Packages/Kernel_d/changes.txt @@ -1,6 +1,9 @@ Kernel_d Package: Release changes ---------------------------------------------------------------------- +0.105 (17 Nov 2003) +- Changed license header for basic library files. + 0.104 (22 October 2003) - changed license header diff --git a/Packages/Kernel_d/include/CGAL/Convex_hull_d.h b/Packages/Kernel_d/include/CGAL/Convex_hull_d.h index 38f66efe924..c285108775b 100644 --- a/Packages/Kernel_d/include/CGAL/Convex_hull_d.h +++ b/Packages/Kernel_d/include/CGAL/Convex_hull_d.h @@ -1,13 +1,9 @@ -// Copyright (c) 1997-2000 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). All rights reserved. +// Copyright (c) 1997-2000 Max-Planck-Institute Saarbruecken (Germany). +// All rights reserved. // -// This file is part of CGAL (www.cgal.org); you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; version 2.1 of the License. -// See the file LICENSE.LGPL distributed with CGAL. +// This file is part of CGAL (www.cgal.org); you may redistribute it under +// the terms of the Q Public License version 1.0. +// See the file LICENSE.QPL distributed with CGAL. // // Licensees holding a valid commercial license may use this file in // accordance with the commercial license agreement provided with the software. diff --git a/Packages/Kernel_d/include/CGAL/Convex_hull_d_to_polyhedron_3.h b/Packages/Kernel_d/include/CGAL/Convex_hull_d_to_polyhedron_3.h index 435cfb97881..0689be1d0f8 100644 --- a/Packages/Kernel_d/include/CGAL/Convex_hull_d_to_polyhedron_3.h +++ b/Packages/Kernel_d/include/CGAL/Convex_hull_d_to_polyhedron_3.h @@ -1,13 +1,9 @@ -// Copyright (c) 2000,2001 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). All rights reserved. +// Copyright (c) 1997-2000 Max-Planck-Institute Saarbruecken (Germany). +// All rights reserved. // -// This file is part of CGAL (www.cgal.org); you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; version 2.1 of the License. -// See the file LICENSE.LGPL distributed with CGAL. +// This file is part of CGAL (www.cgal.org); you may redistribute it under +// the terms of the Q Public License version 1.0. +// See the file LICENSE.QPL distributed with CGAL. // // Licensees holding a valid commercial license may use this file in // accordance with the commercial license agreement provided with the software. diff --git a/Packages/Kernel_d/include/CGAL/Convex_hull_d_traits_3.h b/Packages/Kernel_d/include/CGAL/Convex_hull_d_traits_3.h index 2dc9a138f7b..c90c0d51f20 100644 --- a/Packages/Kernel_d/include/CGAL/Convex_hull_d_traits_3.h +++ b/Packages/Kernel_d/include/CGAL/Convex_hull_d_traits_3.h @@ -1,13 +1,9 @@ -// Copyright (c) 1997-2000 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). All rights reserved. +// Copyright (c) 1997-2000 Max-Planck-Institute Saarbruecken (Germany). +// All rights reserved. // -// This file is part of CGAL (www.cgal.org); you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; version 2.1 of the License. -// See the file LICENSE.LGPL distributed with CGAL. +// This file is part of CGAL (www.cgal.org); you may redistribute it under +// the terms of the Q Public License version 1.0. +// See the file LICENSE.QPL distributed with CGAL. // // Licensees holding a valid commercial license may use this file in // accordance with the commercial license agreement provided with the software. diff --git a/Packages/Kernel_d/include/CGAL/Delaunay_d.h b/Packages/Kernel_d/include/CGAL/Delaunay_d.h index a6a99f39a3c..8fa8463bdc3 100644 --- a/Packages/Kernel_d/include/CGAL/Delaunay_d.h +++ b/Packages/Kernel_d/include/CGAL/Delaunay_d.h @@ -1,13 +1,9 @@ -// Copyright (c) 1997-2000 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). All rights reserved. +// Copyright (c) 1997-2000 Max-Planck-Institute Saarbruecken (Germany). +// All rights reserved. // -// This file is part of CGAL (www.cgal.org); you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; version 2.1 of the License. -// See the file LICENSE.LGPL distributed with CGAL. +// This file is part of CGAL (www.cgal.org); you may redistribute it under +// the terms of the Q Public License version 1.0. +// See the file LICENSE.QPL distributed with CGAL. // // Licensees holding a valid commercial license may use this file in // accordance with the commercial license agreement provided with the software. diff --git a/Packages/Kernel_d/include/CGAL/IO/Convex_hull_d_window_stream.h b/Packages/Kernel_d/include/CGAL/IO/Convex_hull_d_window_stream.h index b167a6ec6f3..f3586ba46d6 100644 --- a/Packages/Kernel_d/include/CGAL/IO/Convex_hull_d_window_stream.h +++ b/Packages/Kernel_d/include/CGAL/IO/Convex_hull_d_window_stream.h @@ -1,13 +1,9 @@ -// Copyright (c) 1997-2000 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). All rights reserved. +// Copyright (c) 1997-2000 Max-Planck-Institute Saarbruecken (Germany). +// All rights reserved. // -// This file is part of CGAL (www.cgal.org); you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; version 2.1 of the License. -// See the file LICENSE.LGPL distributed with CGAL. +// This file is part of CGAL (www.cgal.org); you may redistribute it under +// the terms of the Q Public License version 1.0. +// See the file LICENSE.QPL distributed with CGAL. // // Licensees holding a valid commercial license may use this file in // accordance with the commercial license agreement provided with the software. diff --git a/Packages/Kernel_d/include/CGAL/IO/Delaunay_d_window_stream.h b/Packages/Kernel_d/include/CGAL/IO/Delaunay_d_window_stream.h index 353aea0c811..0430be73a06 100644 --- a/Packages/Kernel_d/include/CGAL/IO/Delaunay_d_window_stream.h +++ b/Packages/Kernel_d/include/CGAL/IO/Delaunay_d_window_stream.h @@ -1,13 +1,9 @@ -// Copyright (c) 1997-2000 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). All rights reserved. +// Copyright (c) 1997-2000 Max-Planck-Institute Saarbruecken (Germany). +// All rights reserved. // -// This file is part of CGAL (www.cgal.org); you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; version 2.1 of the License. -// See the file LICENSE.LGPL distributed with CGAL. +// This file is part of CGAL (www.cgal.org); you may redistribute it under +// the terms of the Q Public License version 1.0. +// See the file LICENSE.QPL distributed with CGAL. // // Licensees holding a valid commercial license may use this file in // accordance with the commercial license agreement provided with the software. diff --git a/Packages/Kernel_d/include/CGAL/IO/Regular_complex_d_window_stream.h b/Packages/Kernel_d/include/CGAL/IO/Regular_complex_d_window_stream.h index a4efd27b399..cf75c43c229 100644 --- a/Packages/Kernel_d/include/CGAL/IO/Regular_complex_d_window_stream.h +++ b/Packages/Kernel_d/include/CGAL/IO/Regular_complex_d_window_stream.h @@ -1,14 +1,9 @@ - -// Copyright (c) 2002 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). All rights reserved. +// Copyright (c) 1997-2000 Max-Planck-Institute Saarbruecken (Germany). +// All rights reserved. // -// This file is part of CGAL (www.cgal.org); you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; version 2.1 of the License. -// See the file LICENSE.LGPL distributed with CGAL. +// This file is part of CGAL (www.cgal.org); you may redistribute it under +// the terms of the Q Public License version 1.0. +// See the file LICENSE.QPL distributed with CGAL. // // Licensees holding a valid commercial license may use this file in // accordance with the commercial license agreement provided with the software. diff --git a/Packages/Kernel_d/include/CGAL/Regular_complex_d.h b/Packages/Kernel_d/include/CGAL/Regular_complex_d.h index 1b16494af98..fdb0108986a 100644 --- a/Packages/Kernel_d/include/CGAL/Regular_complex_d.h +++ b/Packages/Kernel_d/include/CGAL/Regular_complex_d.h @@ -1,13 +1,9 @@ -// Copyright (c) 1997-2000 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). All rights reserved. +// Copyright (c) 1997-2000 Max-Planck-Institute Saarbruecken (Germany). +// All rights reserved. // -// This file is part of CGAL (www.cgal.org); you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; version 2.1 of the License. -// See the file LICENSE.LGPL distributed with CGAL. +// This file is part of CGAL (www.cgal.org); you may redistribute it under +// the terms of the Q Public License version 1.0. +// See the file LICENSE.QPL distributed with CGAL. // // Licensees holding a valid commercial license may use this file in // accordance with the commercial license agreement provided with the software. diff --git a/Packages/Kernel_d/version b/Packages/Kernel_d/version index 20a79b9db22..cecbd105dd0 100644 --- a/Packages/Kernel_d/version +++ b/Packages/Kernel_d/version @@ -1 +1 @@ -0.104 (22 Oct 2003) +0.105 (17 Nov 2003)