summaryrefslogtreecommitdiff
path: root/examples/wizard-simple.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wizard-simple.cxx')
-rw-r--r--examples/wizard-simple.cxx16
1 files changed, 5 insertions, 11 deletions
diff --git a/examples/wizard-simple.cxx b/examples/wizard-simple.cxx
index bfa6865af..f434bc9de 100644
--- a/examples/wizard-simple.cxx
+++ b/examples/wizard-simple.cxx
@@ -1,8 +1,6 @@
//
-// "$Id$"
-//
-// Simple Fl_Wizard widget example.
-// Originally from erco's cheat sheet 06/05/2010, permission by author.
+// Simple Fl_Wizard widget example.
+// Originally from erco's cheat sheet 06/05/2010, permission by author.
//
// Copyright 2010 Greg Ercolano.
// Copyright 1998-2010 by Bill Spitzak and others.
@@ -11,11 +9,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 <stdlib.h>
#include <FL/Fl.H>
@@ -75,7 +73,3 @@ int main(int argc, char **argv) {
G_win->show(argc, argv);
return Fl::run();
}
-
-//
-// End of "$Id$".
-//