Index: /trunk/LICENSE
===================================================================
--- /trunk/LICENSE	(revision 338)
+++ /trunk/LICENSE	(revision 339)
@@ -1,8 +1,8 @@
 JOSM and all files included in this archive and the source archive from
 
-http://www.eigenheimstrasse.de/svn/josm
-
-except the JDOM files, MinML2 files and parts of UTM.java are
-copyrighted 2005-2006 by Immanuel Scholz.
+http://josm.openstreetmap.de/svn
+
+Most files are copyrighted 2005-2007 by Immanuel Scholz, some are by
+Frederick Ramm and other people.
 The files are distributed under the terms of the following License:
 
Index: /trunk/README
===================================================================
--- /trunk/README	(revision 338)
+++ /trunk/README	(revision 339)
@@ -60,12 +60,8 @@
 
 Download it directly from the subversion at 
-http://www.eigenheimstrasse.de/svn/josm. To use the command line
+https://josm.openstreetmap.de/svn/trunk. To use the command line
 subverion client, type
 
-svn co http://www.eigenheimstrasse.de/svn/josm
-
-
-And gimme feedback: josm@eigenheimstrasse.de (start your mail subject 
-with "JOSM", so my spam filter will not eat you)
+svn co https://josm.openstreetmap.de/svn/trunk
 
 
Index: /trunk/src/org/openstreetmap/josm/actions/HelpAction.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/actions/HelpAction.java	(revision 338)
+++ /trunk/src/org/openstreetmap/josm/actions/HelpAction.java	(revision 339)
@@ -47,5 +47,5 @@
 
 	private JFrame helpBrowser = new JFrame("JOSM Online Help");
-	private String baseurl = Main.pref.get("help.baseurl", "http://josm.eigenheimstrasse.de");
+	private String baseurl = Main.pref.get("help.baseurl", "http://josm.openstreetmap.de");
 	private JEditorPane help = new JEditorPane();
 	private WikiReader reader = new WikiReader(baseurl);
Index: /trunk/src/org/openstreetmap/josm/gui/ConflictResolver.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/ConflictResolver.java	(revision 338)
+++ /trunk/src/org/openstreetmap/josm/gui/ConflictResolver.java	(revision 339)
@@ -162,15 +162,4 @@
 		}
 		
-		if (this.conflicts.isEmpty()) {
-			JOptionPane.showMessageDialog(Main.parent,
-					"The ConflictResolver and the Merger disagree about conflicts in your dataset.\n"+
-					"Of course, this is a bug.\n"+
-					"The bug is very old, but unfortunatly, Imi (programmer) was not able to catch it.\n"+
-					"If you know exactly what bounding boxes you downloaded (bookmarks?) and/or what\n"+
-					"files you opened (have them ready?) to display this message again, pretty please\n"+
-					"inform Imi at josm@eigenheimstrasse.de about the details.\n"+
-					"Thanks.");
-			//throw new RuntimeException("No conflicts but in conflict list:\n"+Arrays.toString(conflicts.entrySet().toArray()));
-		}
 
 		// have to initialize the JTables here and not in the declaration, because its constructor
Index: /trunk/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java	(revision 338)
+++ /trunk/src/org/openstreetmap/josm/gui/preferences/TaggingPresetPreference.java	(revision 339)
@@ -74,5 +74,5 @@
 		taggingPresetSources.setVisibleRowCount(3);
 
-		taggingPresetSources.setToolTipText(tr("The sources (url or filename) of tagging preset definition files. See http://josm.eigenheimstrasse.de/wiki/TaggingPresets for help."));
+		taggingPresetSources.setToolTipText(tr("The sources (url or filename) of tagging preset definition files. See http://josm.openstreetmap.de/wiki/TaggingPresets for help."));
 		addAnno.setToolTipText(tr("Add a new tagging preset source to the list."));
 		deleteAnno.setToolTipText(tr("Delete the selected source from the list."));
