mirror of https://github.com/CGAL/cgal
add missing license/copyright and fix protection macro
This commit is contained in:
parent
28dc304676
commit
aae6c1ba95
|
|
@ -1,5 +1,16 @@
|
||||||
#ifndef PROPERTIES_H
|
// Copyright (c) 2023 INRIA
|
||||||
#define PROPERTIES_H
|
// 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>
|
#include <CGAL/assertions.h>
|
||||||
|
|
||||||
|
|
@ -589,4 +600,4 @@ public:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif //ORTHTREE_TESTS_PROPERTIES_H
|
#endif //CGAL_PROPERTY_CONTAINTER_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue