From 3d0ccd7c7b54e35bafa598d8d1717e9e160fd6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 22 Nov 2017 13:09:43 +0100 Subject: [PATCH] add missing identifier --- .../include/CGAL/Surface_sweep_2/Subcurves_visitor.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Surface_sweep_2/include/CGAL/Surface_sweep_2/Subcurves_visitor.h b/Surface_sweep_2/include/CGAL/Surface_sweep_2/Subcurves_visitor.h index 50a8e88a72f..526a4ba3490 100644 --- a/Surface_sweep_2/include/CGAL/Surface_sweep_2/Subcurves_visitor.h +++ b/Surface_sweep_2/include/CGAL/Surface_sweep_2/Subcurves_visitor.h @@ -12,6 +12,10 @@ // 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+ +// // Author(s): Baruch Zukerman // Efi Fogel // (based on old version by Tali Zvi)