LGPL copyright notices added

This commit is contained in:
Joachim Reichel 2006-02-18 17:32:41 +00:00
parent 21ba34776d
commit cfcd0e9ddf
5 changed files with 92 additions and 4 deletions

View File

@ -1,3 +1,6 @@
18 February 2006 Joachim Reichel
- LGPL copyright notices added
15 December 2005 Menelaos Karavelas 15 December 2005 Menelaos Karavelas
- moved the make_macosx_app script to the MacOSX package - moved the make_macosx_app script to the MacOSX package

View File

@ -1,8 +1,28 @@
#!/usr/bin/env perl #!/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: # Protects CGAL and other include directives in the following way:

View File

@ -1,8 +1,28 @@
#!/usr/bin/env perl #!/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: # Protects CGAL and other include directives in the following way:

View File

@ -1,5 +1,28 @@
#!/bin/sh #!/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 # This script creates a CGAL makefile with entries for all .C files in the
# current directory. # current directory.
# #

View File

@ -1,5 +1,27 @@
#!/bin/sh #!/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" TMPFILE="/tmp/cgal_find_includes"
rm -f ${TMPFILE} rm -f ${TMPFILE}
touch ${TMPFILE} touch ${TMPFILE}