mirror of https://github.com/CGAL/cgal
Add missing license header
This commit is contained in:
parent
2a33c945d7
commit
122866603a
|
|
@ -1,4 +1,5 @@
|
||||||
// Copyright (c) 2021 GeometryFactory (France). All rights reserved.
|
// Copyright (c) 1997-2021 INRIA Sophia-Antipolis (France).
|
||||||
|
// All rights reserved.
|
||||||
//
|
//
|
||||||
// This file is part of CGAL (www.cgal.org)
|
// This file is part of CGAL (www.cgal.org)
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,15 @@
|
||||||
|
// Copyright (c) 1997-2021 INRIA Sophia-Antipolis (France).
|
||||||
|
// All rights reserved.
|
||||||
|
//
|
||||||
|
// This file is part of CGAL (www.cgal.org).
|
||||||
|
//
|
||||||
|
// $URL$
|
||||||
|
// $Id$
|
||||||
|
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial
|
||||||
|
//
|
||||||
|
// Author(s) : Sébastien Loriot
|
||||||
|
// Mael Rouxel-Labbé
|
||||||
|
//
|
||||||
#ifndef CGAL_TOS2_INTERNAL_ARC_ON_SPHERE_SUBSAMPLING_H
|
#ifndef CGAL_TOS2_INTERNAL_ARC_ON_SPHERE_SUBSAMPLING_H
|
||||||
#define CGAL_TOS2_INTERNAL_ARC_ON_SPHERE_SUBSAMPLING_H
|
#define CGAL_TOS2_INTERNAL_ARC_ON_SPHERE_SUBSAMPLING_H
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue