From 36cc3e25a125fa46d914fe070c4655c5e7d2aa59 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Thu, 9 Jun 2022 13:11:02 +0200 Subject: [PATCH] :page_facing_up: add license for tabler icons --- LICENSE-tabler-icons | 21 +++++++++++++++++++++ README.md | 7 +++++++ 2 files changed, 28 insertions(+) create mode 100644 LICENSE-tabler-icons diff --git a/LICENSE-tabler-icons b/LICENSE-tabler-icons new file mode 100644 index 0000000..1f192ee --- /dev/null +++ b/LICENSE-tabler-icons @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020-2022 Paweł Kuna + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index abb2452..1e77e54 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,10 @@ An Android App counting down to your next birthday! 2. Run downloaded apk-file 3. You may get asked if you want to install this app from an unknown source 4. Open the installed Birthday Countdown App + + + + + +## License +Birthday Countdown uses [tabler icons](https://tabler-icons.io/) (the crown in the app icon). Its MIT License can be found [here](../blob/master/LICENSE-tabler-icons)