Add LICENSE
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user