Add missing license header

This commit is contained in:
JacksonCampolattaro 2023-09-01 17:19:29 +02:00
parent 40b2c0dff0
commit d0fa6ed68b
1 changed files with 10 additions and 1 deletions

View File

@ -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
#define ORTHTREE_EXAMPLES_NEAREST_NEIGHBORS_H