diff --git a/CQtDeployer.pro b/CQtDeployer.pro index 303e670..97629db 100644 --- a/CQtDeployer.pro +++ b/CQtDeployer.pro @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 QuasarApp. +# Copyright (C) 2018-2019 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 8b1d96a..f54ecea 100644 --- a/CQtDeployer/CQtDeployer.pro +++ b/CQtDeployer/CQtDeployer.pro @@ -1,5 +1,5 @@ # -# Copyright (C) 2018 QuasarApp. +# Copyright (C) 2018-2019 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/deploy.cpp b/CQtDeployer/deploy.cpp index ee9cd9f..a00310c 100644 --- a/CQtDeployer/deploy.cpp +++ b/CQtDeployer/deploy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 QuasarApp. + * Copyright (C) 2018-2019 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/deploy.h b/CQtDeployer/deploy.h index cf71410..917948d 100644 --- a/CQtDeployer/deploy.h +++ b/CQtDeployer/deploy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 QuasarApp. + * Copyright (C) 2018-2019 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/deployutils.cpp b/CQtDeployer/deployutils.cpp index fbe7710..16f8bef 100644 --- a/CQtDeployer/deployutils.cpp +++ b/CQtDeployer/deployutils.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018-2019 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 "deploy.h" #include "deployutils.h" #include "quasarapp.h" diff --git a/CQtDeployer/deployutils.h b/CQtDeployer/deployutils.h index bbdb767..4347c97 100644 --- a/CQtDeployer/deployutils.h +++ b/CQtDeployer/deployutils.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018-2019 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 DEPLOYUTILS_H #define DEPLOYUTILS_H diff --git a/CQtDeployer/main.cpp b/CQtDeployer/main.cpp index a0a86a8..e229125 100644 --- a/CQtDeployer/main.cpp +++ b/CQtDeployer/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 QuasarApp. + * Copyright (C) 2018-2019 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/windependenciesscanner.cpp b/CQtDeployer/windependenciesscanner.cpp index 290cfd9..d71e84b 100644 --- a/CQtDeployer/windependenciesscanner.cpp +++ b/CQtDeployer/windependenciesscanner.cpp @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018-2019 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 "windependenciesscanner.h" #include "deployutils.h" diff --git a/CQtDeployer/windependenciesscanner.h b/CQtDeployer/windependenciesscanner.h index d478a51..a0ccef2 100644 --- a/CQtDeployer/windependenciesscanner.h +++ b/CQtDeployer/windependenciesscanner.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2018-2019 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 WINDEPENDENCIESSCANNER_H #define WINDEPENDENCIESSCANNER_H diff --git a/QuasarAppLib b/QuasarAppLib index fce008c..a6f3f3d 160000 --- a/QuasarAppLib +++ b/QuasarAppLib @@ -1 +1 @@ -Subproject commit fce008c249401427779b15cae90d771480e41096 +Subproject commit a6f3f3dd79318116c93fad7e0200638e2710dc9f diff --git a/sharedBuild.sh b/sharedBuild.sh index 7446678..929f5ad 100755 --- a/sharedBuild.sh +++ b/sharedBuild.sh @@ -1,5 +1,12 @@ #!/bin/bash +# +# Copyright (C) 2018-2019 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. +# + declare -a QTLIBS BASE_DIR=$(dirname "$(readlink -f "$0")") diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3f563e3..954fdbc 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,3 +1,10 @@ +# +# Copyright (C) 2018-2019 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. +# + name: cqtdeployer # you probably want to 'snapcraft register ' version: '1.1.0' # just for humans, typically '1.2+git' or '1.3.2' summary: deploy your qt projects # 79 char long summary diff --git a/snapBuild.sh b/snapBuild.sh index 32e6c99..2d84e92 100755 --- a/snapBuild.sh +++ b/snapBuild.sh @@ -1,5 +1,12 @@ #!/bin/bash +# +# Copyright (C) 2018-2019 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. +# + BASE_DIR=$(dirname "$(readlink -f "$0")") echo "clean build dir" diff --git a/staticBuild.sh b/staticBuild.sh index 68b4747..e392bbf 100755 --- a/staticBuild.sh +++ b/staticBuild.sh @@ -1,5 +1,12 @@ #!/bin/bash +# +# Copyright (C) 2018-2019 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. +# + IS_SNAP="$1" QT_DIR=staticQt diff --git a/staticBuildCrossWin.sh b/staticBuildCrossWin.sh index b407057..b1ae443 100644 --- a/staticBuildCrossWin.sh +++ b/staticBuildCrossWin.sh @@ -1,5 +1,12 @@ #!/bin/bash +# +# Copyright (C) 2018-2019 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. +# + IS_SNAP="$1" QT_DIR=staticQtWin64