Add LICENSE

This commit is contained in:
2025-07-04 00:04:51 +03:00
parent 1ffccd6e77
commit 757ece5967
30 changed files with 66 additions and 31 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
// File: Services/Scanners/AbstractCpuScanner.cs
/* This software is licensed by the MIT License, see LICENSE file */
/* Copyright © 2024-2025 Gregory Lirent */
using WebmrAPI.Utils;
+2 -1
View File
@@ -1,4 +1,5 @@
// File: Services/Scanners/AbstractScanner.cs
/* This software is licensed by the MIT License, see LICENSE file */
/* Copyright © 2024-2025 Gregory Lirent */
using WebmrAPI.Utils;
+2 -1
View File
@@ -1,4 +1,5 @@
// File: Services/Scanners/IScanProvider.cs
/* This software is licensed by the MIT License, see LICENSE file */
/* Copyright © 2024-2025 Gregory Lirent */
namespace WebmrAPI.Services.Scanners
{
+2 -1
View File
@@ -1,4 +1,5 @@
// File: Services/Scanners/IScannable.cs
/* This software is licensed by the MIT License, see LICENSE file */
/* Copyright © 2024-2025 Gregory Lirent */
namespace WebmrAPI.Services.Scanners
{
+2 -1
View File
@@ -1,4 +1,5 @@
// File: Services/Scanners/MemoryRegionScanner.cs
/* This software is licensed by the MIT License, see LICENSE file */
/* Copyright © 2024-2025 Gregory Lirent */
using WebmrAPI.Exceptions;
using WebmrAPI.Models;
+2 -1
View File
@@ -1,4 +1,5 @@
// File: Services/Scanners/ModuleScanner.cs
/* This software is licensed by the MIT License, see LICENSE file */
/* Copyright © 2024-2025 Gregory Lirent */
using System.Diagnostics;
using WebmrAPI.Exceptions;
+2 -1
View File
@@ -1,4 +1,5 @@
// File: Services/Scanners/ProcessScanner.cs
/* This software is licensed by the MIT License, see LICENSE file */
/* Copyright © 2024-2025 Gregory Lirent */
using System.Diagnostics;
using System.Management;
+2 -1
View File
@@ -1,4 +1,5 @@
// File: Services/Scanners/ScanProvider.cs
/* This software is licensed by the MIT License, see LICENSE file */
/* Copyright © 2024-2025 Gregory Lirent */
using WebmrAPI.Models;
+2 -3
View File
@@ -1,6 +1,5 @@
// File: Services/Scanners/ScanQueue.cs
using System.Diagnostics;
/* This software is licensed by the MIT License, see LICENSE file */
/* Copyright © 2024-2025 Gregory Lirent */
namespace WebmrAPI.Services.Scanners
{
+2 -1
View File
@@ -1,4 +1,5 @@
// File: Services/Scanners/ScanTarget.cs
/* This software is licensed by the MIT License, see LICENSE file */
/* Copyright © 2024-2025 Gregory Lirent */
namespace WebmrAPI.Services.Scanners
{
+2 -1
View File
@@ -1,4 +1,5 @@
// File: Services/Scanners/ThreadScanner.cs
/* This software is licensed by the MIT License, see LICENSE file */
/* Copyright © 2024-2025 Gregory Lirent */
using System.Diagnostics;
using WebmrAPI.Models;