From b0fee15a64d3fa15be47b3b3f6ab8d1c02c1986d Mon Sep 17 00:00:00 2001 From: albert-github Date: Wed, 16 Nov 2022 15:48:34 +0100 Subject: [PATCH] spelling corrections Correcting missing first part of file (and thus error during merge test for GitHub Actions) --- .../include/CGAL/Snap_rounding_kd_2.h | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Snap_rounding_2/include/CGAL/Snap_rounding_kd_2.h b/Snap_rounding_2/include/CGAL/Snap_rounding_kd_2.h index f38e7ed3366..ae424f2bc1c 100644 --- a/Snap_rounding_2/include/CGAL/Snap_rounding_kd_2.h +++ b/Snap_rounding_2/include/CGAL/Snap_rounding_kd_2.h @@ -1,4 +1,20 @@ -include +// Copyright (c) 2001, 2009, 2014 Tel-Aviv University (Israel), Max-Planck-Institute Saarbruecken (Germany). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// +// $URL$ +// $Id$ +// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial +// +// +// author(s) : Eli Packer , +// Waqar Khan + +#ifndef CGAL_SNAP_ROUNDING_KD_2_H +#define CGAL_SNAP_ROUNDING_KD_2_H + +#include #include