mirror of https://github.com/CGAL/cgal
Add license to new file
This commit is contained in:
parent
03aa69c039
commit
f94a50646f
|
|
@ -1,3 +1,27 @@
|
||||||
|
/****************************************************************************
|
||||||
|
|
||||||
|
Copyright (c) 2018 GeometryFactory Sarl (France).
|
||||||
|
Copyright (C) 2002-2014 Gilles Debunne. All rights reserved.
|
||||||
|
|
||||||
|
This file is part of a fork 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
|
||||||
|
version 3.0 as published by the Free Software Foundation and
|
||||||
|
appearing in the LICENSE file included in the packaging of this file.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
*****************************************************************************/
|
||||||
|
// $URL$
|
||||||
|
// $Id$
|
||||||
|
// SPDX-License-Identifier: GPL-3.0
|
||||||
|
|
||||||
#ifndef CGAL_IMAGE_INTERFACE_H
|
#ifndef CGAL_IMAGE_INTERFACE_H
|
||||||
#define CGAL_IMAGE_INTERFACE_H
|
#define CGAL_IMAGE_INTERFACE_H
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue