Index: /applications/editors/josm/plugins/slippymap/build.xml
===================================================================
--- /applications/editors/josm/plugins/slippymap/build.xml	(revision 24494)
+++ /applications/editors/josm/plugins/slippymap/build.xml	(revision 24495)
@@ -27,5 +27,5 @@
 <project name="slippymap" default="dist" basedir=".">
 
-	<property name="commit.message" value="publish the bing imagery support (was added by yellowbkpk); change bing attribution link temporarily to comply with ToU" />
+	<property name="commit.message" value="change ToU to the osm specific one (like it is done in Potlatch 2)" />
 	<property name="plugin.main.version" value="3687" />
 
Index: /applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapPreferences.java
===================================================================
--- /applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapPreferences.java	(revision 24494)
+++ /applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapPreferences.java	(revision 24495)
@@ -410,5 +410,5 @@
             // FIXME: I've set attributionLinkURL temporarily to ToU URL to comply with bing ToU 
             // (the requirement is that we have such a link at the bottom of the window)
-            return "http://go.microsoft.com/?linkid=9710837"; 
+            return "http://opengeodata.org/microsoft-imagery-details"; 
         }
         
