diff --git a/adjuster.py b/adjuster.py
index c395c1a32fd235ca368002d1f1c06c1aef6cfcdb..8809493a51260b2950addedd0bcf2ff932c1a0ee 100755
--- a/adjuster.py
+++ b/adjuster.py
@@ -14,6 +14,13 @@ program_name = "Web Adjuster v0.193 (c) 2012-14 Silas S. Brown"
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# If you want to compare this code to old versions, the old
+# versions are being kept on SourceForge's E-GuideDog SVN repository
+# http://sourceforge.net/p/e-guidedog/code/HEAD/tree/ssb22/adjuster/
+# although some early ones are missing.
+# To check out the repository, you can do:
+# svn co http://svn.code.sf.net/p/e-guidedog/code/ssb22/adjuster
+
 import sys,os
 
 if '--html-options' in sys.argv: # for updating the website
diff --git a/annogen.py b/annogen.py
index 22e93e23031829a80f557ebc58d9e009a8f87e97..cf725a39322180cc8189b039cfa3d5bb4e51fe43 100755
--- a/annogen.py
+++ b/annogen.py
@@ -14,6 +14,13 @@ program_name = "Annotator Generator v0.546 (c) 2012-14 Silas S. Brown"
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# If you want to compare this code to old versions, the old
+# versions are being kept on SourceForge's E-GuideDog SVN repository
+# http://sourceforge.net/p/e-guidedog/code/HEAD/tree/ssb22/adjuster/
+# although some early ones are missing.
+# To check out the repository, you can do:
+# svn co http://svn.code.sf.net/p/e-guidedog/code/ssb22/adjuster
+
 from optparse import OptionParser
 parser = OptionParser()
 import sys,os,os.path,tempfile,time,re