summaryrefslogtreecommitdiff
path: root/examples/OpenGL3test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/OpenGL3test.cxx')
-rw-r--r--examples/OpenGL3test.cxx23
1 files changed, 23 insertions, 0 deletions
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$".
+//
+