summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2015-12-10 16:20:37 +0000
committerManolo Gouy <Manolo>2015-12-10 16:20:37 +0000
commit3e8556195b75db1f604afcfa88bf647ec6ba1a4d (patch)
tree31d30a5c1e50fd6f456a6932ca572c7dbb69bcef /examples
parent8d1d2df0c2088c14de281e60b2694bc4352ef63d (diff)
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
Diffstat (limited to 'examples')
-rw-r--r--examples/OpenGL3-glut-test.cxx22
-rw-r--r--examples/OpenGL3test.cxx23
2 files changed, 45 insertions, 0 deletions
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 <stdio.h>
#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 <stdarg.h>
#include <FL/Fl.H>
#include <FL/x.H>
@@ -208,3 +226,8 @@ int main(int argc, char **argv)
topwin->show(argc, argv);
Fl::run();
}
+
+//
+// End of "$Id$".
+//
+