Add copyright header to each source file.

This commit is contained in:
Ernie Pasveer
2025-08-26 17:26:05 -05:00
parent 717a3d3edb
commit b88d68afd3
207 changed files with 851 additions and 6 deletions
+3 -6
View File
@@ -1,10 +1,7 @@
// SPDX-FileCopyrightText: 2016 Baldur Karlsson
// SPDX-FileCopyrightText: 2021 Ernie Pasveer <epasveer@att.net>
//
// My version is based on this person's code.
//
// Copyright (c) 2016, Baldur Karlsson
// Licensed under BSD 2-Clause License, see LICENSE file.
// Obtained from https://github.com/baldurk/qprocessinfo
//
// SPDX-License-Identifier: MIT
#include "QProcessInfo.h"
#include <QtCore/QDir>