Add LICENSE
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// File: Models/MemoryRegion.cs
|
||||
/* This software is licensed by the MIT License, see LICENSE file */
|
||||
/* Copyright © 2024-2025 Gregory Lirent */
|
||||
|
||||
using System.Text.Json.Serialization;
|
||||
using WebmrAPI.Utils;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// File: Models/MemoryRegionInfo.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: Models/ProcessBaseInfo.cs
|
||||
/* This software is licensed by the MIT License, see LICENSE file */
|
||||
/* Copyright © 2024-2025 Gregory Lirent */
|
||||
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// File: Models/ProcessInfo.cs
|
||||
/* This software is licensed by the MIT License, see LICENSE file */
|
||||
/* Copyright © 2024-2025 Gregory Lirent */
|
||||
|
||||
using System.Runtime.Versioning;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// File: Models/ProcessModuleInfo.cs
|
||||
/* This software is licensed by the MIT License, see LICENSE file */
|
||||
/* Copyright © 2024-2025 Gregory Lirent */
|
||||
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// File: Models/ProcessThreadInfo.cs
|
||||
/* This software is licensed by the MIT License, see LICENSE file */
|
||||
/* Copyright © 2024-2025 Gregory Lirent */
|
||||
|
||||
using System.Text.Json.Serialization;
|
||||
using WebmrAPI.Utils;
|
||||
|
||||
Reference in New Issue
Block a user