add missing license/copyright and fix protection macro

This commit is contained in:
Sébastien Loriot 2023-09-01 13:07:00 +02:00
parent 28dc304676
commit aae6c1ba95
1 changed files with 14 additions and 3 deletions

View File

@ -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 <CGAL/assertions.h>
@ -589,4 +600,4 @@ public:
}
#endif //ORTHTREE_TESTS_PROPERTIES_H
#endif //CGAL_PROPERTY_CONTAINTER_H