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 24488)
+++ applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapPreferences.java	(revision 24491)
@@ -407,5 +407,8 @@
         
         public String getAttributionLinkURL() {
-            return "http://bing.com/maps";
+            //return "http://bing.com/maps"
+            // 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"; 
         }
         
