From 3e8556195b75db1f604afcfa88bf647ec6ba1a4d Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 10 Dec 2015 16:20:37 +0000 Subject: Added required header and footer for new source files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10955 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- examples/OpenGL3-glut-test.cxx | 22 ++++++++++++++++++++++ examples/OpenGL3test.cxx | 23 +++++++++++++++++++++++ 2 files changed, 45 insertions(+) (limited to 'examples') diff --git a/examples/OpenGL3-glut-test.cxx b/examples/OpenGL3-glut-test.cxx index 8fb0d06e9..77d738311 100644 --- a/examples/OpenGL3-glut-test.cxx +++ b/examples/OpenGL3-glut-test.cxx @@ -1,3 +1,21 @@ +// +// "$Id$" +// +// Tiny OpenGL v3 + glut demo program for the Fast Light Tool Kit (FLTK). +// +// Copyright 1998-2015 by Bill Spitzak and others. +// +// This library is free software. Distribution and use rights are outlined in +// the file "COPYING" which should have been included with this file. If this +// file is missing or damaged, see the license at: +// +// http://www.fltk.org/COPYING.php +// +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php +// + #include #if defined(__APPLE__) # define GL_DO_NOT_WARN_IF_MULTI_GL_VERSION_HEADERS_INCLUDED 1 @@ -198,3 +216,7 @@ int main (int argc, char* argv[]) glutMainLoop(); return 0; } + +// +// End of "$Id$". +// diff --git a/examples/OpenGL3test.cxx b/examples/OpenGL3test.cxx index 5ce620445..0d6c488a4 100644 --- a/examples/OpenGL3test.cxx +++ b/examples/OpenGL3test.cxx @@ -1,3 +1,21 @@ +// +// "$Id$" +// +// Tiny OpenGL v3 demo program for the Fast Light Tool Kit (FLTK). +// +// Copyright 1998-2015 by Bill Spitzak and others. +// +// This library is free software. Distribution and use rights are outlined in +// the file "COPYING" which should have been included with this file. If this +// file is missing or damaged, see the license at: +// +// http://www.fltk.org/COPYING.php +// +// Please report all bugs and problems on the following page: +// +// http://www.fltk.org/str.php +// + #include #include #include @@ -208,3 +226,8 @@ int main(int argc, char **argv) topwin->show(argc, argv); Fl::run(); } + +// +// End of "$Id$". +// + -- cgit v1.2.3