NOISSUE properly assign license to Mojang binary package code

This commit is contained in:
Petr Mrázek 2022-06-06 22:12:21 +02:00
parent fdedf7078e
commit dd277cba08
3 changed files with 21 additions and 0 deletions

View File

@ -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 <Json.h>
#include <QDir>

View File

@ -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 <QString>

View File

@ -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 <QTest>
#include <QDebug>
#include "TestUtil.h"