Index: /applications/editors/josm/plugins/mapillary/README
===================================================================
--- /applications/editors/josm/plugins/mapillary/README	(revision 31347)
+++ /applications/editors/josm/plugins/mapillary/README	(revision 31348)
@@ -1,9 +1,12 @@
-README 
+Mapillary-plugin for JOSM
 ======
 
-    * nokutu <nokutu@openmailbox.org>
-    
-    * License: GPL v2 or later
-      
-    * Feel free to contact me for any bug or suggestion.
+A plugin for showing Mapillary images inside the OpenStreetMap-Editor JOSM.
 
+You can both download images from mapillary.com or import them from your harddrive.
+
+Support for uploading images and modifying images on Mapillary-servers is in the works, stay tuned.
+
+* Maintainer: nokutu <nokutu@openmailbox.org>
+* License: GPL v2 or later
+* Feel free to contact me for any bug or suggestion.
Index: /applications/editors/josm/plugins/mapillary/authors.txt
===================================================================
--- /applications/editors/josm/plugins/mapillary/authors.txt	(revision 31348)
+++ /applications/editors/josm/plugins/mapillary/authors.txt	(revision 31348)
@@ -0,0 +1,5 @@
+nokutu = nokutu <nokutu@openmailbox.org>
+polyglot = Jo <winfixit@gmail.com>
+stoecker = Dirk Stoecker <github@dstoecker.de>
+donvip = don-vip <donvip@b9d5c4c9-76e1-0310-9c85-f3177eceb1e4>
+floscher = Florian <florian@schaeferban.de>
Index: /applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/MapillaryImportedImage.java
===================================================================
--- /applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/MapillaryImportedImage.java	(revision 31347)
+++ /applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/MapillaryImportedImage.java	(revision 31348)
@@ -31,8 +31,8 @@
     /**
      * Returns the pictures of the file.
-     * 
-     * @return An BufferedImage object containing the pictures.
+     *
+     * @return A BufferedImage object containing the pictures.
      * @throws IOException
-     * @throws IllegalArgumentException if file is currently set to null 
+     * @throws IllegalArgumentException if file is currently set to null
      */
     public BufferedImage getImage() throws IOException {
Index: /applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/ImportedImageTest.java
===================================================================
--- /applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/ImportedImageTest.java	(revision 31347)
+++ /applications/editors/josm/plugins/mapillary/test/unit/org/openstreetmap/josm/plugins/mapillary/ImportedImageTest.java	(revision 31348)
@@ -8,10 +8,8 @@
 public class ImportedImageTest {
 
-	@Before
-	public void setUp() {
-		MapillaryData.TEST_MODE = true;
-
-	}
-	
+    @Before
+    public void setUp() {
+        MapillaryData.TEST_MODE = true;
+    }
 
     @Test(expected=IllegalArgumentException.class)
