mirror of https://github.com/CGAL/cgal
spelling corrections
Correcting missing first part of file (and thus error during merge test for GitHub Actions)
This commit is contained in:
parent
01a7852f70
commit
b0fee15a64
|
|
@ -1,4 +1,20 @@
|
|||
include <CGAL/license/Snap_rounding_2.h>
|
||||
// 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 <elip@post.tau.ac.il>,
|
||||
// Waqar Khan <wkhan@mpi-inf.mpg.de>
|
||||
|
||||
#ifndef CGAL_SNAP_ROUNDING_KD_2_H
|
||||
#define CGAL_SNAP_ROUNDING_KD_2_H
|
||||
|
||||
#include <CGAL/license/Snap_rounding_2.h>
|
||||
|
||||
|
||||
#include <list>
|
||||
|
|
|
|||
Loading…
Reference in New Issue