diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2016-05-10 14:13:21 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2016-05-10 14:13:21 +0200 | 
| commit | bbfbd717f6018e30d15c7bda5c0f76f660f216d9 (patch) | |
| tree | 6555f849c164fdbbe7e8758fc58423ba484f02ea | |
| parent | 94a2fca1ddd44fd23f9863e8deccee9cb05fce7c (diff) | |
add DB station data copyright notice
| -rw-r--r-- | templates/layouts/default.html.ep | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 8979106..e216091 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -218,6 +218,10 @@ Backends:<br/>  v<%= $Travel::Status::DE::HAFAS::VERSION %><br/>  <a href="https://finalrewind.org/projects/Travel-Status-DE-IRIS/">Travel::Status::DE::IRIS</a>  v<%= $Travel::Status::DE::IRIS::VERSION %><br/> +<a href="http://data.deutschebahn.com/datasets/haltestellen/">Haltestellendaten</a> +© DB Station&Service AG, +Europaplatz 1, +10557 Berlin, lizensiert unter CC-BY 4.0  </div>  % }  | 
