From aae6c1ba9589a2e12ecd46657fd64f93bb90bb9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 1 Sep 2023 13:07:00 +0200 Subject: [PATCH] add missing license/copyright and fix protection macro --- Property_map/include/CGAL/Property_container.h | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/Property_map/include/CGAL/Property_container.h b/Property_map/include/CGAL/Property_container.h index e75e2c4dda4..c3659d7db16 100644 --- a/Property_map/include/CGAL/Property_container.h +++ b/Property_map/include/CGAL/Property_container.h @@ -1,5 +1,16 @@ -#ifndef PROPERTIES_H -#define PROPERTIES_H +// 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 CGAL_PROPERTY_CONTAINTER_H +#define CGAL_PROPERTY_CONTAINTER_H #include @@ -589,4 +600,4 @@ public: } -#endif //ORTHTREE_TESTS_PROPERTIES_H +#endif //CGAL_PROPERTY_CONTAINTER_H