From 0ad68a859604f2f2ef8ce586fe5777bd2fbebc96 Mon Sep 17 00:00:00 2001 From: Bastian Greshake Tzovaras Date: Mon, 17 Mar 2025 13:45:41 -0300 Subject: [PATCH] add license_info.json --- assets/layers/wayside_cross/license_info.json | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 assets/layers/wayside_cross/license_info.json diff --git a/assets/layers/wayside_cross/license_info.json b/assets/layers/wayside_cross/license_info.json new file mode 100644 index 000000000..69a8199fb --- /dev/null +++ b/assets/layers/wayside_cross/license_info.json @@ -0,0 +1,42 @@ +[ + { + "path": "wayside_cross_example1.jpg", + "license": "CC-BY-SA-4.0", + "authors": [ + "Przykuta" + ], + "sources": [ + "https://wiki.openstreetmap.org/wiki/File:Gor%C4%99dy_krzy%C5%BCe_13.07.2009_p.jpg" + ] + }, + { + "path": wayside_cross.svg", + "license": "CC0-1.0", + "authors": [ + "Geozeisig" + ], + "sources": [ + "https://wiki.openstreetmap.org/wiki/File:Christian-16.svg" + ] + }, + { + "path": "wayside_cross_example2.jpg", + "license": "CC0-1.0", + "authors": [ + "Markus B" + ], + "sources": [ + "https://wiki.openstreetmap.org/wiki/File:Wegkreuz.jpg" + ] + }, + { + "path": "wayside_cross_example3.jpg", + "license": "CC-BY-SA 3.0", + "authors": [ + "HeinzLW" + ], + "sources": [ + "https://wiki.openstreetmap.org/wiki/File:Schaederkreuz.jpg" + ] + } +]