From d0fa6ed68bca70bca8c37f06ca10d72b8a7284c5 Mon Sep 17 00:00:00 2001 From: JacksonCampolattaro Date: Fri, 1 Sep 2023 17:19:29 +0200 Subject: [PATCH] Add missing license header --- Orthtree/include/CGAL/Orthtree/Nearest_neighbors.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Orthtree/include/CGAL/Orthtree/Nearest_neighbors.h b/Orthtree/include/CGAL/Orthtree/Nearest_neighbors.h index b8d67771cfb..c8c12ea9bb2 100644 --- a/Orthtree/include/CGAL/Orthtree/Nearest_neighbors.h +++ b/Orthtree/include/CGAL/Orthtree/Nearest_neighbors.h @@ -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