Include license for maps
This commit is contained in:
parent
4d519fc9a2
commit
cb6ae76a67
@ -68,7 +68,7 @@ Thanks to all contributors, the developers of our dependencies, and our users.
|
||||
## 📝 License
|
||||
|
||||
```
|
||||
Copyright (C) 2024 Helcel MYDOLI
|
||||
Copyright (C) 2024 Helcel & MYDOLI
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -77,6 +77,7 @@ android {
|
||||
}
|
||||
aboutLibraries {
|
||||
exclusionPatterns = [~"androidx.*", ~"com.google.android.*", ~"org.jetbrains.*"]
|
||||
configPath = "config"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
21
config/libraries/lib_gadm.json
Normal file
21
config/libraries/lib_gadm.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"uniqueId": "org.gadm:data",
|
||||
"developers": [
|
||||
{
|
||||
"organisationUrl": "https://gadm.org/index.html",
|
||||
"name": "GADM"
|
||||
}
|
||||
],
|
||||
"artifactVersion": "4.1",
|
||||
"description": "GADM provides maps and spatial data for all countries and their sub-divisions.",
|
||||
"scm": {
|
||||
"connection": "scm:git@github.com:mikepenz/MaterialDrawer.git",
|
||||
"url": "https://github.com/mikepenz/MaterialDrawer",
|
||||
"developerConnection": "scm:git@github.com:mikepenz/MaterialDrawer.git"
|
||||
},
|
||||
"name": "GADM maps and data",
|
||||
"website": "https://gadm.org/index.html",
|
||||
"licenses": [
|
||||
"0151ac7b561a385c536ad4c94532e60b"
|
||||
]
|
||||
}
|
6
config/licenses/lic_gadm.json
Normal file
6
config/licenses/lic_gadm.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"content": "<b>The data are freely available for academic use and other non-commercial use. Redistribution or commercial use is not allowed without prior permission.</b>\n\nUsing the data to create maps for publishing of academic research articles is allowed. Thus you can use the maps you made with GADM data for figures in articles published by PLoS, Springer Nature, Elsevier, MDPI, etc. You are allowed (but not required) to publish these articles (and the maps they contain) under an open license such as CC-BY as is the case with PLoS journals and may be the case with other open access articles. <b>Data for the following countries is covered by a a different license</b> <b>Austria</b>: Creative Commons Attribution-ShareAlike 2.0 (source: Government of Ausria)",
|
||||
"hash": "0151ac7b561a385c536ad4c94532e60b",
|
||||
"url": "https://gadm.org/license.html",
|
||||
"name": "GADM license"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user