NOISSUE fill in missing copyright notices

This commit is contained in:
Petr Mrázek 2025-01-26 15:13:59 +01:00
parent 3ad173da71
commit e8400219fa
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,10 @@
/*
* Copyright 2023 Petr Mrázek
*
* This source is subject to the Microsoft Permissive License (MS-PL).
* Please see the COPYING.md file for more information.
*/
#include "PackageInstallTask.h"
#include <QThread>

View File

@ -1,3 +1,10 @@
/*
* Copyright 2023 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 "tasks/Task.h"