diff --git a/vtm-android-example/src/org/oscim/android/test/BaseMapActivity.java b/vtm-android-example/src/org/oscim/android/test/BaseMapActivity.java
index ee7ba3f4..8c097a63 100644
--- a/vtm-android-example/src/org/oscim/android/test/BaseMapActivity.java
+++ b/vtm-android-example/src/org/oscim/android/test/BaseMapActivity.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.android.test;
import org.oscim.android.MapActivity;
diff --git a/vtm-android-example/src/org/oscim/android/test/Samples.java b/vtm-android-example/src/org/oscim/android/test/Samples.java
index c74d7758..531e71c8 100644
--- a/vtm-android-example/src/org/oscim/android/test/Samples.java
+++ b/vtm-android-example/src/org/oscim/android/test/Samples.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012, 2013 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm-android-example/src/org/oscim/android/test/SimpleMapActivity.java b/vtm-android-example/src/org/oscim/android/test/SimpleMapActivity.java
index c860857b..0f6aeacf 100644
--- a/vtm-android-example/src/org/oscim/android/test/SimpleMapActivity.java
+++ b/vtm-android-example/src/org/oscim/android/test/SimpleMapActivity.java
@@ -1,4 +1,19 @@
-package org.oscim.android.test;
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */package org.oscim.android.test;
import org.oscim.layers.tile.vector.BuildingLayer;
import org.oscim.layers.tile.vector.labeling.LabelLayer;
diff --git a/vtm-android/src/org/oscim/android/AndroidAssetAdapter.java b/vtm-android/src/org/oscim/android/AndroidAssetAdapter.java
index d3a8bd1a..2eb5abb4 100644
--- a/vtm-android/src/org/oscim/android/AndroidAssetAdapter.java
+++ b/vtm-android/src/org/oscim/android/AndroidAssetAdapter.java
@@ -1,5 +1,7 @@
/*
- * Copyright 2013
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm-android/src/org/oscim/android/AndroidMap.java b/vtm-android/src/org/oscim/android/AndroidMap.java
index 08df96c5..f43ca77d 100644
--- a/vtm-android/src/org/oscim/android/AndroidMap.java
+++ b/vtm-android/src/org/oscim/android/AndroidMap.java
@@ -1,5 +1,7 @@
/*
- * Copyright 2013
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm-android/src/org/oscim/android/Compass.java b/vtm-android/src/org/oscim/android/Compass.java
index e2a8d18d..fc8c0099 100644
--- a/vtm-android/src/org/oscim/android/Compass.java
+++ b/vtm-android/src/org/oscim/android/Compass.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-android/src/org/oscim/android/GLView.java b/vtm-android/src/org/oscim/android/GLView.java
index d6cc7a6f..6cb93e7a 100644
--- a/vtm-android/src/org/oscim/android/GLView.java
+++ b/vtm-android/src/org/oscim/android/GLView.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-android/src/org/oscim/android/MapActivity.java b/vtm-android/src/org/oscim/android/MapActivity.java
index e66c7d83..98a7d092 100644
--- a/vtm-android/src/org/oscim/android/MapActivity.java
+++ b/vtm-android/src/org/oscim/android/MapActivity.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
@@ -93,7 +96,7 @@ public abstract class MapActivity extends Activity {
/**
* This method is called once by each MapView during its setup process.
- *
+ *
* @param map
* the calling MapView.
*/
diff --git a/vtm-android/src/org/oscim/android/MapView.java b/vtm-android/src/org/oscim/android/MapView.java
index 51709489..5e25afb8 100644
--- a/vtm-android/src/org/oscim/android/MapView.java
+++ b/vtm-android/src/org/oscim/android/MapView.java
@@ -2,6 +2,8 @@
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-android/src/org/oscim/android/cache/TileCache.java b/vtm-android/src/org/oscim/android/cache/TileCache.java
index 076af367..8a8451c3 100644
--- a/vtm-android/src/org/oscim/android/cache/TileCache.java
+++ b/vtm-android/src/org/oscim/android/cache/TileCache.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-android/src/org/oscim/android/canvas/AndroidBitmap.java b/vtm-android/src/org/oscim/android/canvas/AndroidBitmap.java
index 3250bdfd..cbf6b41e 100644
--- a/vtm-android/src/org/oscim/android/canvas/AndroidBitmap.java
+++ b/vtm-android/src/org/oscim/android/canvas/AndroidBitmap.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-android/src/org/oscim/android/canvas/AndroidCanvas.java b/vtm-android/src/org/oscim/android/canvas/AndroidCanvas.java
index 50adc742..b5c14291 100644
--- a/vtm-android/src/org/oscim/android/canvas/AndroidCanvas.java
+++ b/vtm-android/src/org/oscim/android/canvas/AndroidCanvas.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.android.canvas;
import org.oscim.backend.canvas.Bitmap;
diff --git a/vtm-android/src/org/oscim/android/canvas/AndroidGraphics.java b/vtm-android/src/org/oscim/android/canvas/AndroidGraphics.java
index a1a5779b..d6374bcc 100644
--- a/vtm-android/src/org/oscim/android/canvas/AndroidGraphics.java
+++ b/vtm-android/src/org/oscim/android/canvas/AndroidGraphics.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-android/src/org/oscim/android/canvas/AndroidPaint.java b/vtm-android/src/org/oscim/android/canvas/AndroidPaint.java
index b72adb93..ea0eda9c 100644
--- a/vtm-android/src/org/oscim/android/canvas/AndroidPaint.java
+++ b/vtm-android/src/org/oscim/android/canvas/AndroidPaint.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-android/src/org/oscim/android/gl/AndroidGL.java b/vtm-android/src/org/oscim/android/gl/AndroidGL.java
index a7eff6c7..1bb93b99 100644
--- a/vtm-android/src/org/oscim/android/gl/AndroidGL.java
+++ b/vtm-android/src/org/oscim/android/gl/AndroidGL.java
@@ -1,5 +1,7 @@
/*
- * Copyright 2013
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm-android/src/org/oscim/android/input/AndroidMotionEvent.java b/vtm-android/src/org/oscim/android/input/AndroidMotionEvent.java
index 06e22eca..58e4bda1 100644
--- a/vtm-android/src/org/oscim/android/input/AndroidMotionEvent.java
+++ b/vtm-android/src/org/oscim/android/input/AndroidMotionEvent.java
@@ -1,5 +1,7 @@
/*
- * Copyright 2013
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm-ext-libs b/vtm-ext-libs
index c8017af3..51058c66 160000
--- a/vtm-ext-libs
+++ b/vtm-ext-libs
@@ -1 +1 @@
-Subproject commit c8017af3414441c4309d6cbb290756f5519d680c
+Subproject commit 51058c66ccdbf8ab1434ae15c3f6391e80489e68
diff --git a/vtm-extras/src/org/oscim/utils/osm/Bound.java b/vtm-extras/src/org/oscim/utils/osm/Bound.java
index 0fefb421..28084f22 100644
--- a/vtm-extras/src/org/oscim/utils/osm/Bound.java
+++ b/vtm-extras/src/org/oscim/utils/osm/Bound.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-extras/src/org/oscim/utils/osm/OSMData.java b/vtm-extras/src/org/oscim/utils/osm/OSMData.java
index 9615ebb8..79c12b16 100644
--- a/vtm-extras/src/org/oscim/utils/osm/OSMData.java
+++ b/vtm-extras/src/org/oscim/utils/osm/OSMData.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Tobias Knerr
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-extras/src/org/oscim/utils/osm/OSMElement.java b/vtm-extras/src/org/oscim/utils/osm/OSMElement.java
index a3ffa421..74880dce 100644
--- a/vtm-extras/src/org/oscim/utils/osm/OSMElement.java
+++ b/vtm-extras/src/org/oscim/utils/osm/OSMElement.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Tobias Knerr
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-extras/src/org/oscim/utils/osm/OSMMember.java b/vtm-extras/src/org/oscim/utils/osm/OSMMember.java
index 55dbee80..84b7903f 100644
--- a/vtm-extras/src/org/oscim/utils/osm/OSMMember.java
+++ b/vtm-extras/src/org/oscim/utils/osm/OSMMember.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Tobias Knerr
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-extras/src/org/oscim/utils/osm/OSMNode.java b/vtm-extras/src/org/oscim/utils/osm/OSMNode.java
index ca386772..a5ce4f4b 100644
--- a/vtm-extras/src/org/oscim/utils/osm/OSMNode.java
+++ b/vtm-extras/src/org/oscim/utils/osm/OSMNode.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Tobias Knerr
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-extras/src/org/oscim/utils/osm/OSMRelation.java b/vtm-extras/src/org/oscim/utils/osm/OSMRelation.java
index 89b51ad4..33aa596f 100644
--- a/vtm-extras/src/org/oscim/utils/osm/OSMRelation.java
+++ b/vtm-extras/src/org/oscim/utils/osm/OSMRelation.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Tobias Knerr
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-extras/src/org/oscim/utils/osm/OSMWay.java b/vtm-extras/src/org/oscim/utils/osm/OSMWay.java
index 8a8db838..993dcdef 100644
--- a/vtm-extras/src/org/oscim/utils/osm/OSMWay.java
+++ b/vtm-extras/src/org/oscim/utils/osm/OSMWay.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Tobias Knerr
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-extras/src/org/oscim/utils/osmpbf/OsmPbfParser.java b/vtm-extras/src/org/oscim/utils/osmpbf/OsmPbfParser.java
index b6c05a2b..dc4c2ccf 100644
--- a/vtm-extras/src/org/oscim/utils/osmpbf/OsmPbfParser.java
+++ b/vtm-extras/src/org/oscim/utils/osmpbf/OsmPbfParser.java
@@ -1,4 +1,20 @@
-// This software is released into the Public Domain. See copying.txt for details.
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
+
package org.oscim.utils.osmpbf;
import java.util.ArrayList;
diff --git a/vtm-extras/src/org/oscim/utils/osmpbf/OsmPbfReader.java b/vtm-extras/src/org/oscim/utils/osmpbf/OsmPbfReader.java
index d8f39504..2678b6f4 100644
--- a/vtm-extras/src/org/oscim/utils/osmpbf/OsmPbfReader.java
+++ b/vtm-extras/src/org/oscim/utils/osmpbf/OsmPbfReader.java
@@ -1,5 +1,7 @@
/*
- * Copyright 2013
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm-extras/src/org/oscim/utils/overpass/OverpassAPIReader.java b/vtm-extras/src/org/oscim/utils/overpass/OverpassAPIReader.java
index 09d574b1..8db73976 100644
--- a/vtm-extras/src/org/oscim/utils/overpass/OverpassAPIReader.java
+++ b/vtm-extras/src/org/oscim/utils/overpass/OverpassAPIReader.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-extras/src/org/oscim/utils/wkb/WKBReader.java b/vtm-extras/src/org/oscim/utils/wkb/WKBReader.java
index ea1d8f46..879047e7 100644
--- a/vtm-extras/src/org/oscim/utils/wkb/WKBReader.java
+++ b/vtm-extras/src/org/oscim/utils/wkb/WKBReader.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-gdx-android/src/org/oscim/android/canvas/AndroidBitmap.java b/vtm-gdx-android/src/org/oscim/android/canvas/AndroidBitmap.java
index ebcee8dd..04eb43d1 100644
--- a/vtm-gdx-android/src/org/oscim/android/canvas/AndroidBitmap.java
+++ b/vtm-gdx-android/src/org/oscim/android/canvas/AndroidBitmap.java
@@ -1,5 +1,7 @@
/*
* Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm-gdx-android/src/org/oscim/android/canvas/AndroidCanvas.java b/vtm-gdx-android/src/org/oscim/android/canvas/AndroidCanvas.java
index 50adc742..b5c14291 100644
--- a/vtm-gdx-android/src/org/oscim/android/canvas/AndroidCanvas.java
+++ b/vtm-gdx-android/src/org/oscim/android/canvas/AndroidCanvas.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.android.canvas;
import org.oscim.backend.canvas.Bitmap;
diff --git a/vtm-gdx-android/src/org/oscim/android/canvas/AndroidGraphics.java b/vtm-gdx-android/src/org/oscim/android/canvas/AndroidGraphics.java
index dab8cb78..caf401d5 100644
--- a/vtm-gdx-android/src/org/oscim/android/canvas/AndroidGraphics.java
+++ b/vtm-gdx-android/src/org/oscim/android/canvas/AndroidGraphics.java
@@ -1,6 +1,9 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-gdx-android/src/org/oscim/android/canvas/AndroidPaint.java b/vtm-gdx-android/src/org/oscim/android/canvas/AndroidPaint.java
index 925ab2a0..ad331be3 100644
--- a/vtm-gdx-android/src/org/oscim/android/canvas/AndroidPaint.java
+++ b/vtm-gdx-android/src/org/oscim/android/canvas/AndroidPaint.java
@@ -1,6 +1,9 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-gdx-android/src/org/oscim/gdx/MainActivity.java b/vtm-gdx-android/src/org/oscim/gdx/MainActivity.java
index 6a0c8efc..acd7aa50 100644
--- a/vtm-gdx-android/src/org/oscim/gdx/MainActivity.java
+++ b/vtm-gdx-android/src/org/oscim/gdx/MainActivity.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.gdx;
import org.oscim.android.canvas.AndroidGraphics;
diff --git a/vtm-gdx-desktop/src/org/oscim/awt/AwtBitmap.java b/vtm-gdx-desktop/src/org/oscim/awt/AwtBitmap.java
index 6cdc5b00..d183ea0b 100644
--- a/vtm-gdx-desktop/src/org/oscim/awt/AwtBitmap.java
+++ b/vtm-gdx-desktop/src/org/oscim/awt/AwtBitmap.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.awt;
import java.awt.image.BufferedImage;
diff --git a/vtm-gdx-desktop/src/org/oscim/awt/AwtCanvas.java b/vtm-gdx-desktop/src/org/oscim/awt/AwtCanvas.java
index f45ee1e7..cbcd3469 100644
--- a/vtm-gdx-desktop/src/org/oscim/awt/AwtCanvas.java
+++ b/vtm-gdx-desktop/src/org/oscim/awt/AwtCanvas.java
@@ -2,6 +2,8 @@
* Copyright 2010, 2011, 2012, 2013 mapsforge.org
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
@@ -13,7 +15,6 @@
* You should have received a copy of the GNU Lesser General Public License along with
* this program. If not, see .
*/
-
package org.oscim.awt;
import java.awt.AlphaComposite;
diff --git a/vtm-gdx-desktop/src/org/oscim/awt/AwtGraphics.java b/vtm-gdx-desktop/src/org/oscim/awt/AwtGraphics.java
index 07a2107a..9be03991 100644
--- a/vtm-gdx-desktop/src/org/oscim/awt/AwtGraphics.java
+++ b/vtm-gdx-desktop/src/org/oscim/awt/AwtGraphics.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.awt;
import java.awt.Font;
diff --git a/vtm-gdx-desktop/src/org/oscim/awt/AwtPaint.java b/vtm-gdx-desktop/src/org/oscim/awt/AwtPaint.java
index 57b39e1d..3573663f 100644
--- a/vtm-gdx-desktop/src/org/oscim/awt/AwtPaint.java
+++ b/vtm-gdx-desktop/src/org/oscim/awt/AwtPaint.java
@@ -2,6 +2,8 @@
* Copyright 2010, 2011, 2012, 2013 mapsforge.org
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm-gdx-desktop/src/org/oscim/gdx/GdxMapApp.java b/vtm-gdx-desktop/src/org/oscim/gdx/GdxMapApp.java
index 7514332c..8651604b 100644
--- a/vtm-gdx-desktop/src/org/oscim/gdx/GdxMapApp.java
+++ b/vtm-gdx-desktop/src/org/oscim/gdx/GdxMapApp.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.gdx;
import java.nio.Buffer;
diff --git a/vtm-gdx-html/src/org/oscim/gdx/client/GwtBitmap.java b/vtm-gdx-html/src/org/oscim/gdx/client/GwtBitmap.java
index cc8d701e..242249c5 100644
--- a/vtm-gdx-html/src/org/oscim/gdx/client/GwtBitmap.java
+++ b/vtm-gdx-html/src/org/oscim/gdx/client/GwtBitmap.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.gdx.client;
import org.oscim.backend.canvas.Bitmap;
diff --git a/vtm-gdx-html/src/org/oscim/gdx/client/GwtCanvas.java b/vtm-gdx-html/src/org/oscim/gdx/client/GwtCanvas.java
index a1aa7427..235c657f 100644
--- a/vtm-gdx-html/src/org/oscim/gdx/client/GwtCanvas.java
+++ b/vtm-gdx-html/src/org/oscim/gdx/client/GwtCanvas.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.gdx.client;
import org.oscim.backend.canvas.Bitmap;
diff --git a/vtm-gdx-html/src/org/oscim/gdx/client/GwtCanvasAdapter.java b/vtm-gdx-html/src/org/oscim/gdx/client/GwtCanvasAdapter.java
index 5951fb17..813be86b 100644
--- a/vtm-gdx-html/src/org/oscim/gdx/client/GwtCanvasAdapter.java
+++ b/vtm-gdx-html/src/org/oscim/gdx/client/GwtCanvasAdapter.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.gdx.client;
import java.io.InputStream;
diff --git a/vtm-gdx-html/src/org/oscim/gdx/client/GwtGLAdapter.java b/vtm-gdx-html/src/org/oscim/gdx/client/GwtGLAdapter.java
index 0f538c41..0f964743 100644
--- a/vtm-gdx-html/src/org/oscim/gdx/client/GwtGLAdapter.java
+++ b/vtm-gdx-html/src/org/oscim/gdx/client/GwtGLAdapter.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.gdx.client;
import java.nio.Buffer;
diff --git a/vtm-gdx-html/src/org/oscim/gdx/client/GwtGdxMap.java b/vtm-gdx-html/src/org/oscim/gdx/client/GwtGdxMap.java
index adc6fbac..d7f7ab4c 100644
--- a/vtm-gdx-html/src/org/oscim/gdx/client/GwtGdxMap.java
+++ b/vtm-gdx-html/src/org/oscim/gdx/client/GwtGdxMap.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.gdx.client;
import org.oscim.backend.CanvasAdapter;
diff --git a/vtm-gdx-html/src/org/oscim/gdx/client/GwtLauncher.java b/vtm-gdx-html/src/org/oscim/gdx/client/GwtLauncher.java
index fb2eb1d3..e7b1d96f 100644
--- a/vtm-gdx-html/src/org/oscim/gdx/client/GwtLauncher.java
+++ b/vtm-gdx-html/src/org/oscim/gdx/client/GwtLauncher.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.gdx.client;
// -draftCompile -localWorkers 2
diff --git a/vtm-gdx-html/src/org/oscim/gdx/client/GwtPaint.java b/vtm-gdx-html/src/org/oscim/gdx/client/GwtPaint.java
index 8253c83f..0bc58e3a 100644
--- a/vtm-gdx-html/src/org/oscim/gdx/client/GwtPaint.java
+++ b/vtm-gdx-html/src/org/oscim/gdx/client/GwtPaint.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.gdx.client;
import org.oscim.backend.canvas.Bitmap;
diff --git a/vtm-gdx-html/src/org/oscim/gdx/client/MapConfig.java b/vtm-gdx-html/src/org/oscim/gdx/client/MapConfig.java
index b14b5a42..47008482 100644
--- a/vtm-gdx-html/src/org/oscim/gdx/client/MapConfig.java
+++ b/vtm-gdx-html/src/org/oscim/gdx/client/MapConfig.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.gdx.client;
import com.google.gwt.core.client.JavaScriptObject;
diff --git a/vtm-gdx-html/src/org/oscim/gdx/client/SearchBox.java b/vtm-gdx-html/src/org/oscim/gdx/client/SearchBox.java
index b6b311bf..0d27e52b 100644
--- a/vtm-gdx-html/src/org/oscim/gdx/client/SearchBox.java
+++ b/vtm-gdx-html/src/org/oscim/gdx/client/SearchBox.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.gdx.client;
import java.util.ArrayList;
diff --git a/vtm-gdx-html/src/org/oscim/gdx/client/WKTReader.java b/vtm-gdx-html/src/org/oscim/gdx/client/WKTReader.java
index 553adf96..154f8cc8 100644
--- a/vtm-gdx-html/src/org/oscim/gdx/client/WKTReader.java
+++ b/vtm-gdx-html/src/org/oscim/gdx/client/WKTReader.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.gdx.client;
import org.oscim.core.GeometryBuffer;
diff --git a/vtm-gdx/src/org/oscim/gdx/GdxAssetAdapter.java b/vtm-gdx/src/org/oscim/gdx/GdxAssetAdapter.java
index 30e52237..b0119ddc 100644
--- a/vtm-gdx/src/org/oscim/gdx/GdxAssetAdapter.java
+++ b/vtm-gdx/src/org/oscim/gdx/GdxAssetAdapter.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.gdx;
import java.io.InputStream;
diff --git a/vtm-gdx/src/org/oscim/gdx/GdxMap.java b/vtm-gdx/src/org/oscim/gdx/GdxMap.java
index ae3e6acf..1df09526 100644
--- a/vtm-gdx/src/org/oscim/gdx/GdxMap.java
+++ b/vtm-gdx/src/org/oscim/gdx/GdxMap.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.gdx;
import org.oscim.backend.AssetAdapter;
diff --git a/vtm-gdx/src/org/oscim/gdx/GdxMotionEvent.java b/vtm-gdx/src/org/oscim/gdx/GdxMotionEvent.java
index b7a82911..6fe329ab 100644
--- a/vtm-gdx/src/org/oscim/gdx/GdxMotionEvent.java
+++ b/vtm-gdx/src/org/oscim/gdx/GdxMotionEvent.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.gdx;
import org.oscim.event.MotionEvent;
diff --git a/vtm/src/org/oscim/backend/AssetAdapter.java b/vtm/src/org/oscim/backend/AssetAdapter.java
index 462941c8..33d06845 100644
--- a/vtm/src/org/oscim/backend/AssetAdapter.java
+++ b/vtm/src/org/oscim/backend/AssetAdapter.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.backend;
import java.io.InputStream;
diff --git a/vtm/src/org/oscim/backend/CanvasAdapter.java b/vtm/src/org/oscim/backend/CanvasAdapter.java
index ddb4fa7c..5e8a3f85 100644
--- a/vtm/src/org/oscim/backend/CanvasAdapter.java
+++ b/vtm/src/org/oscim/backend/CanvasAdapter.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/backend/GL20.java b/vtm/src/org/oscim/backend/GL20.java
index ee2cea48..e04632d4 100644
--- a/vtm/src/org/oscim/backend/GL20.java
+++ b/vtm/src/org/oscim/backend/GL20.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
/*******************************************************************************
* Copyright 2011 See libgdx AUTHORS file.
*
diff --git a/vtm/src/org/oscim/backend/GLAdapter.java b/vtm/src/org/oscim/backend/GLAdapter.java
index e123fe9d..50ab38d3 100644
--- a/vtm/src/org/oscim/backend/GLAdapter.java
+++ b/vtm/src/org/oscim/backend/GLAdapter.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/backend/XMLReaderAdapter.java b/vtm/src/org/oscim/backend/XMLReaderAdapter.java
index ce1e7149..fb491170 100644
--- a/vtm/src/org/oscim/backend/XMLReaderAdapter.java
+++ b/vtm/src/org/oscim/backend/XMLReaderAdapter.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.backend;
import java.io.IOException;
diff --git a/vtm/src/org/oscim/backend/canvas/Bitmap.java b/vtm/src/org/oscim/backend/canvas/Bitmap.java
index b9b73885..5387d70e 100644
--- a/vtm/src/org/oscim/backend/canvas/Bitmap.java
+++ b/vtm/src/org/oscim/backend/canvas/Bitmap.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/backend/canvas/Canvas.java b/vtm/src/org/oscim/backend/canvas/Canvas.java
index 8338bc0f..1c6125e7 100644
--- a/vtm/src/org/oscim/backend/canvas/Canvas.java
+++ b/vtm/src/org/oscim/backend/canvas/Canvas.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/backend/canvas/Color.java b/vtm/src/org/oscim/backend/canvas/Color.java
index 8862338e..c78bd3aa 100644
--- a/vtm/src/org/oscim/backend/canvas/Color.java
+++ b/vtm/src/org/oscim/backend/canvas/Color.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
/*
* Copyright (C) 2006 The Android Open Source Project
*
diff --git a/vtm/src/org/oscim/backend/canvas/Paint.java b/vtm/src/org/oscim/backend/canvas/Paint.java
index e22da03b..0b99943f 100644
--- a/vtm/src/org/oscim/backend/canvas/Paint.java
+++ b/vtm/src/org/oscim/backend/canvas/Paint.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/core/BoundingBox.java b/vtm/src/org/oscim/core/BoundingBox.java
index 68e2a857..e89da4eb 100644
--- a/vtm/src/org/oscim/core/BoundingBox.java
+++ b/vtm/src/org/oscim/core/BoundingBox.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/core/Box.java b/vtm/src/org/oscim/core/Box.java
index c3b0016a..b09f6da7 100644
--- a/vtm/src/org/oscim/core/Box.java
+++ b/vtm/src/org/oscim/core/Box.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/core/GeoPoint.java b/vtm/src/org/oscim/core/GeoPoint.java
index 7eaced36..8402656d 100644
--- a/vtm/src/org/oscim/core/GeoPoint.java
+++ b/vtm/src/org/oscim/core/GeoPoint.java
@@ -2,6 +2,8 @@
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/core/GeometryBuffer.java b/vtm/src/org/oscim/core/GeometryBuffer.java
index 1e8d7dd3..52fa39ea 100644
--- a/vtm/src/org/oscim/core/GeometryBuffer.java
+++ b/vtm/src/org/oscim/core/GeometryBuffer.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.core;
// TODO
diff --git a/vtm/src/org/oscim/core/MapElement.java b/vtm/src/org/oscim/core/MapElement.java
index 6e36978f..eb282738 100644
--- a/vtm/src/org/oscim/core/MapElement.java
+++ b/vtm/src/org/oscim/core/MapElement.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/core/MapPosition.java b/vtm/src/org/oscim/core/MapPosition.java
index 7b847a22..fca1cab7 100644
--- a/vtm/src/org/oscim/core/MapPosition.java
+++ b/vtm/src/org/oscim/core/MapPosition.java
@@ -2,6 +2,8 @@
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/core/MercatorProjection.java b/vtm/src/org/oscim/core/MercatorProjection.java
index 7c730bc4..cb26bdc4 100644
--- a/vtm/src/org/oscim/core/MercatorProjection.java
+++ b/vtm/src/org/oscim/core/MercatorProjection.java
@@ -2,6 +2,8 @@
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/core/Point.java b/vtm/src/org/oscim/core/Point.java
index 81b694a3..9e40a856 100644
--- a/vtm/src/org/oscim/core/Point.java
+++ b/vtm/src/org/oscim/core/Point.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/core/PointF.java b/vtm/src/org/oscim/core/PointF.java
index 1d26c250..f449291c 100644
--- a/vtm/src/org/oscim/core/PointF.java
+++ b/vtm/src/org/oscim/core/PointF.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/core/Tag.java b/vtm/src/org/oscim/core/Tag.java
index 455f581b..c29e29d3 100644
--- a/vtm/src/org/oscim/core/Tag.java
+++ b/vtm/src/org/oscim/core/Tag.java
@@ -2,6 +2,8 @@
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/core/TagSet.java b/vtm/src/org/oscim/core/TagSet.java
index 8a5817c8..14eeb84a 100644
--- a/vtm/src/org/oscim/core/TagSet.java
+++ b/vtm/src/org/oscim/core/TagSet.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/core/Task.java b/vtm/src/org/oscim/core/Task.java
index b9f47b6b..5ff743a3 100644
--- a/vtm/src/org/oscim/core/Task.java
+++ b/vtm/src/org/oscim/core/Task.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.core;
public abstract class Task implements Runnable {
diff --git a/vtm/src/org/oscim/core/Tile.java b/vtm/src/org/oscim/core/Tile.java
index 3e49dcdd..64a16f41 100644
--- a/vtm/src/org/oscim/core/Tile.java
+++ b/vtm/src/org/oscim/core/Tile.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/event/Gesture.java b/vtm/src/org/oscim/event/Gesture.java
index 3804dc5d..6d2d5cba 100644
--- a/vtm/src/org/oscim/event/Gesture.java
+++ b/vtm/src/org/oscim/event/Gesture.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.event;
public interface Gesture {
diff --git a/vtm/src/org/oscim/event/GestureDetector.java b/vtm/src/org/oscim/event/GestureDetector.java
index f03928af..c2052251 100644
--- a/vtm/src/org/oscim/event/GestureDetector.java
+++ b/vtm/src/org/oscim/event/GestureDetector.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.event;
import org.oscim.map.Map;
diff --git a/vtm/src/org/oscim/event/GestureListener.java b/vtm/src/org/oscim/event/GestureListener.java
index ce904f1d..3dfc635d 100644
--- a/vtm/src/org/oscim/event/GestureListener.java
+++ b/vtm/src/org/oscim/event/GestureListener.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.event;
public interface GestureListener {
diff --git a/vtm/src/org/oscim/event/MotionEvent.java b/vtm/src/org/oscim/event/MotionEvent.java
index 612388b1..f4e104f5 100644
--- a/vtm/src/org/oscim/event/MotionEvent.java
+++ b/vtm/src/org/oscim/event/MotionEvent.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/BitmapLayer.java b/vtm/src/org/oscim/layers/BitmapLayer.java
index ed0fd33f..75df47a6 100644
--- a/vtm/src/org/oscim/layers/BitmapLayer.java
+++ b/vtm/src/org/oscim/layers/BitmapLayer.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.layers;
import org.oscim.map.Map;
diff --git a/vtm/src/org/oscim/layers/CustomRenderLayer.java b/vtm/src/org/oscim/layers/CustomRenderLayer.java
index f302d7c8..b223fa65 100644
--- a/vtm/src/org/oscim/layers/CustomRenderLayer.java
+++ b/vtm/src/org/oscim/layers/CustomRenderLayer.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.layers;
import org.oscim.core.MapPosition;
diff --git a/vtm/src/org/oscim/layers/GenericLayer.java b/vtm/src/org/oscim/layers/GenericLayer.java
index 27ea73e5..34e92b15 100644
--- a/vtm/src/org/oscim/layers/GenericLayer.java
+++ b/vtm/src/org/oscim/layers/GenericLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/Layer.java b/vtm/src/org/oscim/layers/Layer.java
index db8ddd2c..405eff15 100644
--- a/vtm/src/org/oscim/layers/Layer.java
+++ b/vtm/src/org/oscim/layers/Layer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/MapEventLayer.java b/vtm/src/org/oscim/layers/MapEventLayer.java
index 83298217..38c30e41 100644
--- a/vtm/src/org/oscim/layers/MapEventLayer.java
+++ b/vtm/src/org/oscim/layers/MapEventLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/PathLayer.java b/vtm/src/org/oscim/layers/PathLayer.java
index 13799d4a..29536727 100644
--- a/vtm/src/org/oscim/layers/PathLayer.java
+++ b/vtm/src/org/oscim/layers/PathLayer.java
@@ -1,6 +1,8 @@
/*
- * Copyright 2012, osmdroid: Viesturs Zarins, Martin Pearman
- * Copyright 2012, Hannes Janetzek
+ * Copyright 2012 osmdroid authors: Viesturs Zarins, Martin Pearman
+ * Copyright 2012 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/layers/marker/ItemizedIconLayer.java b/vtm/src/org/oscim/layers/marker/ItemizedIconLayer.java
index 37991c5e..0b97a4d2 100644
--- a/vtm/src/org/oscim/layers/marker/ItemizedIconLayer.java
+++ b/vtm/src/org/oscim/layers/marker/ItemizedIconLayer.java
@@ -1,7 +1,9 @@
/*
- * Copyright 2012 osmdroid
+ * Copyright 2012 osmdroid authors
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/marker/ItemizedLayer.java b/vtm/src/org/oscim/layers/marker/ItemizedLayer.java
index 5f388f61..7104bea1 100644
--- a/vtm/src/org/oscim/layers/marker/ItemizedLayer.java
+++ b/vtm/src/org/oscim/layers/marker/ItemizedLayer.java
@@ -2,6 +2,8 @@
* Copyright 2012 osmdroid authors
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/marker/MarkerItem.java b/vtm/src/org/oscim/layers/marker/MarkerItem.java
index 3725265b..dfd1f537 100644
--- a/vtm/src/org/oscim/layers/marker/MarkerItem.java
+++ b/vtm/src/org/oscim/layers/marker/MarkerItem.java
@@ -1,7 +1,9 @@
/*
- * Copyright 2012 osmdroid
+ * Copyright 2012 osmdroid authors
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/marker/MarkerLayer.java b/vtm/src/org/oscim/layers/marker/MarkerLayer.java
index f55e53e0..2f9c9d84 100644
--- a/vtm/src/org/oscim/layers/marker/MarkerLayer.java
+++ b/vtm/src/org/oscim/layers/marker/MarkerLayer.java
@@ -1,7 +1,9 @@
/*
- * Copyright 2012 osmdroid
+ * Copyright 2012 osmdroid authors
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/marker/MarkerSymbol.java b/vtm/src/org/oscim/layers/marker/MarkerSymbol.java
index 7d704c27..c1d1af01 100644
--- a/vtm/src/org/oscim/layers/marker/MarkerSymbol.java
+++ b/vtm/src/org/oscim/layers/marker/MarkerSymbol.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.layers.marker;
import org.oscim.backend.canvas.Bitmap;
diff --git a/vtm/src/org/oscim/layers/tile/TileLayer.java b/vtm/src/org/oscim/layers/tile/TileLayer.java
index 51387be2..45245b9f 100644
--- a/vtm/src/org/oscim/layers/tile/TileLayer.java
+++ b/vtm/src/org/oscim/layers/tile/TileLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/tile/bitmap/AbstractTileSource.java b/vtm/src/org/oscim/layers/tile/bitmap/AbstractTileSource.java
index fc3f9f32..24abc2a1 100644
--- a/vtm/src/org/oscim/layers/tile/bitmap/AbstractTileSource.java
+++ b/vtm/src/org/oscim/layers/tile/bitmap/AbstractTileSource.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/layers/tile/bitmap/ArcGISWorldShaded.java b/vtm/src/org/oscim/layers/tile/bitmap/ArcGISWorldShaded.java
index 2a65e623..01c562dd 100644
--- a/vtm/src/org/oscim/layers/tile/bitmap/ArcGISWorldShaded.java
+++ b/vtm/src/org/oscim/layers/tile/bitmap/ArcGISWorldShaded.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/layers/tile/bitmap/BitmapTileLayer.java b/vtm/src/org/oscim/layers/tile/bitmap/BitmapTileLayer.java
index 399700f3..d25ff64c 100644
--- a/vtm/src/org/oscim/layers/tile/bitmap/BitmapTileLayer.java
+++ b/vtm/src/org/oscim/layers/tile/bitmap/BitmapTileLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/tile/bitmap/HillShadeTiles.java b/vtm/src/org/oscim/layers/tile/bitmap/HillShadeTiles.java
index 4cf43fee..33a495f5 100644
--- a/vtm/src/org/oscim/layers/tile/bitmap/HillShadeTiles.java
+++ b/vtm/src/org/oscim/layers/tile/bitmap/HillShadeTiles.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/layers/tile/bitmap/MapQuestAerial.java b/vtm/src/org/oscim/layers/tile/bitmap/MapQuestAerial.java
index bf96dcf4..8f440fa2 100644
--- a/vtm/src/org/oscim/layers/tile/bitmap/MapQuestAerial.java
+++ b/vtm/src/org/oscim/layers/tile/bitmap/MapQuestAerial.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/layers/tile/bitmap/NaturalEarth.java b/vtm/src/org/oscim/layers/tile/bitmap/NaturalEarth.java
index 7867e66e..7125afa8 100644
--- a/vtm/src/org/oscim/layers/tile/bitmap/NaturalEarth.java
+++ b/vtm/src/org/oscim/layers/tile/bitmap/NaturalEarth.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/layers/tile/bitmap/OpenStreetMap.java b/vtm/src/org/oscim/layers/tile/bitmap/OpenStreetMap.java
index a16cf37b..6874b4c5 100644
--- a/vtm/src/org/oscim/layers/tile/bitmap/OpenStreetMap.java
+++ b/vtm/src/org/oscim/layers/tile/bitmap/OpenStreetMap.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/layers/tile/bitmap/OpenStreetMapMapnik.java b/vtm/src/org/oscim/layers/tile/bitmap/OpenStreetMapMapnik.java
index 8607be9c..326dbde3 100644
--- a/vtm/src/org/oscim/layers/tile/bitmap/OpenStreetMapMapnik.java
+++ b/vtm/src/org/oscim/layers/tile/bitmap/OpenStreetMapMapnik.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/layers/tile/bitmap/OpenStreetMapTransport.java b/vtm/src/org/oscim/layers/tile/bitmap/OpenStreetMapTransport.java
index 0c72a7a6..ef9c0c32 100644
--- a/vtm/src/org/oscim/layers/tile/bitmap/OpenStreetMapTransport.java
+++ b/vtm/src/org/oscim/layers/tile/bitmap/OpenStreetMapTransport.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/layers/tile/bitmap/StamenTonerTiles.java b/vtm/src/org/oscim/layers/tile/bitmap/StamenTonerTiles.java
index 374a5f93..a53b01ec 100644
--- a/vtm/src/org/oscim/layers/tile/bitmap/StamenTonerTiles.java
+++ b/vtm/src/org/oscim/layers/tile/bitmap/StamenTonerTiles.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/layers/tile/bitmap/StamenWaterTiles.java b/vtm/src/org/oscim/layers/tile/bitmap/StamenWaterTiles.java
index 8ac4fe31..1c50c935 100644
--- a/vtm/src/org/oscim/layers/tile/bitmap/StamenWaterTiles.java
+++ b/vtm/src/org/oscim/layers/tile/bitmap/StamenWaterTiles.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/layers/tile/bitmap/TileSource.java b/vtm/src/org/oscim/layers/tile/bitmap/TileSource.java
index 8ce14214..b229ac07 100644
--- a/vtm/src/org/oscim/layers/tile/bitmap/TileSource.java
+++ b/vtm/src/org/oscim/layers/tile/bitmap/TileSource.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/layers/tile/example/TestTileLayer.java b/vtm/src/org/oscim/layers/tile/example/TestTileLayer.java
index 1910b31b..c10ef155 100644
--- a/vtm/src/org/oscim/layers/tile/example/TestTileLayer.java
+++ b/vtm/src/org/oscim/layers/tile/example/TestTileLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/tile/vector/BuildingLayer.java b/vtm/src/org/oscim/layers/tile/vector/BuildingLayer.java
index 97b1bc33..4627b36f 100644
--- a/vtm/src/org/oscim/layers/tile/vector/BuildingLayer.java
+++ b/vtm/src/org/oscim/layers/tile/vector/BuildingLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/tile/vector/VectorTileLayer.java b/vtm/src/org/oscim/layers/tile/vector/VectorTileLayer.java
index 1ad962e4..071f700a 100644
--- a/vtm/src/org/oscim/layers/tile/vector/VectorTileLayer.java
+++ b/vtm/src/org/oscim/layers/tile/vector/VectorTileLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/tile/vector/VectorTileLoader.java b/vtm/src/org/oscim/layers/tile/vector/VectorTileLoader.java
index b1633fa1..79456dd9 100644
--- a/vtm/src/org/oscim/layers/tile/vector/VectorTileLoader.java
+++ b/vtm/src/org/oscim/layers/tile/vector/VectorTileLoader.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012, 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/tile/vector/labeling/Debug.java b/vtm/src/org/oscim/layers/tile/vector/labeling/Debug.java
index 601a4ce9..500e9e36 100644
--- a/vtm/src/org/oscim/layers/tile/vector/labeling/Debug.java
+++ b/vtm/src/org/oscim/layers/tile/vector/labeling/Debug.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/tile/vector/labeling/Label.java b/vtm/src/org/oscim/layers/tile/vector/labeling/Label.java
index aa42a47a..56bfced5 100644
--- a/vtm/src/org/oscim/layers/tile/vector/labeling/Label.java
+++ b/vtm/src/org/oscim/layers/tile/vector/labeling/Label.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/tile/vector/labeling/LabelLayer.java b/vtm/src/org/oscim/layers/tile/vector/labeling/LabelLayer.java
index 7b1e9524..eb3ecaac 100644
--- a/vtm/src/org/oscim/layers/tile/vector/labeling/LabelLayer.java
+++ b/vtm/src/org/oscim/layers/tile/vector/labeling/LabelLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012, 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/tile/vector/labeling/TextRenderer.java b/vtm/src/org/oscim/layers/tile/vector/labeling/TextRenderer.java
index 6845c367..a80383d2 100644
--- a/vtm/src/org/oscim/layers/tile/vector/labeling/TextRenderer.java
+++ b/vtm/src/org/oscim/layers/tile/vector/labeling/TextRenderer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/layers/tile/vector/labeling/WayDecorator.java b/vtm/src/org/oscim/layers/tile/vector/labeling/WayDecorator.java
index 2446fc5c..b5811874 100644
--- a/vtm/src/org/oscim/layers/tile/vector/labeling/WayDecorator.java
+++ b/vtm/src/org/oscim/layers/tile/vector/labeling/WayDecorator.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
- * Copyright 2013, OpenScienceMap
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/map/Layers.java b/vtm/src/org/oscim/map/Layers.java
index d1bfb2ce..5722eb5f 100644
--- a/vtm/src/org/oscim/map/Layers.java
+++ b/vtm/src/org/oscim/map/Layers.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.map;
import java.util.AbstractList;
diff --git a/vtm/src/org/oscim/map/Map.java b/vtm/src/org/oscim/map/Map.java
index d630be68..e5896548 100644
--- a/vtm/src/org/oscim/map/Map.java
+++ b/vtm/src/org/oscim/map/Map.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/map/MapAnimator.java b/vtm/src/org/oscim/map/MapAnimator.java
index 9d400fb7..e79f9a7c 100644
--- a/vtm/src/org/oscim/map/MapAnimator.java
+++ b/vtm/src/org/oscim/map/MapAnimator.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.map;
import org.oscim.core.BoundingBox;
diff --git a/vtm/src/org/oscim/map/Viewport.java b/vtm/src/org/oscim/map/Viewport.java
index 437bb3b2..d4b21298 100644
--- a/vtm/src/org/oscim/map/Viewport.java
+++ b/vtm/src/org/oscim/map/Viewport.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/BitmapRenderer.java b/vtm/src/org/oscim/renderer/BitmapRenderer.java
index e611c759..a92b9260 100644
--- a/vtm/src/org/oscim/renderer/BitmapRenderer.java
+++ b/vtm/src/org/oscim/renderer/BitmapRenderer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/BufferObject.java b/vtm/src/org/oscim/renderer/BufferObject.java
index 66692828..b35119ef 100644
--- a/vtm/src/org/oscim/renderer/BufferObject.java
+++ b/vtm/src/org/oscim/renderer/BufferObject.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/ElementRenderer.java b/vtm/src/org/oscim/renderer/ElementRenderer.java
index bb17bcbf..a1ef1771 100644
--- a/vtm/src/org/oscim/renderer/ElementRenderer.java
+++ b/vtm/src/org/oscim/renderer/ElementRenderer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/ExtrusionRenderer.java b/vtm/src/org/oscim/renderer/ExtrusionRenderer.java
index f613139e..0e36d07e 100644
--- a/vtm/src/org/oscim/renderer/ExtrusionRenderer.java
+++ b/vtm/src/org/oscim/renderer/ExtrusionRenderer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/GLMatrix.java b/vtm/src/org/oscim/renderer/GLMatrix.java
index 6f1209b2..1f7fc8ab 100644
--- a/vtm/src/org/oscim/renderer/GLMatrix.java
+++ b/vtm/src/org/oscim/renderer/GLMatrix.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/GLState.java b/vtm/src/org/oscim/renderer/GLState.java
index 28d30690..886012a3 100644
--- a/vtm/src/org/oscim/renderer/GLState.java
+++ b/vtm/src/org/oscim/renderer/GLState.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/GLUtils.java b/vtm/src/org/oscim/renderer/GLUtils.java
index 1e16b9be..a07cdfb5 100644
--- a/vtm/src/org/oscim/renderer/GLUtils.java
+++ b/vtm/src/org/oscim/renderer/GLUtils.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/GridRenderer.java b/vtm/src/org/oscim/renderer/GridRenderer.java
index 55cfe656..c21a3587 100644
--- a/vtm/src/org/oscim/renderer/GridRenderer.java
+++ b/vtm/src/org/oscim/renderer/GridRenderer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/LayerRenderer.java b/vtm/src/org/oscim/renderer/LayerRenderer.java
index eae80d78..c2a16940 100644
--- a/vtm/src/org/oscim/renderer/LayerRenderer.java
+++ b/vtm/src/org/oscim/renderer/LayerRenderer.java
@@ -1,5 +1,7 @@
/*
- * Copyright 2012, Hannes Janetzek
+ * Copyright 2012 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/renderer/MapRenderer.java b/vtm/src/org/oscim/renderer/MapRenderer.java
index 578e3854..6cefa2dd 100644
--- a/vtm/src/org/oscim/renderer/MapRenderer.java
+++ b/vtm/src/org/oscim/renderer/MapRenderer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012, 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/atlas/SpriteManager.java b/vtm/src/org/oscim/renderer/atlas/SpriteManager.java
index 29162c00..d39acb6d 100644
--- a/vtm/src/org/oscim/renderer/atlas/SpriteManager.java
+++ b/vtm/src/org/oscim/renderer/atlas/SpriteManager.java
@@ -1,5 +1,7 @@
/*
- * Copyright 2013
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/renderer/atlas/TextureAtlas.java b/vtm/src/org/oscim/renderer/atlas/TextureAtlas.java
index 95a285bc..6ed464c2 100644
--- a/vtm/src/org/oscim/renderer/atlas/TextureAtlas.java
+++ b/vtm/src/org/oscim/renderer/atlas/TextureAtlas.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/atlas/TextureRegion.java b/vtm/src/org/oscim/renderer/atlas/TextureRegion.java
index 80328e67..d73bfea2 100644
--- a/vtm/src/org/oscim/renderer/atlas/TextureRegion.java
+++ b/vtm/src/org/oscim/renderer/atlas/TextureRegion.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/elements/BitmapLayer.java b/vtm/src/org/oscim/renderer/elements/BitmapLayer.java
index 57bb023c..17c01de7 100644
--- a/vtm/src/org/oscim/renderer/elements/BitmapLayer.java
+++ b/vtm/src/org/oscim/renderer/elements/BitmapLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/elements/ElementLayers.java b/vtm/src/org/oscim/renderer/elements/ElementLayers.java
index 6a7bd4ae..fb70e10d 100644
--- a/vtm/src/org/oscim/renderer/elements/ElementLayers.java
+++ b/vtm/src/org/oscim/renderer/elements/ElementLayers.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012, 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/elements/ExtrusionLayer.java b/vtm/src/org/oscim/renderer/elements/ExtrusionLayer.java
index 09e767b9..8c14ad95 100644
--- a/vtm/src/org/oscim/renderer/elements/ExtrusionLayer.java
+++ b/vtm/src/org/oscim/renderer/elements/ExtrusionLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012, 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/elements/LineLayer.java b/vtm/src/org/oscim/renderer/elements/LineLayer.java
index 0ea9ddf9..6fd7549c 100644
--- a/vtm/src/org/oscim/renderer/elements/LineLayer.java
+++ b/vtm/src/org/oscim/renderer/elements/LineLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/elements/LineTexLayer.java b/vtm/src/org/oscim/renderer/elements/LineTexLayer.java
index 2e4d8c53..250fc31e 100644
--- a/vtm/src/org/oscim/renderer/elements/LineTexLayer.java
+++ b/vtm/src/org/oscim/renderer/elements/LineTexLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/elements/MeshLayer.java b/vtm/src/org/oscim/renderer/elements/MeshLayer.java
index 152dff21..1b271b5b 100644
--- a/vtm/src/org/oscim/renderer/elements/MeshLayer.java
+++ b/vtm/src/org/oscim/renderer/elements/MeshLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/elements/PolygonLayer.java b/vtm/src/org/oscim/renderer/elements/PolygonLayer.java
index e435dcf8..d8bddcf8 100644
--- a/vtm/src/org/oscim/renderer/elements/PolygonLayer.java
+++ b/vtm/src/org/oscim/renderer/elements/PolygonLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/elements/RenderElement.java b/vtm/src/org/oscim/renderer/elements/RenderElement.java
index d5676bcf..0291c963 100644
--- a/vtm/src/org/oscim/renderer/elements/RenderElement.java
+++ b/vtm/src/org/oscim/renderer/elements/RenderElement.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012, 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/elements/SymbolItem.java b/vtm/src/org/oscim/renderer/elements/SymbolItem.java
index 3ad3e5a9..5f764b0b 100644
--- a/vtm/src/org/oscim/renderer/elements/SymbolItem.java
+++ b/vtm/src/org/oscim/renderer/elements/SymbolItem.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/elements/SymbolLayer.java b/vtm/src/org/oscim/renderer/elements/SymbolLayer.java
index a5fe7d35..054f902d 100644
--- a/vtm/src/org/oscim/renderer/elements/SymbolLayer.java
+++ b/vtm/src/org/oscim/renderer/elements/SymbolLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/elements/TextItem.java b/vtm/src/org/oscim/renderer/elements/TextItem.java
index 67064cd2..1a905f8e 100644
--- a/vtm/src/org/oscim/renderer/elements/TextItem.java
+++ b/vtm/src/org/oscim/renderer/elements/TextItem.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/elements/TextLayer.java b/vtm/src/org/oscim/renderer/elements/TextLayer.java
index 91af416a..960a9b88 100644
--- a/vtm/src/org/oscim/renderer/elements/TextLayer.java
+++ b/vtm/src/org/oscim/renderer/elements/TextLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/elements/TextureItem.java b/vtm/src/org/oscim/renderer/elements/TextureItem.java
index ee4063ae..98c39446 100644
--- a/vtm/src/org/oscim/renderer/elements/TextureItem.java
+++ b/vtm/src/org/oscim/renderer/elements/TextureItem.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012, 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/elements/TextureLayer.java b/vtm/src/org/oscim/renderer/elements/TextureLayer.java
index cf63b6b9..5f7e624d 100644
--- a/vtm/src/org/oscim/renderer/elements/TextureLayer.java
+++ b/vtm/src/org/oscim/renderer/elements/TextureLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012, 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/elements/VertexItem.java b/vtm/src/org/oscim/renderer/elements/VertexItem.java
index e215ce99..799b459a 100644
--- a/vtm/src/org/oscim/renderer/elements/VertexItem.java
+++ b/vtm/src/org/oscim/renderer/elements/VertexItem.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/test/AtlasRenderLayer.java b/vtm/src/org/oscim/renderer/test/AtlasRenderLayer.java
index 65c6ce76..9cdc153f 100644
--- a/vtm/src/org/oscim/renderer/test/AtlasRenderLayer.java
+++ b/vtm/src/org/oscim/renderer/test/AtlasRenderLayer.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.renderer.test;
import java.util.Arrays;
diff --git a/vtm/src/org/oscim/renderer/test/CustomRenderer.java b/vtm/src/org/oscim/renderer/test/CustomRenderer.java
index f119b385..0e8a5916 100644
--- a/vtm/src/org/oscim/renderer/test/CustomRenderer.java
+++ b/vtm/src/org/oscim/renderer/test/CustomRenderer.java
@@ -1,5 +1,7 @@
/*
- * Copyright 2013 Hannes Janetzek.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/renderer/test/CustomRenderer2.java b/vtm/src/org/oscim/renderer/test/CustomRenderer2.java
index 37125fb3..f05f08c4 100644
--- a/vtm/src/org/oscim/renderer/test/CustomRenderer2.java
+++ b/vtm/src/org/oscim/renderer/test/CustomRenderer2.java
@@ -1,5 +1,7 @@
/*
- * Copyright 2013 Hannes Janetzek.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/renderer/test/SymbolRenderLayer.java b/vtm/src/org/oscim/renderer/test/SymbolRenderLayer.java
index 84f78b8e..5cf4e9ea 100644
--- a/vtm/src/org/oscim/renderer/test/SymbolRenderLayer.java
+++ b/vtm/src/org/oscim/renderer/test/SymbolRenderLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/renderer/test/TestRenderLayer.java b/vtm/src/org/oscim/renderer/test/TestRenderLayer.java
index 5ec9e498..ccdeb9fd 100644
--- a/vtm/src/org/oscim/renderer/test/TestRenderLayer.java
+++ b/vtm/src/org/oscim/renderer/test/TestRenderLayer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/theme/ExternalRenderTheme.java b/vtm/src/org/oscim/theme/ExternalRenderTheme.java
index 7b23368a..4bb6811d 100644
--- a/vtm/src/org/oscim/theme/ExternalRenderTheme.java
+++ b/vtm/src/org/oscim/theme/ExternalRenderTheme.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/theme/IRenderTheme.java b/vtm/src/org/oscim/theme/IRenderTheme.java
index d2adfb02..fe1a6f81 100644
--- a/vtm/src/org/oscim/theme/IRenderTheme.java
+++ b/vtm/src/org/oscim/theme/IRenderTheme.java
@@ -2,6 +2,8 @@
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/theme/InternalRenderTheme.java b/vtm/src/org/oscim/theme/InternalRenderTheme.java
index e6e3b7cb..5a4aaac6 100644
--- a/vtm/src/org/oscim/theme/InternalRenderTheme.java
+++ b/vtm/src/org/oscim/theme/InternalRenderTheme.java
@@ -2,6 +2,8 @@
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/theme/MatchingCacheKey.java b/vtm/src/org/oscim/theme/MatchingCacheKey.java
index 8d79f493..05dfdfd5 100644
--- a/vtm/src/org/oscim/theme/MatchingCacheKey.java
+++ b/vtm/src/org/oscim/theme/MatchingCacheKey.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/theme/RenderTheme.java b/vtm/src/org/oscim/theme/RenderTheme.java
index ef899537..e75839da 100644
--- a/vtm/src/org/oscim/theme/RenderTheme.java
+++ b/vtm/src/org/oscim/theme/RenderTheme.java
@@ -2,6 +2,8 @@
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/theme/RenderThemeHandler.java b/vtm/src/org/oscim/theme/RenderThemeHandler.java
index 815b8a4f..b4718307 100644
--- a/vtm/src/org/oscim/theme/RenderThemeHandler.java
+++ b/vtm/src/org/oscim/theme/RenderThemeHandler.java
@@ -2,6 +2,8 @@
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/theme/Theme.java b/vtm/src/org/oscim/theme/Theme.java
index 5089eb30..3a2f2291 100644
--- a/vtm/src/org/oscim/theme/Theme.java
+++ b/vtm/src/org/oscim/theme/Theme.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/theme/ThemeLoader.java b/vtm/src/org/oscim/theme/ThemeLoader.java
index 21b4e1cb..271b3e49 100644
--- a/vtm/src/org/oscim/theme/ThemeLoader.java
+++ b/vtm/src/org/oscim/theme/ThemeLoader.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/theme/renderinstruction/Area.java b/vtm/src/org/oscim/theme/renderinstruction/Area.java
index c28889e6..29b7d443 100644
--- a/vtm/src/org/oscim/theme/renderinstruction/Area.java
+++ b/vtm/src/org/oscim/theme/renderinstruction/Area.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/theme/renderinstruction/AreaLevel.java b/vtm/src/org/oscim/theme/renderinstruction/AreaLevel.java
index 9cb7df23..5e4f0e63 100644
--- a/vtm/src/org/oscim/theme/renderinstruction/AreaLevel.java
+++ b/vtm/src/org/oscim/theme/renderinstruction/AreaLevel.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/theme/renderinstruction/Circle.java b/vtm/src/org/oscim/theme/renderinstruction/Circle.java
index 14f118a8..9d9de6b2 100644
--- a/vtm/src/org/oscim/theme/renderinstruction/Circle.java
+++ b/vtm/src/org/oscim/theme/renderinstruction/Circle.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/theme/renderinstruction/Extrusion.java b/vtm/src/org/oscim/theme/renderinstruction/Extrusion.java
index 2402caa7..27e9c0d2 100644
--- a/vtm/src/org/oscim/theme/renderinstruction/Extrusion.java
+++ b/vtm/src/org/oscim/theme/renderinstruction/Extrusion.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.theme.renderinstruction;
import org.oscim.backend.canvas.Color;
diff --git a/vtm/src/org/oscim/theme/renderinstruction/Line.java b/vtm/src/org/oscim/theme/renderinstruction/Line.java
index 486459c5..818a19e0 100644
--- a/vtm/src/org/oscim/theme/renderinstruction/Line.java
+++ b/vtm/src/org/oscim/theme/renderinstruction/Line.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/theme/renderinstruction/LineSymbol.java b/vtm/src/org/oscim/theme/renderinstruction/LineSymbol.java
index ccbb6291..9be650fc 100644
--- a/vtm/src/org/oscim/theme/renderinstruction/LineSymbol.java
+++ b/vtm/src/org/oscim/theme/renderinstruction/LineSymbol.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/theme/renderinstruction/RenderInstruction.java b/vtm/src/org/oscim/theme/renderinstruction/RenderInstruction.java
index 4ca6e256..ea5e1308 100644
--- a/vtm/src/org/oscim/theme/renderinstruction/RenderInstruction.java
+++ b/vtm/src/org/oscim/theme/renderinstruction/RenderInstruction.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/theme/renderinstruction/Symbol.java b/vtm/src/org/oscim/theme/renderinstruction/Symbol.java
index 5414f5b3..862096ad 100644
--- a/vtm/src/org/oscim/theme/renderinstruction/Symbol.java
+++ b/vtm/src/org/oscim/theme/renderinstruction/Symbol.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/theme/renderinstruction/Text.java b/vtm/src/org/oscim/theme/renderinstruction/Text.java
index f96fd8b6..20361281 100644
--- a/vtm/src/org/oscim/theme/renderinstruction/Text.java
+++ b/vtm/src/org/oscim/theme/renderinstruction/Text.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/theme/rule/AnyMatcher.java b/vtm/src/org/oscim/theme/rule/AnyMatcher.java
index 8b0fd66c..c0130570 100644
--- a/vtm/src/org/oscim/theme/rule/AnyMatcher.java
+++ b/vtm/src/org/oscim/theme/rule/AnyMatcher.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/theme/rule/AttributeMatcher.java b/vtm/src/org/oscim/theme/rule/AttributeMatcher.java
index 91e1d647..4f02ce68 100644
--- a/vtm/src/org/oscim/theme/rule/AttributeMatcher.java
+++ b/vtm/src/org/oscim/theme/rule/AttributeMatcher.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/theme/rule/Closed.java b/vtm/src/org/oscim/theme/rule/Closed.java
index f2499b6c..2a99bee9 100644
--- a/vtm/src/org/oscim/theme/rule/Closed.java
+++ b/vtm/src/org/oscim/theme/rule/Closed.java
@@ -2,6 +2,8 @@
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/theme/rule/Element.java b/vtm/src/org/oscim/theme/rule/Element.java
index ca2dcc71..5b961953 100644
--- a/vtm/src/org/oscim/theme/rule/Element.java
+++ b/vtm/src/org/oscim/theme/rule/Element.java
@@ -2,6 +2,8 @@
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/theme/rule/MultiKeyMatcher.java b/vtm/src/org/oscim/theme/rule/MultiKeyMatcher.java
index 9c3ceef1..1389e84e 100644
--- a/vtm/src/org/oscim/theme/rule/MultiKeyMatcher.java
+++ b/vtm/src/org/oscim/theme/rule/MultiKeyMatcher.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/theme/rule/MultiValueMatcher.java b/vtm/src/org/oscim/theme/rule/MultiValueMatcher.java
index 9c69db52..821d1269 100644
--- a/vtm/src/org/oscim/theme/rule/MultiValueMatcher.java
+++ b/vtm/src/org/oscim/theme/rule/MultiValueMatcher.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/theme/rule/NegativeMatcher.java b/vtm/src/org/oscim/theme/rule/NegativeMatcher.java
index 9fec9cf3..d859bd4e 100644
--- a/vtm/src/org/oscim/theme/rule/NegativeMatcher.java
+++ b/vtm/src/org/oscim/theme/rule/NegativeMatcher.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/theme/rule/NegativeRule.java b/vtm/src/org/oscim/theme/rule/NegativeRule.java
index 9952a393..054575ef 100644
--- a/vtm/src/org/oscim/theme/rule/NegativeRule.java
+++ b/vtm/src/org/oscim/theme/rule/NegativeRule.java
@@ -2,6 +2,8 @@
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/theme/rule/PositiveRule.java b/vtm/src/org/oscim/theme/rule/PositiveRule.java
index 00be2b19..fb6b15ff 100644
--- a/vtm/src/org/oscim/theme/rule/PositiveRule.java
+++ b/vtm/src/org/oscim/theme/rule/PositiveRule.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/theme/rule/Rule.java b/vtm/src/org/oscim/theme/rule/Rule.java
index cdb5be7c..20849d96 100644
--- a/vtm/src/org/oscim/theme/rule/Rule.java
+++ b/vtm/src/org/oscim/theme/rule/Rule.java
@@ -1,6 +1,9 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/theme/rule/RuleOptimizer.java b/vtm/src/org/oscim/theme/rule/RuleOptimizer.java
index 9f73afab..e6bae924 100644
--- a/vtm/src/org/oscim/theme/rule/RuleOptimizer.java
+++ b/vtm/src/org/oscim/theme/rule/RuleOptimizer.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/theme/rule/SingleKeyMatcher.java b/vtm/src/org/oscim/theme/rule/SingleKeyMatcher.java
index 497ad32d..12eda8a5 100644
--- a/vtm/src/org/oscim/theme/rule/SingleKeyMatcher.java
+++ b/vtm/src/org/oscim/theme/rule/SingleKeyMatcher.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/theme/rule/SingleValueMatcher.java b/vtm/src/org/oscim/theme/rule/SingleValueMatcher.java
index 0dc8de75..5327bf56 100644
--- a/vtm/src/org/oscim/theme/rule/SingleValueMatcher.java
+++ b/vtm/src/org/oscim/theme/rule/SingleValueMatcher.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/tiling/JobQueue.java b/vtm/src/org/oscim/tiling/JobQueue.java
index 914ba78d..20a63d61 100644
--- a/vtm/src/org/oscim/tiling/JobQueue.java
+++ b/vtm/src/org/oscim/tiling/JobQueue.java
@@ -2,6 +2,8 @@
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2012, 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/MapTile.java b/vtm/src/org/oscim/tiling/MapTile.java
index 1a0cf44e..1a811dcf 100644
--- a/vtm/src/org/oscim/tiling/MapTile.java
+++ b/vtm/src/org/oscim/tiling/MapTile.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012, 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/TileDistanceSort.java b/vtm/src/org/oscim/tiling/TileDistanceSort.java
index 3a82d514..57d6aedf 100644
--- a/vtm/src/org/oscim/tiling/TileDistanceSort.java
+++ b/vtm/src/org/oscim/tiling/TileDistanceSort.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/TileLoader.java b/vtm/src/org/oscim/tiling/TileLoader.java
index 059cb98a..302be92c 100644
--- a/vtm/src/org/oscim/tiling/TileLoader.java
+++ b/vtm/src/org/oscim/tiling/TileLoader.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/TileManager.java b/vtm/src/org/oscim/tiling/TileManager.java
index a7a3aaa8..12a7da91 100644
--- a/vtm/src/org/oscim/tiling/TileManager.java
+++ b/vtm/src/org/oscim/tiling/TileManager.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/TileRenderer.java b/vtm/src/org/oscim/tiling/TileRenderer.java
index 0ad0a1d7..bbf1bad2 100644
--- a/vtm/src/org/oscim/tiling/TileRenderer.java
+++ b/vtm/src/org/oscim/tiling/TileRenderer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/TileSet.java b/vtm/src/org/oscim/tiling/TileSet.java
index e780393a..c9717920 100644
--- a/vtm/src/org/oscim/tiling/TileSet.java
+++ b/vtm/src/org/oscim/tiling/TileSet.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/ITileCache.java b/vtm/src/org/oscim/tiling/source/ITileCache.java
index 2be6244b..68bdcd29 100644
--- a/vtm/src/org/oscim/tiling/source/ITileCache.java
+++ b/vtm/src/org/oscim/tiling/source/ITileCache.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/ITileDataSink.java b/vtm/src/org/oscim/tiling/source/ITileDataSink.java
index 80f5f308..a21515a4 100644
--- a/vtm/src/org/oscim/tiling/source/ITileDataSink.java
+++ b/vtm/src/org/oscim/tiling/source/ITileDataSink.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/ITileDataSource.java b/vtm/src/org/oscim/tiling/source/ITileDataSource.java
index c34f3efd..e8af1523 100644
--- a/vtm/src/org/oscim/tiling/source/ITileDataSource.java
+++ b/vtm/src/org/oscim/tiling/source/ITileDataSource.java
@@ -2,6 +2,8 @@
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/TileSource.java b/vtm/src/org/oscim/tiling/source/TileSource.java
index 129ae8e2..344f643f 100644
--- a/vtm/src/org/oscim/tiling/source/TileSource.java
+++ b/vtm/src/org/oscim/tiling/source/TileSource.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/common/LwHttp.java b/vtm/src/org/oscim/tiling/source/common/LwHttp.java
index 258e1747..415f0441 100644
--- a/vtm/src/org/oscim/tiling/source/common/LwHttp.java
+++ b/vtm/src/org/oscim/tiling/source/common/LwHttp.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/common/PbfDecoder.java b/vtm/src/org/oscim/tiling/source/common/PbfDecoder.java
index 6f2926b0..cfafb077 100644
--- a/vtm/src/org/oscim/tiling/source/common/PbfDecoder.java
+++ b/vtm/src/org/oscim/tiling/source/common/PbfDecoder.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/common/PbfTileDataSource.java b/vtm/src/org/oscim/tiling/source/common/PbfTileDataSource.java
index aeec26d5..1d016a55 100644
--- a/vtm/src/org/oscim/tiling/source/common/PbfTileDataSource.java
+++ b/vtm/src/org/oscim/tiling/source/common/PbfTileDataSource.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/common/UrlTileSource.java b/vtm/src/org/oscim/tiling/source/common/UrlTileSource.java
index 3696f51f..d96cac8c 100644
--- a/vtm/src/org/oscim/tiling/source/common/UrlTileSource.java
+++ b/vtm/src/org/oscim/tiling/source/common/UrlTileSource.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapfile/Deserializer.java b/vtm/src/org/oscim/tiling/source/mapfile/Deserializer.java
index 19d589d9..f0eaf180 100644
--- a/vtm/src/org/oscim/tiling/source/mapfile/Deserializer.java
+++ b/vtm/src/org/oscim/tiling/source/mapfile/Deserializer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapfile/IndexCache.java b/vtm/src/org/oscim/tiling/source/mapfile/IndexCache.java
index ed8a872b..44fe636b 100644
--- a/vtm/src/org/oscim/tiling/source/mapfile/IndexCache.java
+++ b/vtm/src/org/oscim/tiling/source/mapfile/IndexCache.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapfile/IndexCacheEntryKey.java b/vtm/src/org/oscim/tiling/source/mapfile/IndexCacheEntryKey.java
index fdd116eb..26c4330b 100644
--- a/vtm/src/org/oscim/tiling/source/mapfile/IndexCacheEntryKey.java
+++ b/vtm/src/org/oscim/tiling/source/mapfile/IndexCacheEntryKey.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapfile/MapDatabase.java b/vtm/src/org/oscim/tiling/source/mapfile/MapDatabase.java
index e67f9d25..5cfce689 100644
--- a/vtm/src/org/oscim/tiling/source/mapfile/MapDatabase.java
+++ b/vtm/src/org/oscim/tiling/source/mapfile/MapDatabase.java
@@ -2,6 +2,8 @@
* Copyright 2010, 2011, 2012 mapsforge.org
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapfile/MapFileTileSource.java b/vtm/src/org/oscim/tiling/source/mapfile/MapFileTileSource.java
index 30b4c18c..f334e93c 100644
--- a/vtm/src/org/oscim/tiling/source/mapfile/MapFileTileSource.java
+++ b/vtm/src/org/oscim/tiling/source/mapfile/MapFileTileSource.java
@@ -2,6 +2,8 @@
* Copyright 2013 Hannes Janetzek
* Copyright 2013 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapfile/MapInfo.java b/vtm/src/org/oscim/tiling/source/mapfile/MapInfo.java
index d56fabe6..be80aacb 100644
--- a/vtm/src/org/oscim/tiling/source/mapfile/MapInfo.java
+++ b/vtm/src/org/oscim/tiling/source/mapfile/MapInfo.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapfile/Projection.java b/vtm/src/org/oscim/tiling/source/mapfile/Projection.java
index 6dbf8f5b..5b62f23a 100644
--- a/vtm/src/org/oscim/tiling/source/mapfile/Projection.java
+++ b/vtm/src/org/oscim/tiling/source/mapfile/Projection.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapfile/QueryCalculations.java b/vtm/src/org/oscim/tiling/source/mapfile/QueryCalculations.java
index 38d569ad..a0b73741 100644
--- a/vtm/src/org/oscim/tiling/source/mapfile/QueryCalculations.java
+++ b/vtm/src/org/oscim/tiling/source/mapfile/QueryCalculations.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapfile/QueryParameters.java b/vtm/src/org/oscim/tiling/source/mapfile/QueryParameters.java
index a04ff205..a1948788 100644
--- a/vtm/src/org/oscim/tiling/source/mapfile/QueryParameters.java
+++ b/vtm/src/org/oscim/tiling/source/mapfile/QueryParameters.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapfile/ReadBuffer.java b/vtm/src/org/oscim/tiling/source/mapfile/ReadBuffer.java
index 68364305..fbbe1f21 100644
--- a/vtm/src/org/oscim/tiling/source/mapfile/ReadBuffer.java
+++ b/vtm/src/org/oscim/tiling/source/mapfile/ReadBuffer.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapfile/header/MapFileHeader.java b/vtm/src/org/oscim/tiling/source/mapfile/header/MapFileHeader.java
index bf0eb734..e9dc2955 100644
--- a/vtm/src/org/oscim/tiling/source/mapfile/header/MapFileHeader.java
+++ b/vtm/src/org/oscim/tiling/source/mapfile/header/MapFileHeader.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapfile/header/MapFileInfo.java b/vtm/src/org/oscim/tiling/source/mapfile/header/MapFileInfo.java
index 0e5f57ad..ea3ddd68 100644
--- a/vtm/src/org/oscim/tiling/source/mapfile/header/MapFileInfo.java
+++ b/vtm/src/org/oscim/tiling/source/mapfile/header/MapFileInfo.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapfile/header/MapFileInfoBuilder.java b/vtm/src/org/oscim/tiling/source/mapfile/header/MapFileInfoBuilder.java
index 60f47231..967d2c87 100644
--- a/vtm/src/org/oscim/tiling/source/mapfile/header/MapFileInfoBuilder.java
+++ b/vtm/src/org/oscim/tiling/source/mapfile/header/MapFileInfoBuilder.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapfile/header/OptionalFields.java b/vtm/src/org/oscim/tiling/source/mapfile/header/OptionalFields.java
index b52093ed..287129ed 100644
--- a/vtm/src/org/oscim/tiling/source/mapfile/header/OptionalFields.java
+++ b/vtm/src/org/oscim/tiling/source/mapfile/header/OptionalFields.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapfile/header/RequiredFields.java b/vtm/src/org/oscim/tiling/source/mapfile/header/RequiredFields.java
index 31f5638d..4ba72743 100644
--- a/vtm/src/org/oscim/tiling/source/mapfile/header/RequiredFields.java
+++ b/vtm/src/org/oscim/tiling/source/mapfile/header/RequiredFields.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapfile/header/SubFileParameter.java b/vtm/src/org/oscim/tiling/source/mapfile/header/SubFileParameter.java
index 6e664104..0a3ac796 100644
--- a/vtm/src/org/oscim/tiling/source/mapfile/header/SubFileParameter.java
+++ b/vtm/src/org/oscim/tiling/source/mapfile/header/SubFileParameter.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapfile/header/SubFileParameterBuilder.java b/vtm/src/org/oscim/tiling/source/mapfile/header/SubFileParameterBuilder.java
index 01e32047..4674789e 100644
--- a/vtm/src/org/oscim/tiling/source/mapfile/header/SubFileParameterBuilder.java
+++ b/vtm/src/org/oscim/tiling/source/mapfile/header/SubFileParameterBuilder.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapnik/MapnikVectorTileSource.java b/vtm/src/org/oscim/tiling/source/mapnik/MapnikVectorTileSource.java
index 520c257a..446607bf 100644
--- a/vtm/src/org/oscim/tiling/source/mapnik/MapnikVectorTileSource.java
+++ b/vtm/src/org/oscim/tiling/source/mapnik/MapnikVectorTileSource.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/mapnik/TileDecoder.java b/vtm/src/org/oscim/tiling/source/mapnik/TileDecoder.java
index 79d6d441..a42b5420 100644
--- a/vtm/src/org/oscim/tiling/source/mapnik/TileDecoder.java
+++ b/vtm/src/org/oscim/tiling/source/mapnik/TileDecoder.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/oscimap/OSciMap1TileSource.java b/vtm/src/org/oscim/tiling/source/oscimap/OSciMap1TileSource.java
index ad46a744..be96832f 100644
--- a/vtm/src/org/oscim/tiling/source/oscimap/OSciMap1TileSource.java
+++ b/vtm/src/org/oscim/tiling/source/oscimap/OSciMap1TileSource.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/oscimap/Tags.java b/vtm/src/org/oscim/tiling/source/oscimap/Tags.java
index a4fcb8b0..165283f5 100644
--- a/vtm/src/org/oscim/tiling/source/oscimap/Tags.java
+++ b/vtm/src/org/oscim/tiling/source/oscimap/Tags.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/oscimap/TileDecoder.java b/vtm/src/org/oscim/tiling/source/oscimap/TileDecoder.java
index b07170e2..644b62c4 100644
--- a/vtm/src/org/oscim/tiling/source/oscimap/TileDecoder.java
+++ b/vtm/src/org/oscim/tiling/source/oscimap/TileDecoder.java
@@ -1,5 +1,7 @@
/*
- * Copyright 2013
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/tiling/source/oscimap2/OSciMap2TileSource.java b/vtm/src/org/oscim/tiling/source/oscimap2/OSciMap2TileSource.java
index e3dbd245..d3544d73 100644
--- a/vtm/src/org/oscim/tiling/source/oscimap2/OSciMap2TileSource.java
+++ b/vtm/src/org/oscim/tiling/source/oscimap2/OSciMap2TileSource.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/oscimap2/Tags.java b/vtm/src/org/oscim/tiling/source/oscimap2/Tags.java
index 93f00051..43fe8a82 100644
--- a/vtm/src/org/oscim/tiling/source/oscimap2/Tags.java
+++ b/vtm/src/org/oscim/tiling/source/oscimap2/Tags.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/oscimap4/OSciMap4TileSource.java b/vtm/src/org/oscim/tiling/source/oscimap4/OSciMap4TileSource.java
index 2757d552..81e0b0ce 100644
--- a/vtm/src/org/oscim/tiling/source/oscimap4/OSciMap4TileSource.java
+++ b/vtm/src/org/oscim/tiling/source/oscimap4/OSciMap4TileSource.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/oscimap4/Tags.java b/vtm/src/org/oscim/tiling/source/oscimap4/Tags.java
index ee6d2a95..0e1a210d 100644
--- a/vtm/src/org/oscim/tiling/source/oscimap4/Tags.java
+++ b/vtm/src/org/oscim/tiling/source/oscimap4/Tags.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/oscimap4/TileDecoder.java b/vtm/src/org/oscim/tiling/source/oscimap4/TileDecoder.java
index 6f9a487b..25d246bf 100644
--- a/vtm/src/org/oscim/tiling/source/oscimap4/TileDecoder.java
+++ b/vtm/src/org/oscim/tiling/source/oscimap4/TileDecoder.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/tiling/source/test/TestTileSource.java b/vtm/src/org/oscim/tiling/source/test/TestTileSource.java
index 1089f8f9..a2d9d2e9 100644
--- a/vtm/src/org/oscim/tiling/source/test/TestTileSource.java
+++ b/vtm/src/org/oscim/tiling/source/test/TestTileSource.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/utils/ArrayUtils.java b/vtm/src/org/oscim/utils/ArrayUtils.java
index c4c37bd2..73815698 100644
--- a/vtm/src/org/oscim/utils/ArrayUtils.java
+++ b/vtm/src/org/oscim/utils/ArrayUtils.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.utils;
public class ArrayUtils {
diff --git a/vtm/src/org/oscim/utils/FastMath.java b/vtm/src/org/oscim/utils/FastMath.java
index 22cac181..98945b8b 100644
--- a/vtm/src/org/oscim/utils/FastMath.java
+++ b/vtm/src/org/oscim/utils/FastMath.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/utils/GeometryUtils.java b/vtm/src/org/oscim/utils/GeometryUtils.java
index 222cc3ce..ddfdc670 100644
--- a/vtm/src/org/oscim/utils/GeometryUtils.java
+++ b/vtm/src/org/oscim/utils/GeometryUtils.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012, 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/utils/IOUtils.java b/vtm/src/org/oscim/utils/IOUtils.java
index f1ce36cd..d2e6cb21 100644
--- a/vtm/src/org/oscim/utils/IOUtils.java
+++ b/vtm/src/org/oscim/utils/IOUtils.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/utils/LRUCache.java b/vtm/src/org/oscim/utils/LRUCache.java
index 6f7c46e5..ce643ff1 100644
--- a/vtm/src/org/oscim/utils/LRUCache.java
+++ b/vtm/src/org/oscim/utils/LRUCache.java
@@ -1,6 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/utils/LineClipper.java b/vtm/src/org/oscim/utils/LineClipper.java
index 7d9f244b..422e39bb 100644
--- a/vtm/src/org/oscim/utils/LineClipper.java
+++ b/vtm/src/org/oscim/utils/LineClipper.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012, 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/utils/OBB2D.java b/vtm/src/org/oscim/utils/OBB2D.java
index 11fcfc0b..e016a057 100644
--- a/vtm/src/org/oscim/utils/OBB2D.java
+++ b/vtm/src/org/oscim/utils/OBB2D.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/utils/PausableThread.java b/vtm/src/org/oscim/utils/PausableThread.java
index 0d9c4220..19a75d7a 100644
--- a/vtm/src/org/oscim/utils/PausableThread.java
+++ b/vtm/src/org/oscim/utils/PausableThread.java
@@ -1,5 +1,8 @@
/*
* Copyright 2010, 2011, 2012 mapsforge.org
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
diff --git a/vtm/src/org/oscim/utils/ScanBox.java b/vtm/src/org/oscim/utils/ScanBox.java
index fd0b5a7c..bc95956e 100644
--- a/vtm/src/org/oscim/utils/ScanBox.java
+++ b/vtm/src/org/oscim/utils/ScanBox.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/utils/Tessellator.java b/vtm/src/org/oscim/utils/Tessellator.java
index 0a93b202..cd2aef7d 100644
--- a/vtm/src/org/oscim/utils/Tessellator.java
+++ b/vtm/src/org/oscim/utils/Tessellator.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.utils;
import java.util.Arrays;
diff --git a/vtm/src/org/oscim/utils/TileClipper.java b/vtm/src/org/oscim/utils/TileClipper.java
index 4c528665..aab95c42 100644
--- a/vtm/src/org/oscim/utils/TileClipper.java
+++ b/vtm/src/org/oscim/utils/TileClipper.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2013 Hannes Janetzek
+ *
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
+ * This program is free software: you can redistribute it and/or modify it under the
+ * terms of the GNU Lesser General Public License as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with
+ * this program. If not, see .
+ */
package org.oscim.utils;
import org.oscim.core.GeometryBuffer;
diff --git a/vtm/src/org/oscim/utils/Vec2.java b/vtm/src/org/oscim/utils/Vec2.java
index f7f02c77..a127fbb6 100644
--- a/vtm/src/org/oscim/utils/Vec2.java
+++ b/vtm/src/org/oscim/utils/Vec2.java
@@ -1,6 +1,8 @@
/*
* Copyright 2012, 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/utils/pool/Inlist.java b/vtm/src/org/oscim/utils/pool/Inlist.java
index e4a80a3a..68c55378 100644
--- a/vtm/src/org/oscim/utils/pool/Inlist.java
+++ b/vtm/src/org/oscim/utils/pool/Inlist.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/utils/pool/LList.java b/vtm/src/org/oscim/utils/pool/LList.java
index 3f838e46..bc619d66 100644
--- a/vtm/src/org/oscim/utils/pool/LList.java
+++ b/vtm/src/org/oscim/utils/pool/LList.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/utils/pool/Pool.java b/vtm/src/org/oscim/utils/pool/Pool.java
index 33fb97f0..480f93e1 100644
--- a/vtm/src/org/oscim/utils/pool/Pool.java
+++ b/vtm/src/org/oscim/utils/pool/Pool.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/utils/pool/SyncPool.java b/vtm/src/org/oscim/utils/pool/SyncPool.java
index 8a5a8ede..18b66999 100644
--- a/vtm/src/org/oscim/utils/pool/SyncPool.java
+++ b/vtm/src/org/oscim/utils/pool/SyncPool.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/utils/quadtree/QuadTree.java b/vtm/src/org/oscim/utils/quadtree/QuadTree.java
index 2a94925b..7ba08ac3 100644
--- a/vtm/src/org/oscim/utils/quadtree/QuadTree.java
+++ b/vtm/src/org/oscim/utils/quadtree/QuadTree.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
diff --git a/vtm/src/org/oscim/utils/quadtree/QuadTreeIndex.java b/vtm/src/org/oscim/utils/quadtree/QuadTreeIndex.java
index 26c92bb1..8a42edf2 100644
--- a/vtm/src/org/oscim/utils/quadtree/QuadTreeIndex.java
+++ b/vtm/src/org/oscim/utils/quadtree/QuadTreeIndex.java
@@ -1,6 +1,8 @@
/*
* Copyright 2013 Hannes Janetzek
*
+ * This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
+ *
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.