Index: test/unit/org/openstreetmap/josm/actions/CombineWayActionTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/actions/CombineWayActionTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/actions/CombineWayActionTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.actions;
 
Index: test/unit/org/openstreetmap/josm/data/osm/DataSetTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/data/osm/DataSetTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/data/osm/DataSetTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.data.osm;
 
Index: test/unit/org/openstreetmap/josm/data/osm/NodeTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/data/osm/NodeTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/data/osm/NodeTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.data.osm;
 
Index: test/unit/org/openstreetmap/josm/data/osm/OsmPrimitiveTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/data/osm/OsmPrimitiveTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/data/osm/OsmPrimitiveTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.data.osm;
 
Index: test/unit/org/openstreetmap/josm/data/osm/SegmentTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/data/osm/SegmentTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/data/osm/SegmentTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.data.osm;
 
Index: test/unit/org/openstreetmap/josm/data/osm/WayTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/data/osm/WayTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/data/osm/WayTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.data.osm;
 
Index: test/unit/org/openstreetmap/josm/data/osm/visitor/AddVisitorTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/data/osm/visitor/AddVisitorTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/data/osm/visitor/AddVisitorTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.data.osm.visitor;
 
Index: test/unit/org/openstreetmap/josm/data/osm/visitor/AllNodesVisitorTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/data/osm/visitor/AllNodesVisitorTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/data/osm/visitor/AllNodesVisitorTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.data.osm.visitor;
 
Index: test/unit/org/openstreetmap/josm/data/osm/visitor/BoundingXYVisitorTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/data/osm/visitor/BoundingXYVisitorTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/data/osm/visitor/BoundingXYVisitorTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.data.osm.visitor;
 
Index: test/unit/org/openstreetmap/josm/data/osm/visitor/CollectBackReferencesVisitorTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/data/osm/visitor/CollectBackReferencesVisitorTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/data/osm/visitor/CollectBackReferencesVisitorTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.data.osm.visitor;
 
Index: test/unit/org/openstreetmap/josm/data/osm/visitor/MergeVisitorTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/data/osm/visitor/MergeVisitorTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/data/osm/visitor/MergeVisitorTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.data.osm.visitor;
 
Index: test/unit/org/openstreetmap/josm/gui/download/BoundingBoxSelectionTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/gui/download/BoundingBoxSelectionTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/gui/download/BoundingBoxSelectionTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.gui.download;
 
Index: test/unit/org/openstreetmap/josm/gui/tagging/TaggingPresetTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/gui/tagging/TaggingPresetTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/gui/tagging/TaggingPresetTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.gui.tagging;
 
Index: test/unit/org/openstreetmap/josm/io/BoundingBoxDownloaderTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/io/BoundingBoxDownloaderTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/io/BoundingBoxDownloaderTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.io;
 
Index: test/unit/org/openstreetmap/josm/io/IncompleteDownloaderTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/io/IncompleteDownloaderTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/io/IncompleteDownloaderTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.io;
 
Index: test/unit/org/openstreetmap/josm/plugins/PluginExceptionTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/plugins/PluginExceptionTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/plugins/PluginExceptionTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.plugins;
 
Index: test/unit/org/openstreetmap/josm/plugins/PluginInformationTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/plugins/PluginInformationTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/plugins/PluginInformationTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.plugins;
 
Index: test/unit/org/openstreetmap/josm/testframework/Bug.java
===================================================================
--- test/unit/org/openstreetmap/josm/testframework/Bug.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/testframework/Bug.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.testframework;
 
Index: test/unit/org/openstreetmap/josm/testframework/DataSetTestCaseHelper.java
===================================================================
--- test/unit/org/openstreetmap/josm/testframework/DataSetTestCaseHelper.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/testframework/DataSetTestCaseHelper.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.testframework;
 
Index: test/unit/org/openstreetmap/josm/testframework/MainMock.java
===================================================================
--- test/unit/org/openstreetmap/josm/testframework/MainMock.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/testframework/MainMock.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.testframework;
 
Index: test/unit/org/openstreetmap/josm/testframework/MotherObject.java
===================================================================
--- test/unit/org/openstreetmap/josm/testframework/MotherObject.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/testframework/MotherObject.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.testframework;
 
Index: test/unit/org/openstreetmap/josm/tools/DateParserTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/tools/DateParserTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/tools/DateParserTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.tools;
 
Index: test/unit/org/openstreetmap/josm/tools/XmlObjectParserTest.java
===================================================================
--- test/unit/org/openstreetmap/josm/tools/XmlObjectParserTest.java	(revision 297)
+++ test/unit/org/openstreetmap/josm/tools/XmlObjectParserTest.java	(revision 298)
@@ -1,2 +1,3 @@
+// License: GPL. Copyright 2007 by Immanuel Scholz and others
 package org.openstreetmap.josm.tools;
 
