From e90bbff89556972ee95e35a9fa9b8b153afcbc25 Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Tue, 13 Apr 2021 14:44:08 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4938127..57261604 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# Auth0 SDK for ASP.NET Core MVC (Beta) \ No newline at end of file +# Auth0 SDK for ASP.NET Core MVC (Beta) + +Testing Snyk From b5373899c2381a8362c5562ae35fdf5f8881ee9b Mon Sep 17 00:00:00 2001 From: Frederik Date: Tue, 13 Apr 2021 14:47:16 +0200 Subject: [PATCH 2/2] Add license file --- LICENSE | 21 +++++++++++++++++++++ README.md | 2 -- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..06d7016c --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016-2020 Auth0, Inc. (https://auth0.com) + +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 57261604..eab3adf2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1 @@ # Auth0 SDK for ASP.NET Core MVC (Beta) - -Testing Snyk