Change copyright

This commit is contained in:
Sergio Matias Urquin
2025-05-17 18:16:15 -06:00
parent c2067700bc
commit f05d1a4b7e
17 changed files with 17 additions and 17 deletions

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="RoleController.cs"> // <copyright file="RoleController.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************
using Asp.Versioning; using Asp.Versioning;

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="UserController.cs"> // <copyright file="UserController.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************
using Asp.Versioning; using Asp.Versioning;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
// *********************************************************************** // ***********************************************************************
// <copyright file="IUserService.cs"> // <copyright file="IUserService.cs">
// Heath // AgileWebs
// </copyright> // </copyright>
// *********************************************************************** // ***********************************************************************
using Core.Blueprint.Storage.Adapters; using Core.Blueprint.Storage.Adapters;

View File

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

View File

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

View File

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

View File

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

View File

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