summaryrefslogtreecommitdiff
path: root/png
diff options
context:
space:
mode:
Diffstat (limited to 'png')
-rw-r--r--png/CMakeLists.txt4
-rw-r--r--png/Makefile11
2 files changed, 5 insertions, 10 deletions
diff --git a/png/CMakeLists.txt b/png/CMakeLists.txt
index b9988695b..597f996e7 100644
--- a/png/CMakeLists.txt
+++ b/png/CMakeLists.txt
@@ -9,9 +9,9 @@
#
# 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:
#
-# https://www.fltk.org/str.php
+# https://www.fltk.org/bugs.php
#
# source files for png
diff --git a/png/Makefile b/png/Makefile
index f444ebd36..c26f2a352 100644
--- a/png/Makefile
+++ b/png/Makefile
@@ -8,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 ../makeinclude
@@ -95,8 +95,3 @@ depend: $(OBJS:.o=.c)
include makedepend
$(OBJS): ../makeinclude
-
-
-#
-# End of "$Id$".
-#