Add license header

This commit is contained in:
Andreas Fabri 2025-07-02 10:40:52 +01:00
parent 496239a0ed
commit c6b19ed0e3
3 changed files with 48 additions and 0 deletions

View File

@ -1,3 +1,18 @@
// Copyright (c) 2025
// INRIA Saclay-Ile de France (France)
//
// This file is part of CGAL (www.cgal.org)
//
// $URL$
// $Id$
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s) : Andreas Fabri
// Files needed as input for the static filter generator
#if 0
double determinant(
double a00, double a01, double a02, double a03,
double a10, double a11, double a12, double a13,
@ -236,3 +251,4 @@ inline int orientationC4( double p0, double p1, double p2, double p3, double q0,
return int_tmp_result;
}
#endif

View File

@ -1,3 +1,18 @@
// Copyright (c) 2025
// INRIA Saclay-Ile de France (France)
//
// This file is part of CGAL (www.cgal.org)
//
// $URL$
// $Id$
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s) : Andreas Fabri
// Files needed as input for the static filter generator
#if 0
double
determinant(
double a00, double a01, double a02, double a03, double a04,
@ -326,3 +341,5 @@ inline int orientationC5( double p0, double p1, double p2, double p3, double p4,
}
return int_tmp_result;
}
#endif

View File

@ -1,3 +1,17 @@
// Copyright (c) 2025
// INRIA Saclay-Ile de France (France)
//
// This file is part of CGAL (www.cgal.org)
//
// $URL$
// $Id$
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s) : Andreas Fabri
// Files needed as input for the static filter generator
#if 0
double
determinant(
double a00, double a01, double a02, double a03, double a04, double a05,
@ -460,3 +474,4 @@ inline int orientationC6( double p0, double p1, double p2, double p3, double p4,
return int_tmp_result;
}
#endif