mirror of https://github.com/CGAL/cgal
Add missing license header
This commit is contained in:
parent
40b2c0dff0
commit
d0fa6ed68b
|
|
@ -1,4 +1,13 @@
|
||||||
// todo: license
|
// Copyright (c) 2023 INRIA
|
||||||
|
// All rights reserved.
|
||||||
|
//
|
||||||
|
// This file is part of CGAL (www.cgal.org)
|
||||||
|
//
|
||||||
|
// $URL$
|
||||||
|
// $Id$
|
||||||
|
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
|
||||||
|
//
|
||||||
|
// Author(s) : Jackson Campolattaro
|
||||||
|
|
||||||
#ifndef ORTHTREE_EXAMPLES_NEAREST_NEIGHBORS_H
|
#ifndef ORTHTREE_EXAMPLES_NEAREST_NEIGHBORS_H
|
||||||
#define ORTHTREE_EXAMPLES_NEAREST_NEIGHBORS_H
|
#define ORTHTREE_EXAMPLES_NEAREST_NEIGHBORS_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue