From 937cd0ea246ae11ab75fc6a7bc1709427ddffa9e Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 15 Apr 2019 13:15:01 +0200 Subject: [PATCH] Fix license header --- Stream_support/include/CGAL/IO/PLY.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Stream_support/include/CGAL/IO/PLY.h b/Stream_support/include/CGAL/IO/PLY.h index 47d89ea9422..104c85ce0ef 100644 --- a/Stream_support/include/CGAL/IO/PLY.h +++ b/Stream_support/include/CGAL/IO/PLY.h @@ -1,10 +1,10 @@ // Copyright (c) 2015 Geometry Factory // 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. +// This file is part of CGAL (www.cgal.org); you can redistribute it and/or +// modify it under the terms of the GNU Lesser 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. @@ -14,7 +14,7 @@ // // $URL$ // $Id$ -// SPDX-License-Identifier: GPL-3.0+ +// SPDX-License-Identifier: LGPL-3.0+ // // Author(s) : Simon Giraudot