From 349230ce7518305a6a662b9563c8f9fc7f42f846 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sat, 17 Apr 2021 12:16:09 +0200 Subject: [PATCH] Add license information, see #239 --- Models/Constants.ts | 2 +- assets/themes/climbing/license_info.json | 42 ++++++++++++------------ 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Models/Constants.ts b/Models/Constants.ts index 2119841..ababae8 100644 --- a/Models/Constants.ts +++ b/Models/Constants.ts @@ -2,7 +2,7 @@ import { Utils } from "../Utils"; export default class Constants { - public static vNumber = "0.6.8a"; + public static vNumber = "0.6.8b"; // The user journey states thresholds when a new feature gets unlocked public static userJourney = { diff --git a/assets/themes/climbing/license_info.json b/assets/themes/climbing/license_info.json index d603611..9c1ff1a 100644 --- a/assets/themes/climbing/license_info.json +++ b/assets/themes/climbing/license_info.json @@ -1,78 +1,78 @@ [ { "authors": [ - "Christian Neumann" + "Polarbear w", "Christian Neumann" ], "path": "climbing_gym.svg", - "license": "CC-BY-SA 3.0", + "license": "CC0", "sources": [ - "https://utopicode.de/", + "https://wiki.openstreetmap.org/wiki/File:Climbing_icon_no_rope.svg", "https://utopicode.de/", "https://github.com/chrneumann/MapComplete" ] }, { "authors": [ - "Christian Neumann" + "Polarbear w", "Christian Neumann" ], "path": "climbing_icon.svg", - "license": "CC-BY-SA 3.0", + "license": "CC0", "sources": [ - "https://utopicode.de/", + "https://wiki.openstreetmap.org/wiki/File:Climbing_icon_no_rope.svg", "https://utopicode.de/", "https://github.com/chrneumann/MapComplete" ] }, { "authors": [ - "Christian Neumann" + "Polarbear w", "Christian Neumann" ], "path": "climbing_no_rope.svg", - "license": "CC-BY-SA 3.0", + "license": "CC0", "sources": [ - "https://utopicode.de/", + "https://wiki.openstreetmap.org/wiki/File:Climbing_icon_no_rope.svg", "https://utopicode.de/", "https://github.com/chrneumann/MapComplete" ] }, { "authors": [ - "Christian Neumann" + "Polarbear w", "Christian Neumann" ], "path": "climbing_rope.svg", - "license": "CC-BY-SA 3.0", + "license": "CC0", "sources": [ - "https://utopicode.de/", + "https://wiki.openstreetmap.org/wiki/File:Climbing_icon_no_rope.svg", "https://utopicode.de/", "https://github.com/chrneumann/MapComplete" ] }, { "authors": [ - "Christian Neumann" + "Polarbear w", "Christian Neumann" ], "path": "climbing_route.svg", - "license": "CC-BY-SA 3.0", + "license": "CC0", "sources": [ - "https://utopicode.de/", + "https://wiki.openstreetmap.org/wiki/File:Climbing_icon_no_rope.svg", "https://utopicode.de/", "https://github.com/chrneumann/MapComplete" ] }, { "authors": [ - "Christian Neumann" + "Polarbear w", "Christian Neumann" ], "path": "climbing_unknown.svg", - "license": "CC-BY-SA 3.0", + "license": "CC0", "sources": [ - "https://utopicode.de/", + "https://wiki.openstreetmap.org/wiki/File:Climbing_icon_no_rope.svg", "https://utopicode.de/", "https://github.com/chrneumann/MapComplete" ] }, { "authors": [ - "Christian Neumann" + "Polarbear w", "Christian Neumann" ], "path": "club.svg", - "license": "CC-BY-SA 3.0", + "license": "CC0", "sources": [ - "https://utopicode.de/", + "https://wiki.openstreetmap.org/wiki/File:Climbing_icon_no_rope.svg", "https://utopicode.de/", "https://github.com/chrneumann/MapComplete" ] }