From ee5c18f121c70d398066043cc14a08d79b1491e7 Mon Sep 17 00:00:00 2001 From: EndrII <EndrIIMail@gmail.com> Date: Tue, 5 Jan 2021 13:17:11 +0300 Subject: [PATCH] update copyrigh update zip lib update QuasarApp lib --- CMakeLists.txt | 2 +- CQtDeployer.pro | 2 +- CQtDeployer/CQtDeployer.pro | 2 +- CQtDeployer/main.cpp | 2 +- Deploy/Deploy.pri | 2 +- Deploy/Deploy.pro | 2 +- Deploy/configparser.cpp | 2 +- Deploy/configparser.h | 2 +- Deploy/defines.h | 7 +++++++ Deploy/dependenciesscanner.cpp | 2 +- Deploy/dependenciesscanner.h | 2 +- Deploy/dependencymap.cpp | 2 +- Deploy/dependencymap.h | 2 +- Deploy/deploy.cpp | 2 +- Deploy/deploy.h | 2 +- Deploy/deploy_global.h | 2 +- Deploy/deployconfig.cpp | 7 +++++++ Deploy/deployconfig.h | 7 +++++++ Deploy/deploycore.cpp | 2 +- Deploy/deploycore.h | 2 +- Deploy/distromodule.cpp | 7 +++++++ Deploy/distromodule.h | 7 +++++++ Deploy/distrostruct.cpp | 2 +- Deploy/distrostruct.h | 2 +- Deploy/elf_type.cpp | 2 +- Deploy/elf_type.h | 2 +- Deploy/envirement.cpp | 2 +- Deploy/envirement.h | 2 +- Deploy/extra.cpp | 7 +++++++ Deploy/extra.h | 7 +++++++ Deploy/extracter.cpp | 2 +- Deploy/extracter.h | 2 +- Deploy/filemanager.cpp | 2 +- Deploy/filemanager.h | 2 +- Deploy/igetlibinfo.h | 2 +- Deploy/ignorerule.cpp | 2 +- Deploy/ignorerule.h | 2 +- Deploy/libinfo.cpp | 2 +- Deploy/libinfo.h | 2 +- Deploy/metafilemanager.cpp | 2 +- Deploy/metafilemanager.h | 2 +- Deploy/packagecontrol.cpp | 7 +++++++ Deploy/packagecontrol.h | 7 +++++++ Deploy/packing.cpp | 7 +++++++ Deploy/packing.h | 7 +++++++ Deploy/pathutils.cpp | 2 +- Deploy/pathutils.h | 2 +- Deploy/pe_type.cpp | 2 +- Deploy/pe_type.h | 2 +- Deploy/pluginsparser.cpp | 2 +- Deploy/pluginsparser.h | 2 +- Deploy/qml.cpp | 2 +- Deploy/qml.h | 2 +- Deploy/qtdir.cpp | 7 +++++++ Deploy/qtdir.h | 7 +++++++ Deploy/targetinfo.cpp | 2 +- Deploy/targetinfo.h | 2 +- Deploy/zipcompresser.cpp | 2 +- Deploy/zipcompresser.h | 2 +- QuasarAppLib | 2 +- UnitTests/UnitTests.pro | 2 +- UnitTests/libcreator.cpp | 2 +- UnitTests/libcreator.h | 2 +- UnitTests/modules.cpp | 2 +- UnitTests/modules.h | 2 +- UnitTests/modulesqt513.cpp | 2 +- UnitTests/modulesqt513.h | 2 +- UnitTests/modulesqt514.cpp | 2 +- UnitTests/modulesqt514.h | 2 +- UnitTests/qmlcreator.cpp | 2 +- UnitTests/qmlcreator.h | 2 +- UnitTests/testutils.cpp | 2 +- UnitTests/testutils.h | 2 +- UnitTests/tst_deploytest.cpp | 2 +- snap/snapcraft.yaml | 2 +- zip | 2 +- 76 files changed, 154 insertions(+), 63 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f50030..be3722e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2018-2020 QuasarApp. +# Copyright (C) 2018-2021 QuasarApp. # Distributed under the lgplv3 software license, see the accompanying # Everyone is permitted to copy and distribute verbatim copies # of this license document, but changing it is not allowed. diff --git a/CQtDeployer.pro b/CQtDeployer.pro index ff7de43..83c4bd6 100644 --- a/CQtDeployer.pro +++ b/CQtDeployer.pro @@ -1,5 +1,5 @@ # -# Copyright (C) 2018-2020 QuasarApp. +# Copyright (C) 2018-2021 QuasarApp. # Distributed under the lgplv3 software license, see the accompanying # Everyone is permitted to copy and distribute verbatim copies # of this license document, but changing it is not allowed. diff --git a/CQtDeployer/CQtDeployer.pro b/CQtDeployer/CQtDeployer.pro index 5f0339e..d6a4e0d 100644 --- a/CQtDeployer/CQtDeployer.pro +++ b/CQtDeployer/CQtDeployer.pro @@ -1,5 +1,5 @@ # -# Copyright (C) 2018-2020 QuasarApp. +# Copyright (C) 2018-2021 QuasarApp. # Distributed under the lgplv3 software license, see the accompanying # Everyone is permitted to copy and distribute verbatim copies # of this license document, but changing it is not allowed. diff --git a/CQtDeployer/main.cpp b/CQtDeployer/main.cpp index 65d9924..a39914a 100644 --- a/CQtDeployer/main.cpp +++ b/CQtDeployer/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/Deploy.pri b/Deploy/Deploy.pri index 7095f12..e833bf7 100644 --- a/Deploy/Deploy.pri +++ b/Deploy/Deploy.pri @@ -1,5 +1,5 @@ # -# Copyright (C) 2018-2020 QuasarApp. +# Copyright (C) 2018-2021 QuasarApp. # Distributed under the lgplv3 software license, see the accompanying # Everyone is permitted to copy and distribute verbatim copies # of this license document, but changing it is not allowed. diff --git a/Deploy/Deploy.pro b/Deploy/Deploy.pro index d3b194a..15913dd 100644 --- a/Deploy/Deploy.pro +++ b/Deploy/Deploy.pro @@ -1,5 +1,5 @@ # -# Copyright (C) 2018-2020 QuasarApp. +# Copyright (C) 2018-2021 QuasarApp. # Distributed under the lgplv3 software license, see the accompanying # Everyone is permitted to copy and distribute verbatim copies # of this license document, but changing it is not allowed. diff --git a/Deploy/configparser.cpp b/Deploy/configparser.cpp index 4fbced5..c7e9a24 100644 --- a/Deploy/configparser.cpp +++ b/Deploy/configparser.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/configparser.h b/Deploy/configparser.h index c298311..8ca61ad 100644 --- a/Deploy/configparser.h +++ b/Deploy/configparser.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/defines.h b/Deploy/defines.h index a4522dd..595aa07 100644 --- a/Deploy/defines.h +++ b/Deploy/defines.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018-2021 QuasarApp. + * Distributed under the lgplv3 software license, see the accompanying + * Everyone is permitted to copy and distribute verbatim copies + * of this license document, but changing it is not allowed. + */ + #ifndef DEFINES_H #define DEFINES_H #include <QtGlobal> diff --git a/Deploy/dependenciesscanner.cpp b/Deploy/dependenciesscanner.cpp index 191d5ad..7f1d83a 100644 --- a/Deploy/dependenciesscanner.cpp +++ b/Deploy/dependenciesscanner.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/dependenciesscanner.h b/Deploy/dependenciesscanner.h index 2c56fd7..d6c76d0 100644 --- a/Deploy/dependenciesscanner.h +++ b/Deploy/dependenciesscanner.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/dependencymap.cpp b/Deploy/dependencymap.cpp index 0bcba25..1561fdc 100644 --- a/Deploy/dependencymap.cpp +++ b/Deploy/dependencymap.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/dependencymap.h b/Deploy/dependencymap.h index d525dfd..ecbfcb5 100644 --- a/Deploy/dependencymap.h +++ b/Deploy/dependencymap.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/deploy.cpp b/Deploy/deploy.cpp index 57d682f..349377b 100644 --- a/Deploy/deploy.cpp +++ b/Deploy/deploy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/deploy.h b/Deploy/deploy.h index febdd27..9c8e324 100644 --- a/Deploy/deploy.h +++ b/Deploy/deploy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/deploy_global.h b/Deploy/deploy_global.h index 0fa5859..0c8145c 100644 --- a/Deploy/deploy_global.h +++ b/Deploy/deploy_global.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/deployconfig.cpp b/Deploy/deployconfig.cpp index 393ccc6..e93ff2f 100644 --- a/Deploy/deployconfig.cpp +++ b/Deploy/deployconfig.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018-2021 QuasarApp. + * Distributed under the lgplv3 software license, see the accompanying + * Everyone is permitted to copy and distribute verbatim copies + * of this license document, but changing it is not allowed. + */ + #include "deployconfig.h" #include "quasarapp.h" diff --git a/Deploy/deployconfig.h b/Deploy/deployconfig.h index 78d51a7..b897d92 100644 --- a/Deploy/deployconfig.h +++ b/Deploy/deployconfig.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018-2021 QuasarApp. + * Distributed under the lgplv3 software license, see the accompanying + * Everyone is permitted to copy and distribute verbatim copies + * of this license document, but changing it is not allowed. + */ + #ifndef DEPLOYCONFIG_H #define DEPLOYCONFIG_H #include "deploy_global.h" diff --git a/Deploy/deploycore.cpp b/Deploy/deploycore.cpp index 45f8a18..f70483a 100644 --- a/Deploy/deploycore.cpp +++ b/Deploy/deploycore.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/deploycore.h b/Deploy/deploycore.h index 8073b40..4e073a7 100644 --- a/Deploy/deploycore.h +++ b/Deploy/deploycore.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/distromodule.cpp b/Deploy/distromodule.cpp index 454da09..215e2aa 100644 --- a/Deploy/distromodule.cpp +++ b/Deploy/distromodule.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018-2021 QuasarApp. + * Distributed under the lgplv3 software license, see the accompanying + * Everyone is permitted to copy and distribute verbatim copies + * of this license document, but changing it is not allowed. + */ + #include "deployconfig.h" #include "deploycore.h" #include "distromodule.h" diff --git a/Deploy/distromodule.h b/Deploy/distromodule.h index e554554..9ad9483 100644 --- a/Deploy/distromodule.h +++ b/Deploy/distromodule.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018-2021 QuasarApp. + * Distributed under the lgplv3 software license, see the accompanying + * Everyone is permitted to copy and distribute verbatim copies + * of this license document, but changing it is not allowed. + */ + #ifndef DISTROMODULE_H #define DISTROMODULE_H diff --git a/Deploy/distrostruct.cpp b/Deploy/distrostruct.cpp index 1149ec8..aaa7deb 100644 --- a/Deploy/distrostruct.cpp +++ b/Deploy/distrostruct.cpp @@ -1,6 +1,6 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/distrostruct.h b/Deploy/distrostruct.h index 4ee2623..8dc931b 100644 --- a/Deploy/distrostruct.h +++ b/Deploy/distrostruct.h @@ -1,6 +1,6 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/elf_type.cpp b/Deploy/elf_type.cpp index 6ea88df..b4f866e 100644 --- a/Deploy/elf_type.cpp +++ b/Deploy/elf_type.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/elf_type.h b/Deploy/elf_type.h index 5b6733c..a263d43 100644 --- a/Deploy/elf_type.h +++ b/Deploy/elf_type.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/envirement.cpp b/Deploy/envirement.cpp index 285c382..5b129b3 100644 --- a/Deploy/envirement.cpp +++ b/Deploy/envirement.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/envirement.h b/Deploy/envirement.h index 59c194b..0ae31b6 100644 --- a/Deploy/envirement.h +++ b/Deploy/envirement.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/extra.cpp b/Deploy/extra.cpp index 0ace0fd..d375b1e 100644 --- a/Deploy/extra.cpp +++ b/Deploy/extra.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018-2021 QuasarApp. + * Distributed under the lgplv3 software license, see the accompanying + * Everyone is permitted to copy and distribute verbatim copies + * of this license document, but changing it is not allowed. + */ + #include "extra.h" #include "pathutils.h" diff --git a/Deploy/extra.h b/Deploy/extra.h index ac2938b..a2f65af 100644 --- a/Deploy/extra.h +++ b/Deploy/extra.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018-2021 QuasarApp. + * Distributed under the lgplv3 software license, see the accompanying + * Everyone is permitted to copy and distribute verbatim copies + * of this license document, but changing it is not allowed. + */ + #ifndef EXTRA_H #define EXTRA_H #include "deploy_global.h" diff --git a/Deploy/extracter.cpp b/Deploy/extracter.cpp index 2987323..7dfcaad 100644 --- a/Deploy/extracter.cpp +++ b/Deploy/extracter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/extracter.h b/Deploy/extracter.h index 3e1eece..b99bf2f 100644 --- a/Deploy/extracter.h +++ b/Deploy/extracter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/filemanager.cpp b/Deploy/filemanager.cpp index 0606f63..02d9688 100644 --- a/Deploy/filemanager.cpp +++ b/Deploy/filemanager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/filemanager.h b/Deploy/filemanager.h index 8bfa3c0..36133b6 100644 --- a/Deploy/filemanager.h +++ b/Deploy/filemanager.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/igetlibinfo.h b/Deploy/igetlibinfo.h index 28125f9..bd4f124 100644 --- a/Deploy/igetlibinfo.h +++ b/Deploy/igetlibinfo.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/ignorerule.cpp b/Deploy/ignorerule.cpp index f84ff80..0dfe03e 100644 --- a/Deploy/ignorerule.cpp +++ b/Deploy/ignorerule.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/ignorerule.h b/Deploy/ignorerule.h index ab4fa61..0ead87a 100644 --- a/Deploy/ignorerule.h +++ b/Deploy/ignorerule.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/libinfo.cpp b/Deploy/libinfo.cpp index dd8eb4a..ff16ef9 100644 --- a/Deploy/libinfo.cpp +++ b/Deploy/libinfo.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/libinfo.h b/Deploy/libinfo.h index eee0a6d..a270aa9 100644 --- a/Deploy/libinfo.h +++ b/Deploy/libinfo.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/metafilemanager.cpp b/Deploy/metafilemanager.cpp index 2d93962..04aec5c 100644 --- a/Deploy/metafilemanager.cpp +++ b/Deploy/metafilemanager.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/metafilemanager.h b/Deploy/metafilemanager.h index 583c233..067f688 100644 --- a/Deploy/metafilemanager.h +++ b/Deploy/metafilemanager.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/packagecontrol.cpp b/Deploy/packagecontrol.cpp index 643d0d0..2df56e3 100644 --- a/Deploy/packagecontrol.cpp +++ b/Deploy/packagecontrol.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018-2021 QuasarApp. + * Distributed under the lgplv3 software license, see the accompanying + * Everyone is permitted to copy and distribute verbatim copies + * of this license document, but changing it is not allowed. + */ + #include "packagecontrol.h" #include <QDir> diff --git a/Deploy/packagecontrol.h b/Deploy/packagecontrol.h index 76fa6af..d101131 100644 --- a/Deploy/packagecontrol.h +++ b/Deploy/packagecontrol.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018-2021 QuasarApp. + * Distributed under the lgplv3 software license, see the accompanying + * Everyone is permitted to copy and distribute verbatim copies + * of this license document, but changing it is not allowed. + */ + #ifndef PACKAGECONTROL_H #define PACKAGECONTROL_H diff --git a/Deploy/packing.cpp b/Deploy/packing.cpp index 148cea2..76a1245 100644 --- a/Deploy/packing.cpp +++ b/Deploy/packing.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018-2021 QuasarApp. + * Distributed under the lgplv3 software license, see the accompanying + * Everyone is permitted to copy and distribute verbatim copies + * of this license document, but changing it is not allowed. + */ + #include "Distributions/idistribution.h" #include "deployconfig.h" #include "filemanager.h" diff --git a/Deploy/packing.h b/Deploy/packing.h index d29d96a..355ba09 100644 --- a/Deploy/packing.h +++ b/Deploy/packing.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018-2021 QuasarApp. + * Distributed under the lgplv3 software license, see the accompanying + * Everyone is permitted to copy and distribute verbatim copies + * of this license document, but changing it is not allowed. + */ + #ifndef PACKING_H #define PACKING_H diff --git a/Deploy/pathutils.cpp b/Deploy/pathutils.cpp index 09d822c..889f42c 100644 --- a/Deploy/pathutils.cpp +++ b/Deploy/pathutils.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/pathutils.h b/Deploy/pathutils.h index 9a4ce42..538c7c1 100644 --- a/Deploy/pathutils.h +++ b/Deploy/pathutils.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/pe_type.cpp b/Deploy/pe_type.cpp index 053e18c..66a70d9 100644 --- a/Deploy/pe_type.cpp +++ b/Deploy/pe_type.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/pe_type.h b/Deploy/pe_type.h index 502a20a..78d2125 100644 --- a/Deploy/pe_type.h +++ b/Deploy/pe_type.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/pluginsparser.cpp b/Deploy/pluginsparser.cpp index 29f74ca..cf5fefd 100644 --- a/Deploy/pluginsparser.cpp +++ b/Deploy/pluginsparser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/pluginsparser.h b/Deploy/pluginsparser.h index 33b8f0a..70e5b86 100644 --- a/Deploy/pluginsparser.h +++ b/Deploy/pluginsparser.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/qml.cpp b/Deploy/qml.cpp index a600852..0426307 100644 --- a/Deploy/qml.cpp +++ b/Deploy/qml.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/qml.h b/Deploy/qml.h index e135cf0..de59ef3 100644 --- a/Deploy/qml.h +++ b/Deploy/qml.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/qtdir.cpp b/Deploy/qtdir.cpp index 007e3aa..f9c790e 100644 --- a/Deploy/qtdir.cpp +++ b/Deploy/qtdir.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018-2021 QuasarApp. + * Distributed under the lgplv3 software license, see the accompanying + * Everyone is permitted to copy and distribute verbatim copies + * of this license document, but changing it is not allowed. + */ + #include "pathutils.h" #include "qtdir.h" diff --git a/Deploy/qtdir.h b/Deploy/qtdir.h index bc154e1..21d2bb0 100644 --- a/Deploy/qtdir.h +++ b/Deploy/qtdir.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018-2021 QuasarApp. + * Distributed under the lgplv3 software license, see the accompanying + * Everyone is permitted to copy and distribute verbatim copies + * of this license document, but changing it is not allowed. + */ + #ifndef QTDIR_H #define QTDIR_H diff --git a/Deploy/targetinfo.cpp b/Deploy/targetinfo.cpp index a10f128..9659f75 100644 --- a/Deploy/targetinfo.cpp +++ b/Deploy/targetinfo.cpp @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/targetinfo.h b/Deploy/targetinfo.h index e3775b6..c9e7276 100644 --- a/Deploy/targetinfo.h +++ b/Deploy/targetinfo.h @@ -1,5 +1,5 @@ //# -//# Copyright (C) 2018-2020 QuasarApp. +//# Copyright (C) 2018-2021 QuasarApp. //# Distributed under the lgplv3 software license, see the accompanying //# Everyone is permitted to copy and distribute verbatim copies //# of this license document, but changing it is not allowed. diff --git a/Deploy/zipcompresser.cpp b/Deploy/zipcompresser.cpp index 4cdadfa..5c0386e 100644 --- a/Deploy/zipcompresser.cpp +++ b/Deploy/zipcompresser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/Deploy/zipcompresser.h b/Deploy/zipcompresser.h index 357b897..d6937f4 100644 --- a/Deploy/zipcompresser.h +++ b/Deploy/zipcompresser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/QuasarAppLib b/QuasarAppLib index f873269..f4a720b 160000 --- a/QuasarAppLib +++ b/QuasarAppLib @@ -1 +1 @@ -Subproject commit f873269780d00e9dfe2f56a7d6a9702f49d35508 +Subproject commit f4a720bd24f744d73759f3d59aabe4e8b1efbd0b diff --git a/UnitTests/UnitTests.pro b/UnitTests/UnitTests.pro index 02a08c9..78025e0 100644 --- a/UnitTests/UnitTests.pro +++ b/UnitTests/UnitTests.pro @@ -1,5 +1,5 @@ # -# Copyright (C) 2018-2020 QuasarApp. +# Copyright (C) 2018-2021 QuasarApp. # Distributed under the lgplv3 software license, see the accompanying # Everyone is permitted to copy and distribute verbatim copies # of this license document, but changing it is not allowed. diff --git a/UnitTests/libcreator.cpp b/UnitTests/libcreator.cpp index b97b140..990e89c 100644 --- a/UnitTests/libcreator.cpp +++ b/UnitTests/libcreator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/UnitTests/libcreator.h b/UnitTests/libcreator.h index 5f0923d..a85d8c7 100644 --- a/UnitTests/libcreator.h +++ b/UnitTests/libcreator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/UnitTests/modules.cpp b/UnitTests/modules.cpp index a83f33b..bcd1eac 100644 --- a/UnitTests/modules.cpp +++ b/UnitTests/modules.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/UnitTests/modules.h b/UnitTests/modules.h index 7412ca7..a9ada6f 100644 --- a/UnitTests/modules.h +++ b/UnitTests/modules.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/UnitTests/modulesqt513.cpp b/UnitTests/modulesqt513.cpp index d6a37a9..8f3a954 100644 --- a/UnitTests/modulesqt513.cpp +++ b/UnitTests/modulesqt513.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/UnitTests/modulesqt513.h b/UnitTests/modulesqt513.h index 7ec0a81..8e27228 100644 --- a/UnitTests/modulesqt513.h +++ b/UnitTests/modulesqt513.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/UnitTests/modulesqt514.cpp b/UnitTests/modulesqt514.cpp index 157c33c..3fbe852 100644 --- a/UnitTests/modulesqt514.cpp +++ b/UnitTests/modulesqt514.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/UnitTests/modulesqt514.h b/UnitTests/modulesqt514.h index 83a26d2..49422e8 100644 --- a/UnitTests/modulesqt514.h +++ b/UnitTests/modulesqt514.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/UnitTests/qmlcreator.cpp b/UnitTests/qmlcreator.cpp index a514669..eaef077 100644 --- a/UnitTests/qmlcreator.cpp +++ b/UnitTests/qmlcreator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/UnitTests/qmlcreator.h b/UnitTests/qmlcreator.h index 29cc13e..c179f0f 100644 --- a/UnitTests/qmlcreator.h +++ b/UnitTests/qmlcreator.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/UnitTests/testutils.cpp b/UnitTests/testutils.cpp index 3fd1cb6..39ec76d 100644 --- a/UnitTests/testutils.cpp +++ b/UnitTests/testutils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/UnitTests/testutils.h b/UnitTests/testutils.h index 3d20e7f..b616bea 100644 --- a/UnitTests/testutils.h +++ b/UnitTests/testutils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/UnitTests/tst_deploytest.cpp b/UnitTests/tst_deploytest.cpp index ca7fc47..2d2ff8a 100644 --- a/UnitTests/tst_deploytest.cpp +++ b/UnitTests/tst_deploytest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 QuasarApp. + * Copyright (C) 2018-2021 QuasarApp. * Distributed under the lgplv3 software license, see the accompanying * Everyone is permitted to copy and distribute verbatim copies * of this license document, but changing it is not allowed. diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 6a055e9..44e9c22 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ # -# Copyright (C) 2018-2020 QuasarApp. +# Copyright (C) 2018-2021 QuasarApp. # Distributed under the lgplv3 software license, see the accompanying # Everyone is permitted to copy and distribute verbatim copies # of this license document, but changing it is not allowed. diff --git a/zip b/zip index ceec7c9..accf7ef 160000 --- a/zip +++ b/zip @@ -1 +1 @@ -Subproject commit ceec7c9bb091eba75ea215ba882ed99e29071464 +Subproject commit accf7ef7bbfba9f7ddcfaf9d6222279293f5dcf2