diff --git a/station_map_www.js b/station_map_www.js
index b218cc6..b7b83e7 100644
--- a/station_map_www.js
+++ b/station_map_www.js
@@ -100,8 +100,8 @@ function init(showGoogle, showStations, showQuakes, noFrils) {
"http://c.tile.openstreetmap.de/tiles/osmde/${z}/${x}/${y}.png"
],
{
- attribution: 'Geobasisdaten: Copyright © 2013 OpenStreetMap und Mitwirkende;' +
- 'Lizenz: Creative Commons BY-SA 2.0.'
+ attribution: 'Kartenbasis: Daten von OpenStreetMap - Veröffentlicht unter ODbL
' +
+ 'Seismische Daten von Ruhr-Universität Bochum - Veröffentlicht unter CC-BY-SA'
}
);
var osm_map_layer = new OpenLayers.Layer.OSM('OpenStreetMap (Standard)');