summaryrefslogtreecommitdiff
path: root/fluid/Fluid_Image.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/Fluid_Image.h')
-rw-r--r--fluid/Fluid_Image.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/fluid/Fluid_Image.h b/fluid/Fluid_Image.h
index f36ec2b1e..7020c14f6 100644
--- a/fluid/Fluid_Image.h
+++ b/fluid/Fluid_Image.h
@@ -1,6 +1,4 @@
//
-// "$Id$"
-//
// Image header file for the Fast Light Tool Kit (FLTK).
//
// This class stores the image labels for widgets in fluid. This is
@@ -13,11 +11,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
//
#ifndef FLUID_IMAGE_H
@@ -53,7 +51,3 @@ Fluid_Image *ui_find_image(const char *);
extern const char *ui_find_image_name;
#endif
-
-//
-// End of "$Id$".
-//