summaryrefslogtreecommitdiff
path: root/examples/progress-simple.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/progress-simple.cxx')
-rw-r--r--examples/progress-simple.cxx12
1 files changed, 3 insertions, 9 deletions
diff --git a/examples/progress-simple.cxx b/examples/progress-simple.cxx
index 5221ddcb8..e0536f417 100644
--- a/examples/progress-simple.cxx
+++ b/examples/progress-simple.cxx
@@ -1,6 +1,4 @@
//
-// "$Id$"
-//
// Demonstrate using the Fl_Progress widget in an application - erco 05/02/2005
//
// Copyright 2005,2012 Greg Ercolano.
@@ -10,11 +8,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 <stdio.h>
@@ -72,7 +70,3 @@ int main() {
win.show();
return(Fl::run());
}
-
-//
-// End of "$Id$".
-//