From dd277cba0818e343b91cb4c25d6cc896cf859f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 6 Jun 2022 22:12:21 +0200 Subject: [PATCH] NOISSUE properly assign license to Mojang binary package code --- launcher/mojang/PackageManifest.cpp | 7 +++++++ launcher/mojang/PackageManifest.h | 7 +++++++ launcher/mojang/PackageManifest_test.cpp | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/launcher/mojang/PackageManifest.cpp b/launcher/mojang/PackageManifest.cpp index e66f21d3..6c039438 100644 --- a/launcher/mojang/PackageManifest.cpp +++ b/launcher/mojang/PackageManifest.cpp @@ -1,3 +1,10 @@ +/* + * Copyright 2020 Petr Mrázek + * + * This source is subject to the Microsoft Permissive License (MS-PL). + * Please see the COPYING.md file for more information. + */ + #include "PackageManifest.h" #include #include diff --git a/launcher/mojang/PackageManifest.h b/launcher/mojang/PackageManifest.h index fd7ab0ad..c495ac98 100644 --- a/launcher/mojang/PackageManifest.h +++ b/launcher/mojang/PackageManifest.h @@ -1,3 +1,10 @@ +/* + * Copyright 2020 Petr Mrázek + * + * This source is subject to the Microsoft Permissive License (MS-PL). + * Please see the COPYING.md file for more information. + */ + #pragma once #include diff --git a/launcher/mojang/PackageManifest_test.cpp b/launcher/mojang/PackageManifest_test.cpp index d4c55c5a..47c7cbbf 100644 --- a/launcher/mojang/PackageManifest_test.cpp +++ b/launcher/mojang/PackageManifest_test.cpp @@ -1,3 +1,10 @@ +/* + * Copyright 2020 Petr Mrázek + * + * This source is subject to the Microsoft Permissive License (MS-PL). + * Please see the COPYING.md file for more information. + */ + #include #include #include "TestUtil.h"