Add LICENSE
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// File: Utils/ConcurrentObject.cs
|
||||
/* This software is licensed by the MIT License, see LICENSE file */
|
||||
/* Copyright © 2024-2025 Gregory Lirent */
|
||||
|
||||
namespace WebmrAPI.Utils
|
||||
{
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// File: Utils/JsonEnumConverter.cs
|
||||
/* This software is licensed by the MIT License, see LICENSE file */
|
||||
/* Copyright © 2024-2025 Gregory Lirent */
|
||||
|
||||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// File: Utils/LazyConcurrentContainer.cs
|
||||
/* This software is licensed by the MIT License, see LICENSE file */
|
||||
/* Copyright © 2024-2025 Gregory Lirent */
|
||||
|
||||
using System.Collections.Concurrent;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// File: Utils/WindowsProcess.cs
|
||||
/* This software is licensed by the MIT License, see LICENSE file */
|
||||
/* Copyright © 2024-2025 Gregory Lirent */
|
||||
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Runtime.Versioning;
|
||||
|
||||
Reference in New Issue
Block a user