From 785d089d49a009a62dab48356ea79555a73b64dc Mon Sep 17 00:00:00 2001 From: goodtrailer Date: Wed, 28 Apr 2021 20:07:20 -0700 Subject: [PATCH] Third party library licensing stuffs --- .../Properties/launchSettings.json | 10 ++++---- DailyDesktop.Task/ThirdParty/GaussianBlur.cs | 2 +- EULA | 2 ++ thirdparty/LICENSE-superfastblur | 24 +++++++++++++++++++ 4 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 EULA create mode 100644 thirdparty/LICENSE-superfastblur diff --git a/DailyDesktop.Task/Properties/launchSettings.json b/DailyDesktop.Task/Properties/launchSettings.json index 7835800..485ecce 100644 --- a/DailyDesktop.Task/Properties/launchSettings.json +++ b/DailyDesktop.Task/Properties/launchSettings.json @@ -1,7 +1,7 @@ { - "profiles": { - "DailyDesktop.Task": { - "commandName": "Project" + "profiles": { + "DailyDesktop.Task": { + "commandName": "Project" + } } - } -} \ No newline at end of file +} diff --git a/DailyDesktop.Task/ThirdParty/GaussianBlur.cs b/DailyDesktop.Task/ThirdParty/GaussianBlur.cs index da45e18..645ccfc 100644 --- a/DailyDesktop.Task/ThirdParty/GaussianBlur.cs +++ b/DailyDesktop.Task/ThirdParty/GaussianBlur.cs @@ -204,4 +204,4 @@ private void boxBlurT_4(int[] source, int[] dest, int w, int h, int r) }); } } -} \ No newline at end of file +} diff --git a/EULA b/EULA new file mode 100644 index 0000000..5645262 --- /dev/null +++ b/EULA @@ -0,0 +1,2 @@ +This software uses superfastblur - see .\thirdparty\LICENSE-superfastblur + diff --git a/thirdparty/LICENSE-superfastblur b/thirdparty/LICENSE-superfastblur new file mode 100644 index 0000000..340c2ec --- /dev/null +++ b/thirdparty/LICENSE-superfastblur @@ -0,0 +1,24 @@ +https://github.com/mdymel/superfastblur + +The MIT License (MIT) + +Copyright (c) 2015 Michal Dymel + +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. +