From cef3396517517aaf730fafd9704f4f0587468493 Mon Sep 17 00:00:00 2001 From: Hasni Mehdi Date: Sat, 15 Feb 2025 20:06:02 +0100 Subject: [PATCH 1/2] :100: Updated branch naming policy --- .github/workflows/branch_naming_policy.yml | 1 - NETCore.Keycloak.Client/LICENSE | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 NETCore.Keycloak.Client/LICENSE diff --git a/.github/workflows/branch_naming_policy.yml b/.github/workflows/branch_naming_policy.yml index fcab560..e5572a2 100644 --- a/.github/workflows/branch_naming_policy.yml +++ b/.github/workflows/branch_naming_policy.yml @@ -6,7 +6,6 @@ on: branches: - master types: - - edited - opened - reopened jobs: diff --git a/NETCore.Keycloak.Client/LICENSE b/NETCore.Keycloak.Client/LICENSE new file mode 100644 index 0000000..d31632d --- /dev/null +++ b/NETCore.Keycloak.Client/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Black Cockpit + +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. \ No newline at end of file From 7cb5e36e0801b3ccde32fd1cc6bc88601be977dd Mon Sep 17 00:00:00 2001 From: Hasni Mehdi Date: Sat, 15 Feb 2025 20:07:10 +0100 Subject: [PATCH 2/2] :alien: Removed duplicated files --- NETCore.Keycloak.Client/LICENSE | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 NETCore.Keycloak.Client/LICENSE diff --git a/NETCore.Keycloak.Client/LICENSE b/NETCore.Keycloak.Client/LICENSE deleted file mode 100644 index d31632d..0000000 --- a/NETCore.Keycloak.Client/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 Black Cockpit - -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. \ No newline at end of file