From 038396b015badc97dc48a851a0e48979890cd06e Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Sat, 26 Aug 2023 23:04:52 -0500 Subject: Dual license --- src/main.cpp | 6 ++++++ src/wg2nd.cpp | 6 ++++++ src/wg2nd.hpp | 6 ++++++ 3 files changed, 18 insertions(+) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index b8c8ec6..a5dbf8b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,3 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 OR MIT + +/* + * Copyright (C) 2023 Alex David + */ + #include #include #include diff --git a/src/wg2nd.cpp b/src/wg2nd.cpp index 1491ce4..cbe3c29 100644 --- a/src/wg2nd.cpp +++ b/src/wg2nd.cpp @@ -1,3 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 OR MIT + +/* + * Copyright (C) 2023 Alex David + */ + #include "wg2nd.hpp" #include diff --git a/src/wg2nd.hpp b/src/wg2nd.hpp index 7bf7f54..4e3e18a 100644 --- a/src/wg2nd.hpp +++ b/src/wg2nd.hpp @@ -1,3 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 OR MIT + +/* + * Copyright (C) 2023 Alex David + */ + #pragma once #include -- cgit v1.2.3