From cfcd0e9ddfc54f3ad1aa5dfcc413068c182cedad Mon Sep 17 00:00:00 2001 From: Joachim Reichel Date: Sat, 18 Feb 2006 17:32:41 +0000 Subject: [PATCH] LGPL copyright notices added --- Scripts/changes.txt | 3 +++ Scripts/scripts/cgal_conditional_include | 24 +++++++++++++++++-- .../scripts/cgal_conditional_include_remove | 24 +++++++++++++++++-- Scripts/scripts/create_makefile | 23 ++++++++++++++++++ Scripts/scripts/list_cgal_includes | 22 +++++++++++++++++ 5 files changed, 92 insertions(+), 4 deletions(-) diff --git a/Scripts/changes.txt b/Scripts/changes.txt index e9feba35c71..1646e1c56d3 100644 --- a/Scripts/changes.txt +++ b/Scripts/changes.txt @@ -1,3 +1,6 @@ +18 February 2006 Joachim Reichel +- LGPL copyright notices added + 15 December 2005 Menelaos Karavelas - moved the make_macosx_app script to the MacOSX package diff --git a/Scripts/scripts/cgal_conditional_include b/Scripts/scripts/cgal_conditional_include index aa6f9aa9a8f..579676a91ed 100755 --- a/Scripts/scripts/cgal_conditional_include +++ b/Scripts/scripts/cgal_conditional_include @@ -1,8 +1,28 @@ #!/usr/bin/env perl -# usage: cgal_conditional_include file1 ... +# Copyright (c) 1999,2005,2006 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. +# +# 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. +# +# Licensees holding a valid commercial license may use this file in +# accordance with the commercial license agreement provided with the software. +# +# This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +# WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +# +# $URL$ +# $Id$ +# +# Author(s) : Geert-Jan Giezeman -# Author: Geert-Jan Giezeman. +# usage: cgal_conditional_include file1 ... # Protects CGAL and other include directives in the following way: diff --git a/Scripts/scripts/cgal_conditional_include_remove b/Scripts/scripts/cgal_conditional_include_remove index 302dd00363d..34db73a9137 100755 --- a/Scripts/scripts/cgal_conditional_include_remove +++ b/Scripts/scripts/cgal_conditional_include_remove @@ -1,8 +1,28 @@ #!/usr/bin/env perl -# usage: cgal_conditional_include file1 ... +# Copyright (c) 1999,2005,2006 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. +# +# 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. +# +# Licensees holding a valid commercial license may use this file in +# accordance with the commercial license agreement provided with the software. +# +# This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +# WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +# +# $URL$ +# $Id$ +# +# Author(s) : Geert-Jan Giezeman -# Author: Geert-Jan Giezeman. +# usage: cgal_conditional_include file1 ... # Protects CGAL and other include directives in the following way: diff --git a/Scripts/scripts/create_makefile b/Scripts/scripts/create_makefile index 0f804026383..35b0bcfcb82 100755 --- a/Scripts/scripts/create_makefile +++ b/Scripts/scripts/create_makefile @@ -1,5 +1,28 @@ #!/bin/sh + +# Copyright (c) 1999,2000,2002,2003,2004,2005,2006 +# 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. # +# 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. +# +# Licensees holding a valid commercial license may use this file in +# accordance with the commercial license agreement provided with the software. +# +# This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +# WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +# +# $URL$ +# $Id$ +# +# Author(s) : various + # This script creates a CGAL makefile with entries for all .C files in the # current directory. # diff --git a/Scripts/scripts/list_cgal_includes b/Scripts/scripts/list_cgal_includes index e6e10fba112..9f34b78225c 100755 --- a/Scripts/scripts/list_cgal_includes +++ b/Scripts/scripts/list_cgal_includes @@ -1,5 +1,27 @@ #!/bin/sh +# Copyright (c) 2003,2005,2006 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. +# +# 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. +# +# Licensees holding a valid commercial license may use this file in +# accordance with the commercial license agreement provided with the software. +# +# This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +# WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +# +# $URL$ +# $Id$ +# +# Author(s) : + TMPFILE="/tmp/cgal_find_includes" rm -f ${TMPFILE} touch ${TMPFILE}