diff --git a/check_cups b/check_cups
index b5cab92b7dd8f426836788b4870fc5cca40df211..550700b593fd6b7655d9edef1b73baa61a2fc4a8 100755
--- a/check_cups
+++ b/check_cups
@@ -3,6 +3,10 @@
 # Check that the oldest entry in the CUPS queue is new enough.
 #
 # Usage: check_cups queue
+#
+# This check script is maintained in a Subversion repository at
+# http://lsvn.lysator.liu.se/svnroot/nagios-plugins.  Contact
+# <ceder@lysator.liu.se> for commit access.
 
 import os
 import time
diff --git a/check_saned b/check_saned
index 362f0c8744b03fc869960dfd3e886fca16b5adc4..0a32bf33077ca15af3e6b6bb68034033ae49386f 100755
--- a/check_saned
+++ b/check_saned
@@ -8,6 +8,10 @@
 # by "scanimage -L", the state should be OK if the scanner was seen
 # within the last hour, and WARNING if it was seen within the last
 # day.
+#
+# This check script is maintained in a Subversion repository at
+# http://lsvn.lysator.liu.se/svnroot/nagios-plugins.  Contact
+# <ceder@lysator.liu.se> for commit access.
 
 TMPFILE=`tempfile`
 scanimage -L > $TMPFILE 2>&1