From f9a44f562deca9666330e3daabe0477d10d19c2f Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 21 May 2001 16:13:54 +0000 Subject: [PATCH] Fixes headers --- Packages/Qt_widget/include/CGAL/Qt_Window.h | 18 ++++++++++++++++++ Packages/Qt_widget/src/Qt_Window.C | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/Packages/Qt_widget/include/CGAL/Qt_Window.h b/Packages/Qt_widget/include/CGAL/Qt_Window.h index 920460401f6..01136f46942 100644 --- a/Packages/Qt_widget/include/CGAL/Qt_Window.h +++ b/Packages/Qt_widget/include/CGAL/Qt_Window.h @@ -1,3 +1,21 @@ +// ============================================================================ +// +// Copyright (c) 1997-2000 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. +// +// ---------------------------------------------------------------------------- +// +// file : include/CGAL/Qt_Window.h +// package : QT_window +// author(s) : Laurent Rineau +// +// coordinator : Laurent Rineau +// +// ============================================================================ + #ifndef CGAL_QT_WINDOW_H #define CGAL_QT_WINDOW_H diff --git a/Packages/Qt_widget/src/Qt_Window.C b/Packages/Qt_widget/src/Qt_Window.C index ed813ec5ef6..9e2f8a1e437 100644 --- a/Packages/Qt_widget/src/Qt_Window.C +++ b/Packages/Qt_widget/src/Qt_Window.C @@ -1,3 +1,21 @@ +// ============================================================================ +// +// Copyright (c) 1997-2000 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. +// +// ---------------------------------------------------------------------------- +// +// file : src/Qt_Window.C +// package : QT_window +// author(s) : Laurent Rineau +// +// coordinator : Laurent Rineau +// +// ============================================================================ + #include #include