Skip to content

Commit 3b73ed3

Browse files
authored
Merge pull request #790 from QuasarApp/new_year2024
update copyright
2 parents 542abb3 + 1dc62ea commit 3b73ed3

File tree

225 files changed

+226
-226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+226
-226
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2020-2023 QuasarApp.
2+
# Copyright (C) 2020-2024 QuasarApp.
33
# Distributed under the GPLv3 software license, see the accompanying
44
# Everyone is permitted to copy and distribute verbatim copies
55
# of this license document, but changing it is not allowed.

src/CQtDeployer/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2021-2023 QuasarApp.
2+
# Copyright (C) 2021-2024 QuasarApp.
33
# Distributed under the GPLv3 software license, see the accompanying
44
# Everyone is permitted to copy and distribute verbatim copies
55
# of this license document, but changing it is not allowed.
@@ -122,5 +122,5 @@ if (UNIX)
122122
add_dependencies(snapcraft${CURRENT_PROJECT} "deploy${CURRENT_PROJECT}Single")
123123
endif()
124124

125-
addReleaseSnap(${CURRENT_PROJECT})
125+
addReleaseSnap(${CURRENT_PROJECT} latest/edge)
126126
endif()

src/CQtDeployer/Deploy/snapcraft.yaml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2018-2023 QuasarApp.
2+
# Copyright (C) 2018-2024 QuasarApp.
33
# Distributed under the lgplv3 software license, see the accompanying
44
# Everyone is permitted to copy and distribute verbatim copies
55
# of this license document, but changing it is not allowed.

src/CQtDeployer/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018-2023 QuasarApp.
2+
* Copyright (C) 2018-2024 QuasarApp.
33
* Distributed under the lgplv3 software license, see the accompanying
44
* Everyone is permitted to copy and distribute verbatim copies
55
* of this license document, but changing it is not allowed.

src/Deploy/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2020-2023 QuasarApp.
2+
# Copyright (C) 2020-2024 QuasarApp.
33
# Distributed under the GPLv3 software license, see the accompanying
44
# Everyone is permitted to copy and distribute verbatim copies
55
# of this license document, but changing it is not allowed.

src/Deploy/src/configparser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//#
2-
//# Copyright (C) 2018-2023 QuasarApp.
2+
//# Copyright (C) 2018-2024 QuasarApp.
33
//# Distributed under the lgplv3 software license, see the accompanying
44
//# Everyone is permitted to copy and distribute verbatim copies
55
//# of this license document, but changing it is not allowed.

src/Deploy/src/configparser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//#
2-
//# Copyright (C) 2018-2023 QuasarApp.
2+
//# Copyright (C) 2018-2024 QuasarApp.
33
//# Distributed under the lgplv3 software license, see the accompanying
44
//# Everyone is permitted to copy and distribute verbatim copies
55
//# of this license document, but changing it is not allowed.

src/Deploy/src/defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018-2023 QuasarApp.
2+
* Copyright (C) 2018-2024 QuasarApp.
33
* Distributed under the lgplv3 software license, see the accompanying
44
* Everyone is permitted to copy and distribute verbatim copies
55
* of this license document, but changing it is not allowed.

src/Deploy/src/dependenciesscanner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018-2023 QuasarApp.
2+
* Copyright (C) 2018-2024 QuasarApp.
33
* Distributed under the lgplv3 software license, see the accompanying
44
* Everyone is permitted to copy and distribute verbatim copies
55
* of this license document, but changing it is not allowed.

src/Deploy/src/dependenciesscanner.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018-2023 QuasarApp.
2+
* Copyright (C) 2018-2024 QuasarApp.
33
* Distributed under the lgplv3 software license, see the accompanying
44
* Everyone is permitted to copy and distribute verbatim copies
55
* of this license document, but changing it is not allowed.

0 commit comments

Comments
 (0)