Remove copyright

This commit is contained in:
Sergio Matias Urquin
2025-05-12 19:39:56 -06:00
parent 37dc22a114
commit 042588097e
25 changed files with 25 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="ModuleAdapter.cs"> // <copyright file="ModuleAdapter.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="PermissionAdapter.cs"> // <copyright file="PermissionAdapter.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="RoleAdapter.cs"> // <copyright file="RoleAdapter.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="TokenAdapter.cs"> // <copyright file="TokenAdapter.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="UserAdapter.cs"> // <copyright file="UserAdapter.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************
using Core.Cerberos.Adapters.Common.Enums; using Core.Cerberos.Adapters.Common.Enums;

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="AccessLevelEnum.cs"> // <copyright file="AccessLevelEnum.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="AzureAd.cs"> // <copyright file="AzureAd.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************
namespace Core.Cerberos.Adapters.Common.Constants namespace Core.Cerberos.Adapters.Common.Constants

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="Claims.cs"> // <copyright file="Claims.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************
namespace Core.Cerberos.Adapters.Common.Constants namespace Core.Cerberos.Adapters.Common.Constants

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="EnvironmentVariables.cs"> // <copyright file="EnvironmentVariables.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="KeyVaultConfiguration.cs"> // <copyright file="KeyVaultConfiguration.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************
namespace Core.Cerberos.Adapters.Common.Constants namespace Core.Cerberos.Adapters.Common.Constants

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="Routes.cs"> // <copyright file="Routes.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="AppSettings.cs"> // <copyright file="AppSettings.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************
namespace Core.Cerberos.Adapters.Common.Constants namespace Core.Cerberos.Adapters.Common.Constants

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="ApplicationsEnum.cs"> // <copyright file="ApplicationsEnum.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="StatusEnum.cs"> // <copyright file="StatusEnum.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="EnumSchemaFilter.cs"> // <copyright file="EnumSchemaFilter.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="ITokenProvider.cs"> // <copyright file="ITokenProvider.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="ITokenService.cs"> // <copyright file="ITokenService.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="AuthExtension.cs"> // <copyright file="AuthExtension.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="SwaggerExtensions.cs"> // <copyright file="SwaggerExtensions.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="AuthenticatedHttpClientHandler.cs"> // <copyright file="AuthenticatedHttpClientHandler.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="RsaHelper.cs"> // <copyright file="RsaHelper.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************
using Org.BouncyCastle.Crypto; using Org.BouncyCastle.Crypto;

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="T5okenService.cs"> // <copyright file="T5okenService.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************
using Core.Cerberos.Adapters.Common.Constants; using Core.Cerberos.Adapters.Common.Constants;

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="AuthSettings.cs"> // <copyright file="AuthSettings.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="HttpContextTokenProvider.cs"> // <copyright file="HttpContextTokenProvider.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="UserExistenceAdapter.cs"> // <copyright file="UserExistenceAdapter.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************