Add license notice.

This commit is contained in:
Sylvain Pion 2008-10-13 12:46:01 +00:00
parent b435ce515d
commit 1652fec82f
5 changed files with 95 additions and 1 deletions

View File

@ -1,3 +1,22 @@
// Copyright (c) 2006 INRIA Sophia-Antipolis (France).
// 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) : Sylvain Pion
#include "analyze.cpp" #include "analyze.cpp"
#include "bmp.cpp" #include "bmp.cpp"
#include "bmpendian.cpp" #include "bmpendian.cpp"

View File

@ -1,3 +1,22 @@
// Copyright (c) 2006 INRIA Sophia-Antipolis (France).
// 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: svn+ssh://scm.gforge.inria.fr/svn/cgal/trunk/Geomview/src/CGAL/Geomview_stream.cpp $
// $Id: Geomview_stream.cpp 40822 2007-11-07 16:51:18Z ameyer $
//
// Author(s) : Sylvain Pion
#include "CoreAux.cpp" #include "CoreAux.cpp"
#include "extLong.cpp" #include "extLong.cpp"
#include "CoreDefs.cpp" #include "CoreDefs.cpp"

View File

@ -1,3 +1,22 @@
// Copyright (c) 2006 INRIA Sophia-Antipolis (France).
// 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: svn+ssh://scm.gforge.inria.fr/svn/cgal/trunk/Geomview/src/CGAL/Geomview_stream.cpp $
// $Id: Geomview_stream.cpp 40822 2007-11-07 16:51:18Z ameyer $
//
// Author(s) : Sylvain Pion
#include "assertions.cpp" #include "assertions.cpp"
#include "Bbox_2_intersections.cpp" #include "Bbox_2_intersections.cpp"
#include "Bbox_3_intersections.cpp" #include "Bbox_3_intersections.cpp"

View File

@ -1,3 +1,22 @@
// Copyright (c) 2006 INRIA Sophia-Antipolis (France).
// 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: svn+ssh://scm.gforge.inria.fr/svn/cgal/trunk/Geomview/src/CGAL/Geomview_stream.cpp $
// $Id: Geomview_stream.cpp 40822 2007-11-07 16:51:18Z ameyer $
//
// Author(s) : Sylvain Pion
#include "Atom.cpp" #include "Atom.cpp"
#include "Error_logger.cpp" #include "Error_logger.cpp"
#include "Monomer_data.cpp" #include "Monomer_data.cpp"
@ -8,4 +27,3 @@
#include "Monomer.cpp" #include "Monomer.cpp"
#include "Quaternion.cpp" #include "Quaternion.cpp"
#include "pdb_utils.cpp" #include "pdb_utils.cpp"

View File

@ -1,3 +1,22 @@
// Copyright (c) 2006 INRIA Sophia-Antipolis (France).
// 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) : Sylvain Pion
#include "Qt_widget.cpp" #include "Qt_widget.cpp"
#include "Qt_widget_layer.cpp" #include "Qt_widget_layer.cpp"
#include "Qt_widget_standard_toolbar.cpp" #include "Qt_widget_standard_toolbar.cpp"