Skip to content

Commit ef431ca

Browse files
chore: remove copyright
1 parent 2c75b1d commit ef431ca

8 files changed

Lines changed: 0 additions & 24 deletions

File tree

src/2-Clients/AdminPanel/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Copyright (c) CodeBlock.Dev. All rights reserved.
2-
// For more information visit https://codeblock.dev
3-
41
namespace CanBeYours.AdminPanel;
52

63
public class Program

src/2-Clients/AdminPanel/Startup.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Copyright (c) CodeBlock.Dev. All rights reserved.
2-
// For more information visit https://codeblock.dev
3-
41
using CodeBlock.DevKit.Clients.AdminPanel;
52

63
namespace CanBeYours.AdminPanel;

src/2-Clients/Api/Controllers/TestController.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Copyright (c) CodeBlock.Dev. All rights reserved.
2-
// For more information visit https://codeblock.dev
3-
41
using CodeBlock.DevKit.Core.Helpers;
52
using CodeBlock.DevKit.Web.Api.Filters;
63
using CodeBlock.DevKit.Web.Security;

src/2-Clients/Api/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Copyright (c) CodeBlock.Dev. All rights reserved.
2-
// For more information visit https://codeblock.dev
3-
41
namespace CanBeYours.Api;
52

63
public class Program

src/2-Clients/Api/Startup.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Copyright (c) CodeBlock.Dev. All rights reserved.
2-
// For more information visit https://codeblock.dev
3-
41
using CodeBlock.DevKit.Clients.Api;
52

63
namespace CanBeYours.Api;

src/2-Clients/WebApp/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Copyright (c) CodeBlock.Dev. All rights reserved.
2-
// For more information visit https://codeblock.dev
3-
41
namespace CanBeYours.WebApp;
52

63
public class Program

src/2-Clients/WebApp/Startup.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Copyright (c) CodeBlock.Dev. All rights reserved.
2-
// For more information visit https://codeblock.dev
3-
41
using CodeBlock.DevKit.Clients.WebApp;
52

63
namespace CanBeYours.WebApp;

src/4-Build/Build.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Copyright (c) CodeBlock.Dev. All rights reserved.
2-
// For more information visit https://codeblock.dev
3-
41
using CodeBlock.DevKit.Build;
52

63
namespace Build;

0 commit comments

Comments
 (0)