From c78f2fbb623185d7991719007cb316d70187e407 Mon Sep 17 00:00:00 2001 From: Eran Leiserowitz Date: Thu, 21 Mar 2002 15:55:05 +0000 Subject: [PATCH] added a file header --- .../CGAL/Sweep_line_2/Point_plus_handle.h | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/Packages/Sweep_line_2/include/CGAL/Sweep_line_2/Point_plus_handle.h b/Packages/Sweep_line_2/include/CGAL/Sweep_line_2/Point_plus_handle.h index 5a916b850e9..b5202b5259c 100644 --- a/Packages/Sweep_line_2/include/CGAL/Sweep_line_2/Point_plus_handle.h +++ b/Packages/Sweep_line_2/include/CGAL/Sweep_line_2/Point_plus_handle.h @@ -1,3 +1,30 @@ +// ====================================================================== +// +// Copyright (c) 1997 The CGAL Consortium +// +// This software and related documentation is part of an INTERNAL release +// of the Computational Geometry Algorithms Library (CGAL). It is not +// intended for general use. +// +// ---------------------------------------------------------------------- +// +// release : $CGAL_Revision: CGAL-2.3-I-65 $ +// release_date : $CGAL_Date: 2001/03/09 $ +// +// file : include/CGAL/Sweep_line_2/Point_plus_handle.h +// package : arr (1.87) +// maintainer : Eyal Flato +// source : +// revision : +// revision_date : +// author(s) : Eti Ezra +// +// +// coordinator : Tel-Aviv University (Dan Halperin ) +// +// Chapter : +// ====================================================================== + #ifndef CGAL_POINT_PLUS_HANDLE_H #define CGAL_POINT_PLUS_HANDLE_H