Add license information, see #239
This commit is contained in:
parent
882e2c4aa9
commit
349230ce75
2 changed files with 22 additions and 22 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue