From 1ef976e3a55f5b5b5d12d6c306679561ddcc97d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Sat, 19 Oct 2019 16:09:56 +0200 Subject: [PATCH] Remove license notice from libQGLviewer forked files --- GraphicsView/include/CGAL/Qt/camera.h | 8 ----- GraphicsView/include/CGAL/Qt/camera_impl.h | 8 ----- GraphicsView/include/CGAL/Qt/constraint.h | 8 ----- .../include/CGAL/Qt/constraint_impl.h | 8 ----- GraphicsView/include/CGAL/Qt/domUtils.h | 8 ----- GraphicsView/include/CGAL/Qt/frame.h | 8 ----- GraphicsView/include/CGAL/Qt/frame_impl.h | 8 ----- .../include/CGAL/Qt/image_interface.h | 8 ----- .../include/CGAL/Qt/keyFrameInterpolator.h | 8 ----- .../CGAL/Qt/keyFrameInterpolator_impl.h | 8 ----- .../include/CGAL/Qt/manipulatedCameraFrame.h | 8 ----- .../CGAL/Qt/manipulatedCameraFrame_impl.h | 8 ----- .../include/CGAL/Qt/manipulatedFrame.h | 8 ----- .../include/CGAL/Qt/manipulatedFrame_impl.h | 8 ----- GraphicsView/include/CGAL/Qt/mouseGrabber.h | 8 ----- .../include/CGAL/Qt/mouseGrabber_impl.h | 8 ----- GraphicsView/include/CGAL/Qt/qglviewer.h | 8 ----- GraphicsView/include/CGAL/Qt/qglviewer_impl.h | 8 ----- .../include/CGAL/Qt/qglviewer_impl_list.h | 8 ----- GraphicsView/include/CGAL/Qt/quaternion.h | 8 ----- .../include/CGAL/Qt/quaternion_impl.h | 8 ----- GraphicsView/include/CGAL/Qt/vec.h | 8 ----- GraphicsView/include/CGAL/Qt/vec_impl.h | 8 ----- GraphicsView/include/CGAL/Qt/viewer_actions.h | 8 ----- GraphicsView/src/CGAL_Qt5/camera.cpp | 30 +++++++------------ GraphicsView/src/CGAL_Qt5/constraint.cpp | 30 +++++++------------ GraphicsView/src/CGAL_Qt5/frame.cpp | 30 +++++++------------ .../src/CGAL_Qt5/keyFrameInterpolator.cpp | 30 +++++++------------ .../src/CGAL_Qt5/manipulatedCameraFrame.cpp | 30 +++++++------------ .../src/CGAL_Qt5/manipulatedFrame.cpp | 30 +++++++------------ GraphicsView/src/CGAL_Qt5/mouseGrabber.cpp | 30 +++++++------------ GraphicsView/src/CGAL_Qt5/qglviewer.cpp | 30 +++++++------------ GraphicsView/src/CGAL_Qt5/quaternion.cpp | 30 +++++++------------ GraphicsView/src/CGAL_Qt5/utility.cpp | 1 - GraphicsView/src/CGAL_Qt5/vec.cpp | 30 +++++++------------ 35 files changed, 100 insertions(+), 393 deletions(-) diff --git a/GraphicsView/include/CGAL/Qt/camera.h b/GraphicsView/include/CGAL/Qt/camera.h index dda8eae3b01..7103ef92758 100644 --- a/GraphicsView/include/CGAL/Qt/camera.h +++ b/GraphicsView/include/CGAL/Qt/camera.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/camera_impl.h b/GraphicsView/include/CGAL/Qt/camera_impl.h index 3b5a1562373..4c817f81566 100644 --- a/GraphicsView/include/CGAL/Qt/camera_impl.h +++ b/GraphicsView/include/CGAL/Qt/camera_impl.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/constraint.h b/GraphicsView/include/CGAL/Qt/constraint.h index 22f8743aa34..9fad20d51a2 100644 --- a/GraphicsView/include/CGAL/Qt/constraint.h +++ b/GraphicsView/include/CGAL/Qt/constraint.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/constraint_impl.h b/GraphicsView/include/CGAL/Qt/constraint_impl.h index 64ab5d3d8e4..abb97f9d29d 100644 --- a/GraphicsView/include/CGAL/Qt/constraint_impl.h +++ b/GraphicsView/include/CGAL/Qt/constraint_impl.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/domUtils.h b/GraphicsView/include/CGAL/Qt/domUtils.h index 32f6085f0d0..36e2e69b803 100644 --- a/GraphicsView/include/CGAL/Qt/domUtils.h +++ b/GraphicsView/include/CGAL/Qt/domUtils.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/frame.h b/GraphicsView/include/CGAL/Qt/frame.h index 60717219137..7bf7a31eda8 100644 --- a/GraphicsView/include/CGAL/Qt/frame.h +++ b/GraphicsView/include/CGAL/Qt/frame.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/frame_impl.h b/GraphicsView/include/CGAL/Qt/frame_impl.h index d701022152e..2f5e925fa72 100644 --- a/GraphicsView/include/CGAL/Qt/frame_impl.h +++ b/GraphicsView/include/CGAL/Qt/frame_impl.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/image_interface.h b/GraphicsView/include/CGAL/Qt/image_interface.h index 885cb371ac6..b1e698de6ac 100644 --- a/GraphicsView/include/CGAL/Qt/image_interface.h +++ b/GraphicsView/include/CGAL/Qt/image_interface.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/keyFrameInterpolator.h b/GraphicsView/include/CGAL/Qt/keyFrameInterpolator.h index c5830a1a0f7..381ac37bad6 100644 --- a/GraphicsView/include/CGAL/Qt/keyFrameInterpolator.h +++ b/GraphicsView/include/CGAL/Qt/keyFrameInterpolator.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/keyFrameInterpolator_impl.h b/GraphicsView/include/CGAL/Qt/keyFrameInterpolator_impl.h index 2a2d5be4068..143a1b2175f 100644 --- a/GraphicsView/include/CGAL/Qt/keyFrameInterpolator_impl.h +++ b/GraphicsView/include/CGAL/Qt/keyFrameInterpolator_impl.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/manipulatedCameraFrame.h b/GraphicsView/include/CGAL/Qt/manipulatedCameraFrame.h index 715ccd556aa..a481686f55c 100644 --- a/GraphicsView/include/CGAL/Qt/manipulatedCameraFrame.h +++ b/GraphicsView/include/CGAL/Qt/manipulatedCameraFrame.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/manipulatedCameraFrame_impl.h b/GraphicsView/include/CGAL/Qt/manipulatedCameraFrame_impl.h index c214cf2108c..c13808d7320 100644 --- a/GraphicsView/include/CGAL/Qt/manipulatedCameraFrame_impl.h +++ b/GraphicsView/include/CGAL/Qt/manipulatedCameraFrame_impl.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/manipulatedFrame.h b/GraphicsView/include/CGAL/Qt/manipulatedFrame.h index fc8a7ace810..5cac20e055f 100644 --- a/GraphicsView/include/CGAL/Qt/manipulatedFrame.h +++ b/GraphicsView/include/CGAL/Qt/manipulatedFrame.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/manipulatedFrame_impl.h b/GraphicsView/include/CGAL/Qt/manipulatedFrame_impl.h index 31ec0bc3d91..617f1df0f7d 100644 --- a/GraphicsView/include/CGAL/Qt/manipulatedFrame_impl.h +++ b/GraphicsView/include/CGAL/Qt/manipulatedFrame_impl.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/mouseGrabber.h b/GraphicsView/include/CGAL/Qt/mouseGrabber.h index f7e197fae46..c4cd90e0f4d 100644 --- a/GraphicsView/include/CGAL/Qt/mouseGrabber.h +++ b/GraphicsView/include/CGAL/Qt/mouseGrabber.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/mouseGrabber_impl.h b/GraphicsView/include/CGAL/Qt/mouseGrabber_impl.h index f65a7bb3cf5..2f5740007d8 100644 --- a/GraphicsView/include/CGAL/Qt/mouseGrabber_impl.h +++ b/GraphicsView/include/CGAL/Qt/mouseGrabber_impl.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/qglviewer.h b/GraphicsView/include/CGAL/Qt/qglviewer.h index 86bfdf74ada..605bba35dc4 100644 --- a/GraphicsView/include/CGAL/Qt/qglviewer.h +++ b/GraphicsView/include/CGAL/Qt/qglviewer.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/qglviewer_impl.h b/GraphicsView/include/CGAL/Qt/qglviewer_impl.h index 38e39ec3223..f0e9a5b5334 100644 --- a/GraphicsView/include/CGAL/Qt/qglviewer_impl.h +++ b/GraphicsView/include/CGAL/Qt/qglviewer_impl.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/qglviewer_impl_list.h b/GraphicsView/include/CGAL/Qt/qglviewer_impl_list.h index c51dbe26421..e02709edde0 100644 --- a/GraphicsView/include/CGAL/Qt/qglviewer_impl_list.h +++ b/GraphicsView/include/CGAL/Qt/qglviewer_impl_list.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/quaternion.h b/GraphicsView/include/CGAL/Qt/quaternion.h index f32c20be862..ae9fc6365d6 100644 --- a/GraphicsView/include/CGAL/Qt/quaternion.h +++ b/GraphicsView/include/CGAL/Qt/quaternion.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/quaternion_impl.h b/GraphicsView/include/CGAL/Qt/quaternion_impl.h index 8cf445dec64..6f5f8fff5fa 100644 --- a/GraphicsView/include/CGAL/Qt/quaternion_impl.h +++ b/GraphicsView/include/CGAL/Qt/quaternion_impl.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/vec.h b/GraphicsView/include/CGAL/Qt/vec.h index 372b97bf151..f9774ce3270 100644 --- a/GraphicsView/include/CGAL/Qt/vec.h +++ b/GraphicsView/include/CGAL/Qt/vec.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/vec_impl.h b/GraphicsView/include/CGAL/Qt/vec_impl.h index 7af9b4b162c..b3da66d32d4 100644 --- a/GraphicsView/include/CGAL/Qt/vec_impl.h +++ b/GraphicsView/include/CGAL/Qt/vec_impl.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/include/CGAL/Qt/viewer_actions.h b/GraphicsView/include/CGAL/Qt/viewer_actions.h index 722a59e962f..f349b90d9ae 100644 --- a/GraphicsView/include/CGAL/Qt/viewer_actions.h +++ b/GraphicsView/include/CGAL/Qt/viewer_actions.h @@ -4,14 +4,6 @@ Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. This file is part of a fork of the QGLViewer library version 2.7.0. - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - version 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - - 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$ diff --git a/GraphicsView/src/CGAL_Qt5/camera.cpp b/GraphicsView/src/CGAL_Qt5/camera.cpp index cbc707c5055..278cd06dfd2 100644 --- a/GraphicsView/src/CGAL_Qt5/camera.cpp +++ b/GraphicsView/src/CGAL_Qt5/camera.cpp @@ -1,24 +1,14 @@ -/**************************************************************************** +// Copyright (c) 2018 GeometryFactory Sarl (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// +// $URL$ +// $Id$ +// SPDX-License-Identifier: GPL-3.0-or-later +// +// Author(s) : Maxime Gimeno - Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. - - This file is part of the CGAL::QGLViewer library version 2.7.0. - - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - versions 2.0 or 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - In addition, as a special exception, Gilles Debunne gives you certain - additional rights, described in the file GPL_EXCEPTION in this package. - - libCGAL::QGLViewer uses dual licensing. Commercial/proprietary software must - purchase a libCGAL::QGLViewer Commercial License. - - This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE - WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - -*****************************************************************************/ #ifndef CGAL_HEADER_ONLY #include diff --git a/GraphicsView/src/CGAL_Qt5/constraint.cpp b/GraphicsView/src/CGAL_Qt5/constraint.cpp index b1f9038937b..3c052878a79 100644 --- a/GraphicsView/src/CGAL_Qt5/constraint.cpp +++ b/GraphicsView/src/CGAL_Qt5/constraint.cpp @@ -1,24 +1,14 @@ -/**************************************************************************** +// Copyright (c) 2018 GeometryFactory Sarl (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// +// $URL$ +// $Id$ +// SPDX-License-Identifier: GPL-3.0-or-later +// +// Author(s) : Maxime Gimeno - Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. - - This file is part of the CGAL::QGLViewer library version 2.7.0. - - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - versions 2.0 or 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - In addition, as a special exception, Gilles Debunne gives you certain - additional rights, described in the file GPL_EXCEPTION in this package. - - libCGAL::QGLViewer uses dual licensing. Commercial/proprietary software must - purchase a libCGAL::QGLViewer Commercial License. - - This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE - WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - -*****************************************************************************/ #ifndef CGAL_HEADER_ONLY #include diff --git a/GraphicsView/src/CGAL_Qt5/frame.cpp b/GraphicsView/src/CGAL_Qt5/frame.cpp index 56fdd80b851..e1f149f35bd 100644 --- a/GraphicsView/src/CGAL_Qt5/frame.cpp +++ b/GraphicsView/src/CGAL_Qt5/frame.cpp @@ -1,24 +1,14 @@ -/**************************************************************************** +// Copyright (c) 2018 GeometryFactory Sarl (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// +// $URL$ +// $Id$ +// SPDX-License-Identifier: GPL-3.0-or-later +// +// Author(s) : Maxime Gimeno - Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. - - This file is part of the CGAL::QGLViewer library version 2.7.0. - - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - versions 2.0 or 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - In addition, as a special exception, Gilles Debunne gives you certain - additional rights, described in the file GPL_EXCEPTION in this package. - - libCGAL::QGLViewer uses dual licensing. Commercial/proprietary software must - purchase a libCGAL::QGLViewer Commercial License. - - This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE - WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - -*****************************************************************************/ #ifndef CGAL_HEADER_ONLY #include diff --git a/GraphicsView/src/CGAL_Qt5/keyFrameInterpolator.cpp b/GraphicsView/src/CGAL_Qt5/keyFrameInterpolator.cpp index 002dc1a7b29..0ddb05d0aa2 100644 --- a/GraphicsView/src/CGAL_Qt5/keyFrameInterpolator.cpp +++ b/GraphicsView/src/CGAL_Qt5/keyFrameInterpolator.cpp @@ -1,24 +1,14 @@ -/**************************************************************************** +// Copyright (c) 2018 GeometryFactory Sarl (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// +// $URL$ +// $Id$ +// SPDX-License-Identifier: GPL-3.0-or-later +// +// Author(s) : Maxime Gimeno - Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. - - This file is part of the CGAL::QGLViewer library version 2.7.0. - - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - versions 2.0 or 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - In addition, as a special exception, Gilles Debunne gives you certain - additional rights, described in the file GPL_EXCEPTION in this package. - - libCGAL::QGLViewer uses dual licensing. Commercial/proprietary software must - purchase a libCGAL::QGLViewer Commercial License. - - This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE - WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - -*****************************************************************************/ #ifndef CGAL_HEADER_ONLY #include diff --git a/GraphicsView/src/CGAL_Qt5/manipulatedCameraFrame.cpp b/GraphicsView/src/CGAL_Qt5/manipulatedCameraFrame.cpp index 10ef6e64ee1..5d24867991b 100644 --- a/GraphicsView/src/CGAL_Qt5/manipulatedCameraFrame.cpp +++ b/GraphicsView/src/CGAL_Qt5/manipulatedCameraFrame.cpp @@ -1,24 +1,14 @@ -/**************************************************************************** +// Copyright (c) 2018 GeometryFactory Sarl (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// +// $URL$ +// $Id$ +// SPDX-License-Identifier: GPL-3.0-or-later +// +// Author(s) : Maxime Gimeno - Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. - - This file is part of the CGAL::QGLViewer library version 2.7.0. - - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - versions 2.0 or 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - In addition, as a special exception, Gilles Debunne gives you certain - additional rights, described in the file GPL_EXCEPTION in this package. - - libCGAL::QGLViewer uses dual licensing. Commercial/proprietary software must - purchase a libCGAL::QGLViewer Commercial License. - - This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE - WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - -*****************************************************************************/ #ifndef CGAL_HEADER_ONLY #include diff --git a/GraphicsView/src/CGAL_Qt5/manipulatedFrame.cpp b/GraphicsView/src/CGAL_Qt5/manipulatedFrame.cpp index 29a61c0a42e..99a10c2d700 100644 --- a/GraphicsView/src/CGAL_Qt5/manipulatedFrame.cpp +++ b/GraphicsView/src/CGAL_Qt5/manipulatedFrame.cpp @@ -1,24 +1,14 @@ -/**************************************************************************** +// Copyright (c) 2018 GeometryFactory Sarl (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// +// $URL$ +// $Id$ +// SPDX-License-Identifier: GPL-3.0-or-later +// +// Author(s) : Maxime Gimeno - Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. - - This file is part of the CGAL::QGLViewer library version 2.7.0. - - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - versions 2.0 or 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - In addition, as a special exception, Gilles Debunne gives you certain - additional rights, described in the file GPL_EXCEPTION in this package. - - libCGAL::QGLViewer uses dual licensing. Commercial/proprietary software must - purchase a libCGAL::QGLViewer Commercial License. - - This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE - WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - -*****************************************************************************/ #ifndef CGAL_HEADER_ONLY #include diff --git a/GraphicsView/src/CGAL_Qt5/mouseGrabber.cpp b/GraphicsView/src/CGAL_Qt5/mouseGrabber.cpp index 5430d8f89f7..e92c7af56ea 100644 --- a/GraphicsView/src/CGAL_Qt5/mouseGrabber.cpp +++ b/GraphicsView/src/CGAL_Qt5/mouseGrabber.cpp @@ -1,24 +1,14 @@ -/**************************************************************************** +// Copyright (c) 2018 GeometryFactory Sarl (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// +// $URL$ +// $Id$ +// SPDX-License-Identifier: GPL-3.0-or-later +// +// Author(s) : Maxime Gimeno - Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. - - This file is part of the CGAL::QGLViewer library version 2.7.0. - - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - versions 2.0 or 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - In addition, as a special exception, Gilles Debunne gives you certain - additional rights, described in the file GPL_EXCEPTION in this package. - - libCGAL::QGLViewer uses dual licensing. Commercial/proprietary software must - purchase a libCGAL::QGLViewer Commercial License. - - This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE - WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - -*****************************************************************************/ #ifndef CGAL_HEADER_ONLY #include diff --git a/GraphicsView/src/CGAL_Qt5/qglviewer.cpp b/GraphicsView/src/CGAL_Qt5/qglviewer.cpp index 1c81fbc80a2..3a2134fbc3a 100644 --- a/GraphicsView/src/CGAL_Qt5/qglviewer.cpp +++ b/GraphicsView/src/CGAL_Qt5/qglviewer.cpp @@ -1,24 +1,14 @@ -/**************************************************************************** +// Copyright (c) 2018 GeometryFactory Sarl (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// +// $URL$ +// $Id$ +// SPDX-License-Identifier: GPL-3.0-or-later +// +// Author(s) : Maxime Gimeno - Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. - - This file is part of the CGAL::QGLViewer library version 2.7.0. - - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - versions 2.0 or 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - In addition, as a special exception, Gilles Debunne gives you certain - additional rights, described in the file GPL_EXCEPTION in this package. - - libCGAL::QGLViewer uses dual licensing. Commercial/proprietary software must - purchase a libCGAL::QGLViewer Commercial License. - - This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE - WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - -*****************************************************************************/ #ifndef CGAL_HEADER_ONLY #include diff --git a/GraphicsView/src/CGAL_Qt5/quaternion.cpp b/GraphicsView/src/CGAL_Qt5/quaternion.cpp index 24a9ab32690..b9ee4d5fd1b 100644 --- a/GraphicsView/src/CGAL_Qt5/quaternion.cpp +++ b/GraphicsView/src/CGAL_Qt5/quaternion.cpp @@ -1,24 +1,14 @@ -/**************************************************************************** +// Copyright (c) 2018 GeometryFactory Sarl (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// +// $URL$ +// $Id$ +// SPDX-License-Identifier: GPL-3.0-or-later +// +// Author(s) : Maxime Gimeno - Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. - - This file is part of the CGAL::QGLViewer library version 2.7.0. - - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - versions 2.0 or 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - In addition, as a special exception, Gilles Debunne gives you certain - additional rights, described in the file GPL_EXCEPTION in this package. - - libCGAL::QGLViewer uses dual licensing. Commercial/proprietary software must - purchase a libCGAL::QGLViewer Commercial License. - - This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE - WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - -*****************************************************************************/ #ifndef CGAL_HEADER_ONLY #include diff --git a/GraphicsView/src/CGAL_Qt5/utility.cpp b/GraphicsView/src/CGAL_Qt5/utility.cpp index 38cf3a5cc29..247d18fc00a 100644 --- a/GraphicsView/src/CGAL_Qt5/utility.cpp +++ b/GraphicsView/src/CGAL_Qt5/utility.cpp @@ -6,7 +6,6 @@ // $URL$ // $Id$ // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial -// // // Author(s) : Andreas Fabri // Laurent Rineau diff --git a/GraphicsView/src/CGAL_Qt5/vec.cpp b/GraphicsView/src/CGAL_Qt5/vec.cpp index 5a0df102a41..85a4f8823b1 100644 --- a/GraphicsView/src/CGAL_Qt5/vec.cpp +++ b/GraphicsView/src/CGAL_Qt5/vec.cpp @@ -1,24 +1,14 @@ -/**************************************************************************** +// Copyright (c) 2018 GeometryFactory Sarl (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// +// $URL$ +// $Id$ +// SPDX-License-Identifier: GPL-3.0-or-later +// +// Author(s) : Maxime Gimeno - Copyright (C) 2002-2014 Gilles Debunne. All rights reserved. - - This file is part of the CGAL::QGLViewer library version 2.7.0. - - http://www.libqglviewer.com - contact@libqglviewer.com - - This file may be used under the terms of the GNU General Public License - versions 2.0 or 3.0 as published by the Free Software Foundation and - appearing in the LICENSE file included in the packaging of this file. - In addition, as a special exception, Gilles Debunne gives you certain - additional rights, described in the file GPL_EXCEPTION in this package. - - libCGAL::QGLViewer uses dual licensing. Commercial/proprietary software must - purchase a libCGAL::QGLViewer Commercial License. - - This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE - WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - -*****************************************************************************/ #ifndef CGAL_HEADER_ONLY #include