Index: /CONTRIBUTION
===================================================================
--- /CONTRIBUTION	(revision 14)
+++ /CONTRIBUTION	(revision 14)
@@ -0,0 +1,16 @@
+The XML Parser is JDOM 1.0 and came from www.jdom.org. 
+It is licensed under "JDOM license", a modified Apache License
+with Aknowledgement removed.
+
+The icons are inspired and stolen from gnome-media package 
+of my local linux installation. The images are licensed 
+under LGPL but redistributed by me under the terms of GPL 2.0.
+
+The UTM - code is a rewritten version from Ben who had it from 
+some old C code. Aknowledgments are in the UTM.java file of 
+the source distribution.
+
+All the rest are belongs to me.
+
+Imi.
+
Index: /LICENSE
===================================================================
--- /LICENSE	(revision 13)
+++ /LICENSE	(revision 14)
@@ -1,2 +1,13 @@
+JOSM and all files included in this archive and the source archive from
+
+http://www.eigenheimstrasse.de/josm/josm-beta.jar
+http://www.eigenheimstrasse.de/josm/josm-beta-src.zip
+
+except the JDOM files and parts of UTM.java are copyrighted 2005 by 
+Immanuel Scholz. (Munich, 04.10.2005)
+
+The files are distributed under the terms of the following License:
+
+
 		    GNU GENERAL PUBLIC LICENSE
 		       Version 2, June 1991
Index: /README
===================================================================
--- /README	(revision 14)
+++ /README	(revision 14)
@@ -0,0 +1,71 @@
+This is a readme.txt to the Java OpenStreetMap Editor Beta
+
+
+Install Notes
+-------------
+
+To run JOSM, you need:
+
+* josm-beta.jar
+* The latest Java Runtime Environment 1.5. 
+
+
+
+How to get Java
+---------------
+
+You need at least Version 1.5 (called Java5 or "Tiger"). 
+
+Microsoft Windows people should just visit java.sun.com and
+download the latest Java5 executable. 
+
+To get Java under linux, I recommend downloading the environment 
+directly from Sun at http://java.sun.com. There is a linux 
+binary installer which you have to execute from a java console.
+
+However, if you run Debian or Ubuntu or any other dpkg-based
+distribution, you may use unofficial precompiled packages.
+You have to add the following line to your /etc/apt/sources.list
+(replace "stable" with your installation)
+
+http://ftp.debian-unofficial.org/debian/ stable non-free
+
+The package is called sun-j2se5.0-jdk-binary.
+
+Good news for MacOS: In Tiger Release Java5 is already included.
+The bad news for non-Tigers: There are no Java5 available.
+
+
+How to launch
+-------------
+
+Microsoft Windows people launch by double clicking on josm-beta.jar.
+If this does not help, open a command shell and type 
+"java -jar josm-beta.jar" in the directory that holds the file.
+
+Under Linux open a shell, go to the file directory and type
+"java -jar josm-beta.jar" to launch. If this don't help, try to set
+you JAVA_HOME variable to the java location (the root location, not
+the bin. "/usr/lib/sun-j2se5.0-jdk" if you used the prebuild 
+package).
+
+MacOS people just click on the jar-file.
+
+
+How to get the Source
+---------------------
+
+Download it from http://www.eigenheimstrasse.de/josm/josm-beta-src.zip
+or directly from the subversion at 
+http://www.eigenheimstrasse.de/svn/josm. The beta is Revision 12.
+
+
+
+And gimme feedback: immanuel.scholz@gmx.de (start your mail subject 
+with "JOSM", so my spam filter will not eat you)
+
+Have fun.
+
+
+Imi.
+
