diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2.h index 69f9b2c2f88..bde7a2e30af 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2.h @@ -2,19 +2,10 @@ // All rights reserved. // // This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, Pierre Alliez diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Delaunay_domain_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Delaunay_domain_2.h index 9b37152b68d..912b99ec3fc 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Delaunay_domain_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Delaunay_domain_2.h @@ -2,22 +2,13 @@ // All rights reserved. // // This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // -// Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, Pierre Alliez +// Author(s) : Dmitry Anisimov // #ifndef CGAL_BARYCENTRIC_DELAUNAY_DOMAIN_2_H diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Deprecated_headers_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Deprecated_headers_2.h index 5a299833b17..885a5bd78fc 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Deprecated_headers_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Deprecated_headers_2.h @@ -2,19 +2,10 @@ // All rights reserved. // // This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, Pierre Alliez diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_coordinates_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_coordinates_2.h index 8c8d09b8490..cfe734cbf8f 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_coordinates_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_coordinates_2.h @@ -1,20 +1,11 @@ -// Copyright (c) 2019 INRIA Sophia-Antipolis (France). +// Copyright (c) 2014 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, Pierre Alliez diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Harmonic_coordinates_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Harmonic_coordinates_2.h index 55eb4624c28..438c8faf884 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Harmonic_coordinates_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Harmonic_coordinates_2.h @@ -2,22 +2,13 @@ // All rights reserved. // // This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // -// Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, Pierre Alliez +// Author(s) : Dmitry Anisimov, Kai Hormann // #ifndef CGAL_BARYCENTRIC_HARMONIC_COORDINATES_2_H diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Mean_value_coordinates_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Mean_value_coordinates_2.h index 05916485d83..9dc0ca5a5e7 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Mean_value_coordinates_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Mean_value_coordinates_2.h @@ -1,20 +1,11 @@ -// Copyright (c) 2019 INRIA Sophia-Antipolis (France). +// Copyright (c) 2014 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, Pierre Alliez diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Wachspress_coordinates_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Wachspress_coordinates_2.h index 4e9ff6c8f0c..2b3455a8ea1 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Wachspress_coordinates_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/Wachspress_coordinates_2.h @@ -1,20 +1,11 @@ -// Copyright (c) 2019 INRIA Sophia-Antipolis (France). +// Copyright (c) 2014 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, Pierre Alliez diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/barycentric_enum_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/barycentric_enum_2.h index c87b7b67404..a6f2299b4b5 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/barycentric_enum_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/barycentric_enum_2.h @@ -2,19 +2,10 @@ // All rights reserved. // // This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, Pierre Alliez diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/boundary_coordinates_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/boundary_coordinates_2.h index 1d0cd396088..89328bc7e2e 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/boundary_coordinates_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/boundary_coordinates_2.h @@ -2,19 +2,10 @@ // All rights reserved. // // This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, Pierre Alliez diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Discrete_harmonic_2_depr.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Discrete_harmonic_2_depr.h index b9c95c0fa12..4a7b7e52471 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Discrete_harmonic_2_depr.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Discrete_harmonic_2_depr.h @@ -1,20 +1,12 @@ // Copyright (c) 2014 INRIA Sophia-Antipolis (France). // All rights reserved. // -// This file is a part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. +// This file is part of CGAL (www.cgal.org). // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial +// // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, and Pierre Alliez. diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Generalized_barycentric_coordinates_2_depr.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Generalized_barycentric_coordinates_2_depr.h index 7a7f702baab..893716866a1 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Generalized_barycentric_coordinates_2_depr.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Generalized_barycentric_coordinates_2_depr.h @@ -1,20 +1,12 @@ // Copyright (c) 2014 INRIA Sophia-Antipolis (France). // All rights reserved. // -// This file is a part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. +// This file is part of CGAL (www.cgal.org). // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial +// // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, and Pierre Alliez. diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Mean_value_2_depr.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Mean_value_2_depr.h index 41a865b4a9e..d357100edc6 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Mean_value_2_depr.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Mean_value_2_depr.h @@ -1,20 +1,12 @@ // Copyright (c) 2014 INRIA Sophia-Antipolis (France). // All rights reserved. // -// This file is a part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. +// This file is part of CGAL (www.cgal.org). // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial +// // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, and Pierre Alliez. diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Segment_coordinates_2_depr.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Segment_coordinates_2_depr.h index 2361ccbf6a0..b742bf9ffb3 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Segment_coordinates_2_depr.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Segment_coordinates_2_depr.h @@ -1,20 +1,12 @@ // Copyright (c) 2014 INRIA Sophia-Antipolis (France). // All rights reserved. // -// This file is a part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. +// This file is part of CGAL (www.cgal.org). // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial +// // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, and Pierre Alliez. diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Triangle_coordinates_2_depr.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Triangle_coordinates_2_depr.h index 54b679dfd9b..fc8e7dcc153 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Triangle_coordinates_2_depr.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Triangle_coordinates_2_depr.h @@ -1,20 +1,12 @@ // Copyright (c) 2014 INRIA Sophia-Antipolis (France). // All rights reserved. // -// This file is a part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. +// This file is part of CGAL (www.cgal.org). // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial +// // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, and Pierre Alliez. diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Wachspress_2_depr.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Wachspress_2_depr.h index 040bc9501a8..85b3ff3ea18 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Wachspress_2_depr.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/Wachspress_2_depr.h @@ -1,20 +1,12 @@ // Copyright (c) 2014 INRIA Sophia-Antipolis (France). // All rights reserved. // -// This file is a part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. +// This file is part of CGAL (www.cgal.org). // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial +// // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, and Pierre Alliez. diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/barycentric_enum_2_depr.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/barycentric_enum_2_depr.h index ad99c540ca7..41bea7cd04b 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/barycentric_enum_2_depr.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/deprecated/barycentric_enum_2_depr.h @@ -1,20 +1,12 @@ // Copyright (c) 2014 INRIA Sophia-Antipolis (France). // All rights reserved. // -// This file is a part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. +// This file is part of CGAL (www.cgal.org). // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial +// // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, and Pierre Alliez. diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/Cotangent_weights_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/Cotangent_weights_2.h index 8c6905a156c..6bdcda90829 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/Cotangent_weights_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/Cotangent_weights_2.h @@ -2,19 +2,10 @@ // All rights reserved. // // This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/Discrete_harmonic_weights_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/Discrete_harmonic_weights_2.h index 71b652def8c..d7c12aed5f9 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/Discrete_harmonic_weights_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/Discrete_harmonic_weights_2.h @@ -2,19 +2,10 @@ // All rights reserved. // // This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, Pierre Alliez diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/Mean_value_weights_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/Mean_value_weights_2.h index 99c3e2b17de..321a0a5fcd9 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/Mean_value_weights_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/Mean_value_weights_2.h @@ -2,19 +2,10 @@ // All rights reserved. // // This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, Pierre Alliez diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/Wachspress_weights_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/Wachspress_weights_2.h index a207b51cd50..685a5897a3e 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/Wachspress_weights_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/Wachspress_weights_2.h @@ -2,19 +2,10 @@ // All rights reserved. // // This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, Pierre Alliez diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/polygon_utils_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/polygon_utils_2.h index 9285e45c0d8..c96a88c3d10 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/polygon_utils_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/polygon_utils_2.h @@ -2,19 +2,10 @@ // All rights reserved. // // This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/utils_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/utils_2.h index 45e14397b2f..6c31e497dc6 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/utils_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/internal/utils_2.h @@ -1,20 +1,11 @@ -// Copyright (c) 2019 INRIA Sophia-Antipolis (France). +// Copyright (c) 2014 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, Pierre Alliez diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/segment_coordinates_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/segment_coordinates_2.h index 2ffe5a97fce..091f351db16 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/segment_coordinates_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/segment_coordinates_2.h @@ -2,19 +2,10 @@ // All rights reserved. // // This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, Pierre Alliez diff --git a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/triangle_coordinates_2.h b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/triangle_coordinates_2.h index c51c5628ac1..fd84c32aa58 100644 --- a/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/triangle_coordinates_2.h +++ b/Barycentric_coordinates_2/include/CGAL/Barycentric_coordinates_2/triangle_coordinates_2.h @@ -2,19 +2,10 @@ // All rights reserved. // // This file is part of CGAL (www.cgal.org). -// You can redistribute it and/or modify it under the terms of the GNU -// General Public License as published by the Free Software Foundation, -// either version 3 of the License, or (at your option) any later version. -// -// Licensees holding a valid commercial license may use this file in -// accordance with the commercial license agreement provided with the software. -// -// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE -// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Dmitry Anisimov, David Bommes, Kai Hormann, Pierre Alliez