Index: /applications/editors/josm/plugins/ejml/.checkstyle
===================================================================
--- /applications/editors/josm/plugins/ejml/.checkstyle	(revision 32529)
+++ /applications/editors/josm/plugins/ejml/.checkstyle	(revision 32529)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
+  <local-check-config name="JOSM" location="/JOSM/tools/checkstyle/josm_checks.xml" type="project" description="">
+    <additional-data name="protect-config-file" value="false"/>
+  </local-check-config>
+  <fileset name="all" enabled="true" check-config-name="JOSM" local="true">
+    <file-match-pattern match-pattern="." include-pattern="true"/>
+  </fileset>
+  <filter name="DerivedFiles" enabled="true"/>
+  <filter name="FilesFromPackage" enabled="true">
+    <filter-data value="data"/>
+    <filter-data value="images"/>
+    <filter-data value="styles"/>
+    <filter-data value="resources"/>
+    <filter-data value="scripts"/>
+  </filter>
+</fileset-config>
Index: /applications/editors/josm/plugins/ejml/.project
===================================================================
--- /applications/editors/josm/plugins/ejml/.project	(revision 32528)
+++ /applications/editors/josm/plugins/ejml/.project	(revision 32529)
@@ -16,8 +16,14 @@
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
 		<nature>org.sonar.ide.eclipse.core.sonarNature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
 	</natures>
 </projectDescription>
Index: /applications/editors/josm/plugins/ejml/src/org/openstreetmap/josm/plugins/ejml/EjmlPlugin.java
===================================================================
--- /applications/editors/josm/plugins/ejml/src/org/openstreetmap/josm/plugins/ejml/EjmlPlugin.java	(revision 32528)
+++ /applications/editors/josm/plugins/ejml/src/org/openstreetmap/josm/plugins/ejml/EjmlPlugin.java	(revision 32529)
@@ -1,3 +1,3 @@
-// License: GPL. Copyright 2015 Don-vip
+// License: GPL. For details, see LICENSE file.
 package org.openstreetmap.josm.plugins.ejml;
 
