From 156675076651b77c57d99b525771f7f1ad498524 Mon Sep 17 00:00:00 2001 From: JacksonCampolattaro Date: Fri, 1 Sep 2023 17:45:09 +0200 Subject: [PATCH] Switch license to GPL --- Orthtree/include/CGAL/Orthtree/Nearest_neighbors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Orthtree/include/CGAL/Orthtree/Nearest_neighbors.h b/Orthtree/include/CGAL/Orthtree/Nearest_neighbors.h index c8c12ea9bb2..190a49fd70f 100644 --- a/Orthtree/include/CGAL/Orthtree/Nearest_neighbors.h +++ b/Orthtree/include/CGAL/Orthtree/Nearest_neighbors.h @@ -5,7 +5,7 @@ // // $URL$ // $Id$ -// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // Author(s) : Jackson Campolattaro