summaryrefslogtreecommitdiff
path: root/test/forms.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/forms.cxx')
-rw-r--r--test/forms.cxx12
1 files changed, 3 insertions, 9 deletions
diff --git a/test/forms.cxx b/test/forms.cxx
index d4f9ee0e2..1fff9ca4f 100644
--- a/test/forms.cxx
+++ b/test/forms.cxx
@@ -1,6 +1,4 @@
//
-// "$Id$"
-//
// Another forms demo for the Fast Light Tool Kit (FLTK).
//
// This is an XForms program with some changes for FLTK.
@@ -14,11 +12,11 @@
// 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
+// https://www.fltk.org/COPYING.php
//
-// Please report all bugs and problems on the following page:
+// Please see the following page on how to report bugs and issues:
//
-// http://www.fltk.org/str.php
+// https://www.fltk.org/bugs.php
//
#include <FL/forms.H> // changed for fltk
@@ -187,7 +185,3 @@ main (int argc, char *argv[])
return 0;
}
-
-//
-// End of "$Id$".
-//