diff --git a/README.md b/README.md index c63b64f..64f153e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 1ffb7d9..e6ce0a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -77,6 +77,7 @@ android { } aboutLibraries { exclusionPatterns = [~"androidx.*", ~"com.google.android.*", ~"org.jetbrains.*"] + configPath = "config" } dependencies { diff --git a/config/libraries/lib_gadm.json b/config/libraries/lib_gadm.json new file mode 100644 index 0000000..64c102a --- /dev/null +++ b/config/libraries/lib_gadm.json @@ -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" + ] +} \ No newline at end of file diff --git a/config/licenses/lic_gadm.json b/config/licenses/lic_gadm.json new file mode 100644 index 0000000..894c821 --- /dev/null +++ b/config/licenses/lic_gadm.json @@ -0,0 +1,6 @@ +{ + "content": "The data are freely available for academic use and other non-commercial use. Redistribution or commercial use is not allowed without prior permission.\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. Data for the following countries is covered by a a different license Austria: Creative Commons Attribution-ShareAlike 2.0 (source: Government of Ausria)", + "hash": "0151ac7b561a385c536ad4c94532e60b", + "url": "https://gadm.org/license.html", + "name": "GADM license" +} \ No newline at end of file