Index: /trunk/gpl-2.0.txt
===================================================================
--- /trunk/gpl-2.0.txt	(revision 10854)
+++ /trunk/gpl-2.0.txt	(revision 10855)
@@ -1,4 +1,4 @@
-		    GNU GENERAL PUBLIC LICENSE
-		       Version 2, June 1991
+            GNU GENERAL PUBLIC LICENSE
+               Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
@@ -7,5 +7,5 @@
  of this license document, but changing it is not allowed.
 
-			    Preamble
+                Preamble
 
   The licenses for most software are designed to take away your
@@ -57,5 +57,5 @@
 modification follow.
 
-		    GNU GENERAL PUBLIC LICENSE
+            GNU GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
@@ -256,5 +256,5 @@
 of promoting the sharing and reuse of software generally.
 
-			    NO WARRANTY
+                NO WARRANTY
 
   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
@@ -278,7 +278,7 @@
 POSSIBILITY OF SUCH DAMAGES.
 
-		     END OF TERMS AND CONDITIONS
-
-	    How to Apply These Terms to Your New Programs
+             END OF TERMS AND CONDITIONS
+
+        How to Apply These Terms to Your New Programs
 
   If you develop a new program, and you want it to be of the greatest
Index: /trunk/josm-latest.jnlp
===================================================================
--- /trunk/josm-latest.jnlp	(revision 10854)
+++ /trunk/josm-latest.jnlp	(revision 10855)
Index: /trunk/josm.jnlp
===================================================================
--- /trunk/josm.jnlp	(revision 10854)
+++ /trunk/josm.jnlp	(revision 10855)
Index: /trunk/optimize-images
===================================================================
--- /trunk/optimize-images	(revision 10854)
+++ /trunk/optimize-images	(revision 10855)
@@ -2,5 +2,5 @@
 
 for x in $(find images/ -name "*.png"); do
-	echo "Processing ${x}"
-	optipng -o7 -quiet "${x}"
+    echo "Processing ${x}"
+    optipng -o7 -quiet "${x}"
 done
Index: /trunk/tools/checkstyle/josm_filters.xml
===================================================================
--- /trunk/tools/checkstyle/josm_filters.xml	(revision 10854)
+++ /trunk/tools/checkstyle/josm_filters.xml	(revision 10855)
@@ -4,4 +4,26 @@
      "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
 <suppressions>
+  <suppress checks="." files="\.classpath" />
+  <suppress checks="." files="\.project" />
+  <suppress checks="." files="[\\/]build[\\/]" />
+  <suppress checks="." files="[\\/]build2[\\/]" />
+  <suppress checks="." files="[\\/]data_nodist[\\/]" />
+  <suppress checks="." files="[\\/]dist[\\/]" />
+  <suppress checks="." files="[\\/]eclipse[\\/]" />
+  <suppress checks="." files="[\\/]foobar[\\/]" />
+  <suppress checks="." files="[\\/]images[\\/]" />
+  <suppress checks="." files="[\\/]images_nodist[\\/]" />
+  <suppress checks="." files="[\\/]linux[\\/]" />
+  <suppress checks="." files="[\\/]macosx[\\/]" />
+  <suppress checks="." files="[\\/]netbeans[\\/]" />
+  <suppress checks="." files="[\\/]patches[\\/]" />
+  <suppress checks="." files="[\\/]styles_nodist[\\/]" />
+  <suppress checks="." files="[\\/]taginfo-img[\\/]" />
+  <suppress checks="." files="[\\/]taginfo_.*\.json" />
+  <suppress checks="." files="[\\/]test[\\/]config[\\/]" />
+  <suppress checks="." files="[\\/]test[\\/]data[\\/]" />
+  <suppress checks="." files="[\\/]test[\\/]lib[\\/]" />
+  <suppress checks="." files="[\\/]tools[\\/]" />
+  <suppress checks="." files="[\\/]windows[\\/]" />
   <suppress checks="HeaderCheck" files="Ellipsoid\.java" />
   <suppress checks="HeaderCheck" files="NTV2GridShift\.java" />
