diff --git a/.travis/build-docs.sh b/.travis/build-docs.sh
index 99723c518..40f6af15d 100755
--- a/.travis/build-docs.sh
+++ b/.travis/build-docs.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-#
-# Copyright © 2016-2018 by The qTox Project Contributors
+
+# Copyright © 2016-2019 by The qTox Project Contributors
#
# This program is libre software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/.travis/build-gitstats.sh b/.travis/build-gitstats.sh
index de0cee2ca..62a287128 100755
--- a/.travis/build-gitstats.sh
+++ b/.travis/build-gitstats.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-#
-# Copyright © 2016-2018 The qTox Project Contributors
+
+# Copyright © 2016-2019 The qTox Project Contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/.travis/build-osx.sh b/.travis/build-osx.sh
index 952d21fb9..3ad40f89a 100755
--- a/.travis/build-osx.sh
+++ b/.travis/build-osx.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-#
-# Copyright © 2016-2018 by The qTox Project Contributors
+
+# Copyright © 2016-2019 by The qTox Project Contributors
#
# This program is libre software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -14,7 +14,6 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .
-#
# Fail out on error
set -eu -o pipefail
diff --git a/.travis/build-ubuntu-14-04.sh b/.travis/build-ubuntu-14-04.sh
index 89c330722..5ae7c7813 100755
--- a/.travis/build-ubuntu-14-04.sh
+++ b/.travis/build-ubuntu-14-04.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright © 2015-2018 by The qTox Project Contributors
+# Copyright © 2015-2019 by The qTox Project Contributors
#
# This program is libre software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/.travis/cirp/check_cache.sh b/.travis/cirp/check_cache.sh
index f5b5b3bb6..f96f935d4 100644
--- a/.travis/cirp/check_cache.sh
+++ b/.travis/cirp/check_cache.sh
@@ -1,3 +1,5 @@
+#!/usr/bin/env bash
+
if [ -f "/opt/cirp/previous_runs_commit" ] && [ "$(cat /opt/cirp/previous_runs_commit)" == "$(git rev-parse HEAD)" ]
then
# No new commits in the repo
diff --git a/.travis/cirp/check_precondition.sh b/.travis/cirp/check_precondition.sh
index d5bed1990..072e50040 100644
--- a/.travis/cirp/check_precondition.sh
+++ b/.travis/cirp/check_precondition.sh
@@ -1,3 +1,5 @@
+#!/usr/bin/env bash
+
if [ ! -z "$TRAVIS_EVENT_TYPE" ] && [ "$TRAVIS_EVENT_TYPE" != "cron" ]
then
echo "Skipping publishing in a non-cron build"
diff --git a/.travis/cirp/install.sh b/.travis/cirp/install.sh
index ae7a21991..5907f32c3 100644
--- a/.travis/cirp/install.sh
+++ b/.travis/cirp/install.sh
@@ -1,3 +1,5 @@
+#!/usr/bin/env bash
+
# Install verifying the hash
# Get Python >=3.5
diff --git a/.travis/cirp/update_cache.sh b/.travis/cirp/update_cache.sh
index 60c867630..23c762dbf 100644
--- a/.travis/cirp/update_cache.sh
+++ b/.travis/cirp/update_cache.sh
@@ -1,3 +1,5 @@
+#!/usr/bin/env bash
+
if [ ! -z "$TRAVIS_TEST_RESULT" ] && [ "$TRAVIS_TEST_RESULT" != "0" ]
then
echo "Build has failed, skipping updating the cache"
diff --git a/.travis/deploy-docs.sh b/.travis/deploy-docs.sh
index b409808be..bde02d5b2 100755
--- a/.travis/deploy-docs.sh
+++ b/.travis/deploy-docs.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-#
-# Copyright © 2016-2018 by The qTox Project Contributors
+
+# Copyright © 2016-2019 by The qTox Project Contributors
#
# This program is libre software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -14,7 +14,6 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .
-#
# Fail out on error
set -eu -o pipefail
diff --git a/.travis/deploy-gitstats.sh b/.travis/deploy-gitstats.sh
index cd80608a4..f9da3d8d9 100755
--- a/.travis/deploy-gitstats.sh
+++ b/.travis/deploy-gitstats.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-#
-# Copyright © 2016-2018 The qTox Project Contributors
+
+# Copyright © 2016-2019 The qTox Project Contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -15,7 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .
-
cd "$GITSTATS_DIR"
COMMIT=$(cd qTox && git describe)
diff --git a/.travis/deploy-jenkins-branch.sh b/.travis/deploy-jenkins-branch.sh
index c1c5a11b6..e8676f1ba 100755
--- a/.travis/deploy-jenkins-branch.sh
+++ b/.travis/deploy-jenkins-branch.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright © 2016-2018 by The qTox Project Contributors
+# Copyright © 2016-2019 by The qTox Project Contributors
#
# This program is libre software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/.travis/verify-commit-format.sh b/.travis/verify-commit-format.sh
index 69e0a91f4..681436d9e 100755
--- a/.travis/verify-commit-format.sh
+++ b/.travis/verify-commit-format.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright © 2016-2018 by The qTox Project Contributors
+# Copyright © 2016-2019 by The qTox Project Contributors
#
# This program is libre software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 727fbba6a..f505203d7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,19 @@
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
################################################################################
#
# :: CMake configuration
diff --git a/OSX-Migrater.sh b/OSX-Migrater.sh
index 891fd6e9c..56e4ee8a2 100755
--- a/OSX-Migrater.sh
+++ b/OSX-Migrater.sh
@@ -1,5 +1,22 @@
#!/usr/bin/env bash
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
+
# A qTox profile migrater for OSX
now=$(date +"%m_%d_%Y-%H.%M.%S")
bak="~/.Tox-Backup-$now"
diff --git a/appimage/build-appimage.sh b/appimage/build-appimage.sh
index d5f578a4e..49bde1a12 100755
--- a/appimage/build-appimage.sh
+++ b/appimage/build-appimage.sh
@@ -2,7 +2,7 @@
# MIT License
#
-# Copyright © 2018 by The qTox Project Contributors
+# Copyright © 2019 by The qTox Project Contributors
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
diff --git a/appimage/build.sh b/appimage/build.sh
index 90e53971b..4d1fe406c 100755
--- a/appimage/build.sh
+++ b/appimage/build.sh
@@ -2,7 +2,7 @@
# MIT License
#
-# Copyright © 2018 by The qTox Project Contributors
+# Copyright © 2019 by The qTox Project Contributors
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -22,7 +22,6 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
-
# Fail out on error
set -exuo pipefail
diff --git a/bootstrap-osx.sh b/bootstrap-osx.sh
index 8a7b92b25..057a2626a 100755
--- a/bootstrap-osx.sh
+++ b/bootstrap-osx.sh
@@ -1,5 +1,22 @@
#!/usr/bin/env bash
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
+
# This script's purpose is to ease compiling qTox for users.
#
# NO AUTOMATED BUILDS SHOULD DEPEND ON IT.
diff --git a/bootstrap.sh b/bootstrap.sh
index 7f5c91525..b601d6b6d 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,5 +1,22 @@
#!/usr/bin/env bash
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
+
# This script's purpose is to ease compiling qTox for users.
#
# NO AUTOMATED BUILDS SHOULD DEPEND ON IT.
diff --git a/cmake/CheckAtomic.cmake b/cmake/CheckAtomic.cmake
index d03d92507..609e230d4 100644
--- a/cmake/CheckAtomic.cmake
+++ b/cmake/CheckAtomic.cmake
@@ -1,3 +1,19 @@
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
# atomic builtins are required for threading support.
INCLUDE(CheckCXXSourceCompiles)
diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake
index 1d402bf35..3898a933f 100644
--- a/cmake/Dependencies.cmake
+++ b/cmake/Dependencies.cmake
@@ -1,3 +1,19 @@
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
################################################################################
#
# :: Dependencies
diff --git a/cmake/Installation.cmake b/cmake/Installation.cmake
index eede33fa2..b8da2805b 100644
--- a/cmake/Installation.cmake
+++ b/cmake/Installation.cmake
@@ -1,3 +1,19 @@
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
################################################################################
#
# :: Installation
diff --git a/cmake/Testing.cmake b/cmake/Testing.cmake
index 5ee840a2a..a142ca375 100644
--- a/cmake/Testing.cmake
+++ b/cmake/Testing.cmake
@@ -1,3 +1,19 @@
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
################################################################################
#
# :: Testing
diff --git a/docker/Dockerfile.debian b/docker/Dockerfile.debian
index a415bbf8c..917d85502 100644
--- a/docker/Dockerfile.debian
+++ b/docker/Dockerfile.debian
@@ -1,3 +1,19 @@
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
FROM debian:stretch
RUN apt-get update && \
diff --git a/docker/Dockerfile.ubuntu b/docker/Dockerfile.ubuntu
index e12f37f7c..97ea35bf1 100644
--- a/docker/Dockerfile.ubuntu
+++ b/docker/Dockerfile.ubuntu
@@ -1,3 +1,19 @@
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
FROM ubuntu:16.04
RUN apt-get update && \
diff --git a/docker/build-debian.sh b/docker/build-debian.sh
index d15c4a476..2d08b0803 100755
--- a/docker/build-debian.sh
+++ b/docker/build-debian.sh
@@ -1,5 +1,22 @@
#!/bin/bash
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
+
cd "$(dirname "$0")/.."
docker build . -f docker/Dockerfile.debian -t qtox
cd -
diff --git a/docker/build-ubuntu.sh b/docker/build-ubuntu.sh
index 87ed7c357..b56ffaecb 100755
--- a/docker/build-ubuntu.sh
+++ b/docker/build-ubuntu.sh
@@ -1,5 +1,22 @@
#!/bin/bash
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
+
cd "$(dirname "$0")/.."
docker build . -f docker/Dockerfile.ubuntu -t qtox
cd -
diff --git a/docker/start-qtox.sh b/docker/start-qtox.sh
index 8162f43b3..adfc9d88b 100755
--- a/docker/start-qtox.sh
+++ b/docker/start-qtox.sh
@@ -1,5 +1,22 @@
#!/bin/sh
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
+
XSOCK=/tmp/.X11-unix
XAUTH=/tmp/.docker.xauth
touch $XAUTH
diff --git a/flatpak/build-flatpak.sh b/flatpak/build-flatpak.sh
index 4120b7c5c..f583efd28 100755
--- a/flatpak/build-flatpak.sh
+++ b/flatpak/build-flatpak.sh
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-3.0+
#
-# Copyright © 2018 by The qTox Project Contributors
+# Copyright © 2018-2019 by The qTox Project Contributors
#
# This script should be run from the root of the repository
diff --git a/flatpak/build.sh b/flatpak/build.sh
index 3c5a936ab..211b265c8 100755
--- a/flatpak/build.sh
+++ b/flatpak/build.sh
@@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-3.0+
#
-# Copyright © 2018 by The qTox Project Contributors
+# Copyright © 2018-2019 by The qTox Project Contributors
# Fail out on error
set -exuo pipefail
diff --git a/merge-pr.sh b/merge-pr.sh
index 17d1d329b..5f4bfdd2d 100755
--- a/merge-pr.sh
+++ b/merge-pr.sh
@@ -1,19 +1,21 @@
#!/bin/bash
+
+# Copyright © 2016 Zetok Zalbavar
+# Copyright © 2019 by The qTox Project Contributors
#
-# Copyright © 2016 Zetok Zalbavar
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
# Script for merging pull requests. Works only when there are no merge
# conflicts. Assumes that working dir is a qTox git repo.
diff --git a/osx/createdmg b/osx/createdmg
index eae9409dd..7c1a31c7c 100755
--- a/osx/createdmg
+++ b/osx/createdmg
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright © 2017-2018 The qTox Project Contributors
+# Copyright © 2017-2019 The qTox Project Contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/osx/makedist.sh b/osx/makedist.sh
index be25c03c5..ca45b45d6 100644
--- a/osx/makedist.sh
+++ b/osx/makedist.sh
@@ -1,5 +1,21 @@
#!/usr/bin/env bash
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
PWD=`pwd`
echo "
diff --git a/osx/qTox-Mac-Deployer-ULTIMATE.sh b/osx/qTox-Mac-Deployer-ULTIMATE.sh
index 7d40f8d13..b1e6b2a5b 100755
--- a/osx/qTox-Mac-Deployer-ULTIMATE.sh
+++ b/osx/qTox-Mac-Deployer-ULTIMATE.sh
@@ -1,8 +1,7 @@
#!/usr/bin/env bash
-#
# Copyright © 2015 by RowenStipe
-# Copyright © 2016-2018 by The qTox Project Contributors
+# Copyright © 2016-2019 by The qTox Project Contributors
#
# This program is libre software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/osx/update-plist-version.sh b/osx/update-plist-version.sh
index 29da06714..df8df7926 100755
--- a/osx/update-plist-version.sh
+++ b/osx/update-plist-version.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-#
-# Copyright © 2016-2018 The qTox Project Contributors
+
+# Copyright © 2016-2019 The qTox Project Contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/security/apparmor/2.12.1/install.sh b/security/apparmor/2.12.1/install.sh
index ba1c50054..7abd58047 100755
--- a/security/apparmor/2.12.1/install.sh
+++ b/security/apparmor/2.12.1/install.sh
@@ -1,5 +1,21 @@
#!/usr/bin/env bash
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
set -e -u pipefail
readonly SCRIPT_DIR=$(dirname $(readlink -f $0))
diff --git a/security/apparmor/2.12.1/tunables/usr.bin.qtox b/security/apparmor/2.12.1/tunables/usr.bin.qtox
index 287b27759..d5d0cad1d 100644
--- a/security/apparmor/2.12.1/tunables/usr.bin.qtox
+++ b/security/apparmor/2.12.1/tunables/usr.bin.qtox
@@ -1,3 +1,19 @@
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
@{qtox_prefix} = /usr /usr/local
# Allow to read & write into mounted media, etc.
diff --git a/security/apparmor/2.12.1/usr.bin.qtox b/security/apparmor/2.12.1/usr.bin.qtox
index ac30886a4..fd7e0cefc 100644
--- a/security/apparmor/2.12.1/usr.bin.qtox
+++ b/security/apparmor/2.12.1/usr.bin.qtox
@@ -1,3 +1,19 @@
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
#include
#include
diff --git a/security/apparmor/2.13.2/install.sh b/security/apparmor/2.13.2/install.sh
index e345da2c3..01b664313 100755
--- a/security/apparmor/2.13.2/install.sh
+++ b/security/apparmor/2.13.2/install.sh
@@ -1,5 +1,22 @@
#!/usr/bin/env bash
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
+
set -e -u pipefail
readonly SCRIPT_DIR=$(dirname $(readlink -f $0))
diff --git a/security/apparmor/2.13.2/tunables/usr.bin.qtox b/security/apparmor/2.13.2/tunables/usr.bin.qtox
index 993b20cbe..61323202d 100644
--- a/security/apparmor/2.13.2/tunables/usr.bin.qtox
+++ b/security/apparmor/2.13.2/tunables/usr.bin.qtox
@@ -1,3 +1,19 @@
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
@{qtox_prefix} = /usr /usr/local
# Allow to read & write into mounted media, etc.
diff --git a/security/apparmor/2.13.2/usr.bin.qtox b/security/apparmor/2.13.2/usr.bin.qtox
index 0e048cd39..702ef0912 100644
--- a/security/apparmor/2.13.2/usr.bin.qtox
+++ b/security/apparmor/2.13.2/usr.bin.qtox
@@ -1,3 +1,19 @@
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
#include
#include
diff --git a/simple_make.sh b/simple_make.sh
index 7b405272a..8a6b2f925 100755
--- a/simple_make.sh
+++ b/simple_make.sh
@@ -1,5 +1,22 @@
#!/usr/bin/env bash
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
+
+
set -eu -o pipefail
apt_install() {
diff --git a/src/audio/audio.cpp b/src/audio/audio.cpp
index 954b2c1bd..9358d6dcf 100644
--- a/src/audio/audio.cpp
+++ b/src/audio/audio.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/audio/audio.h b/src/audio/audio.h
index d0eb91c8c..826c2be77 100644
--- a/src/audio/audio.h
+++ b/src/audio/audio.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/audio/backend/alsink.cpp b/src/audio/backend/alsink.cpp
index f6a766932..3114443e8 100644
--- a/src/audio/backend/alsink.cpp
+++ b/src/audio/backend/alsink.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "src/audio/backend/alsink.h"
#include "src/audio/backend/openal.h"
diff --git a/src/audio/backend/alsink.h b/src/audio/backend/alsink.h
index 0505fccfa..031fca3b0 100644
--- a/src/audio/backend/alsink.h
+++ b/src/audio/backend/alsink.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef ALSINK_H
#define ALSINK_H
diff --git a/src/audio/backend/alsource.cpp b/src/audio/backend/alsource.cpp
index 39dd9bed0..c29c579ad 100644
--- a/src/audio/backend/alsource.cpp
+++ b/src/audio/backend/alsource.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "src/audio/backend/alsource.h"
#include "src/audio/backend/openal.h"
diff --git a/src/audio/backend/alsource.h b/src/audio/backend/alsource.h
index bccabbf0b..64e2191f5 100644
--- a/src/audio/backend/alsource.h
+++ b/src/audio/backend/alsource.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef ALSOURCE_H
#define ALSOURCE_H
diff --git a/src/audio/backend/openal.cpp b/src/audio/backend/openal.cpp
index d3c950390..42c1abe3a 100644
--- a/src/audio/backend/openal.cpp
+++ b/src/audio/backend/openal.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/audio/backend/openal.h b/src/audio/backend/openal.h
index 96b9d96ab..64b4470ec 100644
--- a/src/audio/backend/openal.h
+++ b/src/audio/backend/openal.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/audio/backend/openal2.cpp b/src/audio/backend/openal2.cpp
index f603a9b87..83a50072a 100644
--- a/src/audio/backend/openal2.cpp
+++ b/src/audio/backend/openal2.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/audio/backend/openal2.h b/src/audio/backend/openal2.h
index 01ee649eb..646acc170 100644
--- a/src/audio/backend/openal2.h
+++ b/src/audio/backend/openal2.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/audio/iaudiocontrol.h b/src/audio/iaudiocontrol.h
index 8d30e6e4a..168b8541f 100644
--- a/src/audio/iaudiocontrol.h
+++ b/src/audio/iaudiocontrol.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef IAUDIOCONTROL_H
#define IAUDIOCONTROL_H
diff --git a/src/audio/iaudiosettings.h b/src/audio/iaudiosettings.h
index 8fad8530c..15e21f4d2 100644
--- a/src/audio/iaudiosettings.h
+++ b/src/audio/iaudiosettings.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef I_AUDIO_SETTINGS_H
#define I_AUDIO_SETTINGS_H
diff --git a/src/audio/iaudiosink.h b/src/audio/iaudiosink.h
index a526a685b..c5eeede43 100644
--- a/src/audio/iaudiosink.h
+++ b/src/audio/iaudiosink.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef IAUDIOSINK_H
#define IAUDIOSINK_H
diff --git a/src/audio/iaudiosource.h b/src/audio/iaudiosource.h
index bcebe7d15..1e884ac89 100644
--- a/src/audio/iaudiosource.h
+++ b/src/audio/iaudiosource.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef IAUDIOSOURCE_H
#define IAUDIOSOURCE_H
diff --git a/src/chatlog/chatline.cpp b/src/chatlog/chatline.cpp
index caded2169..d9aef1b77 100644
--- a/src/chatlog/chatline.cpp
+++ b/src/chatlog/chatline.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/chatline.h b/src/chatlog/chatline.h
index b9832d716..dbb1acf85 100644
--- a/src/chatlog/chatline.h
+++ b/src/chatlog/chatline.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/chatlinecontent.cpp b/src/chatlog/chatlinecontent.cpp
index 82f61d6e4..f7fed8685 100644
--- a/src/chatlog/chatlinecontent.cpp
+++ b/src/chatlog/chatlinecontent.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/chatlinecontent.h b/src/chatlog/chatlinecontent.h
index d58bbeb35..410a97d7e 100644
--- a/src/chatlog/chatlinecontent.h
+++ b/src/chatlog/chatlinecontent.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/chatlinecontentproxy.cpp b/src/chatlog/chatlinecontentproxy.cpp
index 3e39fcb19..d9201740d 100644
--- a/src/chatlog/chatlinecontentproxy.cpp
+++ b/src/chatlog/chatlinecontentproxy.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/chatlinecontentproxy.h b/src/chatlog/chatlinecontentproxy.h
index 824e39a84..dd74615e0 100644
--- a/src/chatlog/chatlinecontentproxy.h
+++ b/src/chatlog/chatlinecontentproxy.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/chatlog.cpp b/src/chatlog/chatlog.cpp
index 8108252a9..dbc7b6fbc 100644
--- a/src/chatlog/chatlog.cpp
+++ b/src/chatlog/chatlog.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/chatlog.h b/src/chatlog/chatlog.h
index 2fc35b8e9..6975ceb9a 100644
--- a/src/chatlog/chatlog.h
+++ b/src/chatlog/chatlog.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/chatmessage.cpp b/src/chatlog/chatmessage.cpp
index 7054a860d..03801b4e5 100644
--- a/src/chatlog/chatmessage.cpp
+++ b/src/chatlog/chatmessage.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/chatmessage.h b/src/chatlog/chatmessage.h
index d920fe426..655021f65 100644
--- a/src/chatlog/chatmessage.h
+++ b/src/chatlog/chatmessage.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/content/filetransferwidget.cpp b/src/chatlog/content/filetransferwidget.cpp
index a4d19f585..bf79238e5 100644
--- a/src/chatlog/content/filetransferwidget.cpp
+++ b/src/chatlog/content/filetransferwidget.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/content/filetransferwidget.h b/src/chatlog/content/filetransferwidget.h
index 84a0f0c67..6210e3e76 100644
--- a/src/chatlog/content/filetransferwidget.h
+++ b/src/chatlog/content/filetransferwidget.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/content/image.cpp b/src/chatlog/content/image.cpp
index 503f514b4..ca10f98b5 100644
--- a/src/chatlog/content/image.cpp
+++ b/src/chatlog/content/image.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/content/image.h b/src/chatlog/content/image.h
index 40f38836a..ba745849a 100644
--- a/src/chatlog/content/image.h
+++ b/src/chatlog/content/image.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/content/notificationicon.cpp b/src/chatlog/content/notificationicon.cpp
index ba79e0f8a..5efd13775 100644
--- a/src/chatlog/content/notificationicon.cpp
+++ b/src/chatlog/content/notificationicon.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/content/notificationicon.h b/src/chatlog/content/notificationicon.h
index b7f7a28b2..f3990117b 100644
--- a/src/chatlog/content/notificationicon.h
+++ b/src/chatlog/content/notificationicon.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/content/spinner.cpp b/src/chatlog/content/spinner.cpp
index e586b0ef5..2c60dabf9 100644
--- a/src/chatlog/content/spinner.cpp
+++ b/src/chatlog/content/spinner.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/content/spinner.h b/src/chatlog/content/spinner.h
index 8815cafae..df6c4c2a5 100644
--- a/src/chatlog/content/spinner.h
+++ b/src/chatlog/content/spinner.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/content/text.cpp b/src/chatlog/content/text.cpp
index eb4bcc01e..d32adc4e8 100644
--- a/src/chatlog/content/text.cpp
+++ b/src/chatlog/content/text.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/content/text.h b/src/chatlog/content/text.h
index fe5161a2c..e1f69112b 100644
--- a/src/chatlog/content/text.h
+++ b/src/chatlog/content/text.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/content/timestamp.cpp b/src/chatlog/content/timestamp.cpp
index 1862cca29..1e1237910 100644
--- a/src/chatlog/content/timestamp.cpp
+++ b/src/chatlog/content/timestamp.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/content/timestamp.h b/src/chatlog/content/timestamp.h
index 1c9e8eae1..36ed2945d 100644
--- a/src/chatlog/content/timestamp.h
+++ b/src/chatlog/content/timestamp.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/customtextdocument.cpp b/src/chatlog/customtextdocument.cpp
index 6ed07730f..d2e28c513 100644
--- a/src/chatlog/customtextdocument.cpp
+++ b/src/chatlog/customtextdocument.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/customtextdocument.h b/src/chatlog/customtextdocument.h
index bea3c3fa5..c6ae023e9 100644
--- a/src/chatlog/customtextdocument.h
+++ b/src/chatlog/customtextdocument.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/documentcache.cpp b/src/chatlog/documentcache.cpp
index db339287f..298479645 100644
--- a/src/chatlog/documentcache.cpp
+++ b/src/chatlog/documentcache.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/documentcache.h b/src/chatlog/documentcache.h
index e460b2e79..8f7567fec 100644
--- a/src/chatlog/documentcache.h
+++ b/src/chatlog/documentcache.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/pixmapcache.cpp b/src/chatlog/pixmapcache.cpp
index 52b2d69ed..4615bd4c7 100644
--- a/src/chatlog/pixmapcache.cpp
+++ b/src/chatlog/pixmapcache.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/pixmapcache.h b/src/chatlog/pixmapcache.h
index 778e13d37..c395ac5d1 100644
--- a/src/chatlog/pixmapcache.h
+++ b/src/chatlog/pixmapcache.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/textformatter.cpp b/src/chatlog/textformatter.cpp
index 3ee2b8d11..40a5d65ef 100644
--- a/src/chatlog/textformatter.cpp
+++ b/src/chatlog/textformatter.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/textformatter.h b/src/chatlog/textformatter.h
index 3257d226c..576b5db30 100644
--- a/src/chatlog/textformatter.h
+++ b/src/chatlog/textformatter.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/toxfileprogress.cpp b/src/chatlog/toxfileprogress.cpp
index d048ab8de..e5b3abb6f 100644
--- a/src/chatlog/toxfileprogress.cpp
+++ b/src/chatlog/toxfileprogress.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2018 by The qTox Project Contributors
+ Copyright © 2018-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/chatlog/toxfileprogress.h b/src/chatlog/toxfileprogress.h
index c16626901..b02e5dec0 100644
--- a/src/chatlog/toxfileprogress.h
+++ b/src/chatlog/toxfileprogress.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2018 by The qTox Project Contributors
+ Copyright © 2018-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/core/contactid.cpp b/src/core/contactid.cpp
index 1aee125af..6ee16ecd8 100644
--- a/src/core/contactid.cpp
+++ b/src/core/contactid.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include
#include
#include
diff --git a/src/core/contactid.h b/src/core/contactid.h
index 3d1ad076a..78a6c10ae 100644
--- a/src/core/contactid.h
+++ b/src/core/contactid.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef CONTACTID_H
#define CONTACTID_H
diff --git a/src/core/core.cpp b/src/core/core.cpp
index 7dd2e3122..df076db4f 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -1,10 +1,10 @@
/*
- Copyright (C) 2013 by Maxim Biro
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2013 by Maxim Biro
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is free software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
diff --git a/src/core/core.h b/src/core/core.h
index 7c75d0624..4863f51bc 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -1,10 +1,10 @@
/*
- Copyright (C) 2013 by Maxim Biro
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2013 by Maxim Biro
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is free software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
diff --git a/src/core/coreav.cpp b/src/core/coreav.cpp
index 23a757b80..91a6467f2 100644
--- a/src/core/coreav.cpp
+++ b/src/core/coreav.cpp
@@ -1,10 +1,10 @@
/*
- Copyright (C) 2013 by Maxim Biro
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2013 by Maxim Biro
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is free software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
diff --git a/src/core/coreav.h b/src/core/coreav.h
index 30e1fa88f..6daead561 100644
--- a/src/core/coreav.h
+++ b/src/core/coreav.h
@@ -1,6 +1,6 @@
/*
- Copyright (C) 2013 by Maxim Biro
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2013 by Maxim Biro
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/core/corefile.cpp b/src/core/corefile.cpp
index 62ad23854..6e233e722 100644
--- a/src/core/corefile.cpp
+++ b/src/core/corefile.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/core/corefile.h b/src/core/corefile.h
index 6d9161074..429e7579a 100644
--- a/src/core/corefile.h
+++ b/src/core/corefile.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/core/dhtserver.cpp b/src/core/dhtserver.cpp
index d5b661d36..dfb73d927 100644
--- a/src/core/dhtserver.cpp
+++ b/src/core/dhtserver.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/core/dhtserver.h b/src/core/dhtserver.h
index 8d307de17..87061c1b1 100644
--- a/src/core/dhtserver.h
+++ b/src/core/dhtserver.h
@@ -1,9 +1,9 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is free software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
diff --git a/src/core/groupid.cpp b/src/core/groupid.cpp
index 981e3f411..ab5fde32b 100644
--- a/src/core/groupid.cpp
+++ b/src/core/groupid.cpp
@@ -1,5 +1,23 @@
-#include "groupid.h"
+/*
+ Copyright © 2019 by The qTox Project Contributors
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
+#include "groupid.h"
#include
#include
diff --git a/src/core/groupid.h b/src/core/groupid.h
index 3ba1d834e..a05e1f73a 100644
--- a/src/core/groupid.h
+++ b/src/core/groupid.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef GROUPID_H
#define GROUPID_H
diff --git a/src/core/icoregroupquery.h b/src/core/icoregroupquery.h
index b9f4c6c0e..00aef71a4 100644
--- a/src/core/icoregroupquery.h
+++ b/src/core/icoregroupquery.h
@@ -1,10 +1,10 @@
/*
- Copyright (C) 2013 by Maxim Biro
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2013 by Maxim Biro
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is free software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
diff --git a/src/core/icoresettings.h b/src/core/icoresettings.h
index 66b9f03f5..2955cbe20 100644
--- a/src/core/icoresettings.h
+++ b/src/core/icoresettings.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef I_CORE_SETTINGS_H
#define I_CORE_SETTINGS_H
diff --git a/src/core/toxcall.cpp b/src/core/toxcall.cpp
index f217ee889..4b3757d4c 100644
--- a/src/core/toxcall.cpp
+++ b/src/core/toxcall.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "src/core/toxcall.h"
#include "src/audio/audio.h"
#include "src/core/coreav.h"
diff --git a/src/core/toxcall.h b/src/core/toxcall.h
index 7bc850e7d..1c50e1f61 100644
--- a/src/core/toxcall.h
+++ b/src/core/toxcall.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef TOXCALL_H
#define TOXCALL_H
diff --git a/src/core/toxencrypt.cpp b/src/core/toxencrypt.cpp
index d36ca0e06..9999ee762 100644
--- a/src/core/toxencrypt.cpp
+++ b/src/core/toxencrypt.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/core/toxencrypt.h b/src/core/toxencrypt.h
index 8127d3ca5..e56e72267 100644
--- a/src/core/toxencrypt.h
+++ b/src/core/toxencrypt.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/core/toxfile.cpp b/src/core/toxfile.cpp
index 47a8820d3..966c0abc4 100644
--- a/src/core/toxfile.cpp
+++ b/src/core/toxfile.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "src/core/toxfile.h"
#include
#include
diff --git a/src/core/toxfile.h b/src/core/toxfile.h
index 72ab20ba8..38c99cf6d 100644
--- a/src/core/toxfile.h
+++ b/src/core/toxfile.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef CORESTRUCTS_H
#define CORESTRUCTS_H
diff --git a/src/core/toxfilepause.h b/src/core/toxfilepause.h
index d63951279..a880e7522 100644
--- a/src/core/toxfilepause.h
+++ b/src/core/toxfilepause.h
@@ -1,9 +1,9 @@
/*
- Copyright © 2018 by The qTox Project Contributors
+ Copyright © 2018-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is free software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
diff --git a/src/core/toxid.cpp b/src/core/toxid.cpp
index 38d092a06..557a3d8d5 100644
--- a/src/core/toxid.cpp
+++ b/src/core/toxid.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/core/toxid.h b/src/core/toxid.h
index 3739799c8..f668a8761 100644
--- a/src/core/toxid.h
+++ b/src/core/toxid.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/core/toxlogger.cpp b/src/core/toxlogger.cpp
index d0ef02d56..14fd56089 100644
--- a/src/core/toxlogger.cpp
+++ b/src/core/toxlogger.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "toxlogger.h"
#include
diff --git a/src/core/toxlogger.h b/src/core/toxlogger.h
index b210e13ea..97a57c891 100644
--- a/src/core/toxlogger.h
+++ b/src/core/toxlogger.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef TOXLOGGER_H
#define TOXLOGGER_H
diff --git a/src/core/toxoptions.cpp b/src/core/toxoptions.cpp
index ffc403818..162f3470f 100644
--- a/src/core/toxoptions.cpp
+++ b/src/core/toxoptions.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "toxoptions.h"
#include "src/core/icoresettings.h"
diff --git a/src/core/toxoptions.h b/src/core/toxoptions.h
index bdaeb9426..bea857b28 100644
--- a/src/core/toxoptions.h
+++ b/src/core/toxoptions.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef TOXOPTIONS_H
#define TOXOPTIONS_H
diff --git a/src/core/toxpk.cpp b/src/core/toxpk.cpp
index 82dbbdb1f..daa8bdd9b 100644
--- a/src/core/toxpk.cpp
+++ b/src/core/toxpk.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "toxpk.h"
#include
diff --git a/src/core/toxpk.h b/src/core/toxpk.h
index 6c8c467f0..cf4394832 100644
--- a/src/core/toxpk.h
+++ b/src/core/toxpk.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef TOXPK_H
#define TOXPK_H
diff --git a/src/core/toxstring.cpp b/src/core/toxstring.cpp
index b17316fc6..fa16f898e 100644
--- a/src/core/toxstring.cpp
+++ b/src/core/toxstring.cpp
@@ -1,9 +1,9 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is free software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
diff --git a/src/core/toxstring.h b/src/core/toxstring.h
index b899d1906..bc68e6b34 100644
--- a/src/core/toxstring.h
+++ b/src/core/toxstring.h
@@ -1,9 +1,9 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is free software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
diff --git a/src/friendlist.cpp b/src/friendlist.cpp
index b9421e644..0a874741b 100644
--- a/src/friendlist.cpp
+++ b/src/friendlist.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/friendlist.h b/src/friendlist.h
index 27b75b91e..49b906d79 100644
--- a/src/friendlist.h
+++ b/src/friendlist.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/grouplist.cpp b/src/grouplist.cpp
index baba76ab6..9f0228242 100644
--- a/src/grouplist.cpp
+++ b/src/grouplist.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/grouplist.h b/src/grouplist.h
index ea3416f0d..694a214f2 100644
--- a/src/grouplist.h
+++ b/src/grouplist.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/ipc.cpp b/src/ipc.cpp
index b30128f7e..bae539a64 100644
--- a/src/ipc.cpp
+++ b/src/ipc.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/ipc.h b/src/ipc.h
index 3db409102..3b65880a8 100644
--- a/src/ipc.h
+++ b/src/ipc.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/main.cpp b/src/main.cpp
index 0d77ad1a0..7f29e2ac4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/model/about/aboutfriend.cpp b/src/model/about/aboutfriend.cpp
index eaa66b8ab..13165605b 100644
--- a/src/model/about/aboutfriend.cpp
+++ b/src/model/about/aboutfriend.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "aboutfriend.h"
#include "src/model/friend.h"
diff --git a/src/model/about/aboutfriend.h b/src/model/about/aboutfriend.h
index b98a25d56..d6afd2aa4 100644
--- a/src/model/about/aboutfriend.h
+++ b/src/model/about/aboutfriend.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef ABOUT_FRIEND_H
#define ABOUT_FRIEND_H
diff --git a/src/model/about/iaboutfriend.h b/src/model/about/iaboutfriend.h
index b046ab3f6..03499d9de 100644
--- a/src/model/about/iaboutfriend.h
+++ b/src/model/about/iaboutfriend.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef I_ABOUT_FRIEND_H
#define I_ABOUT_FRIEND_H
diff --git a/src/model/chatlogitem.cpp b/src/model/chatlogitem.cpp
index e5aff317d..a755d8d2e 100644
--- a/src/model/chatlogitem.cpp
+++ b/src/model/chatlogitem.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "chatlogitem.h"
#include "src/core/core.h"
#include "src/friendlist.h"
diff --git a/src/model/chatroom/chatroom.h b/src/model/chatroom/chatroom.h
index e0203ff26..1aaba6082 100644
--- a/src/model/chatroom/chatroom.h
+++ b/src/model/chatroom/chatroom.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/model/chatroom/friendchatroom.cpp b/src/model/chatroom/friendchatroom.cpp
index 6ae883cf1..79f06a63f 100644
--- a/src/model/chatroom/friendchatroom.cpp
+++ b/src/model/chatroom/friendchatroom.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2014-2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "src/grouplist.h"
#include "src/model/chatroom/friendchatroom.h"
#include "src/model/dialogs/idialogsmanager.h"
diff --git a/src/model/chatroom/friendchatroom.h b/src/model/chatroom/friendchatroom.h
index 80b8d560d..8be49315b 100644
--- a/src/model/chatroom/friendchatroom.h
+++ b/src/model/chatroom/friendchatroom.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2017 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/model/chatroom/groupchatroom.cpp b/src/model/chatroom/groupchatroom.cpp
index 38d2d9bdf..3efeb8669 100644
--- a/src/model/chatroom/groupchatroom.cpp
+++ b/src/model/chatroom/groupchatroom.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2014-2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "groupchatroom.h"
#include "src/core/core.h"
diff --git a/src/model/chatroom/groupchatroom.h b/src/model/chatroom/groupchatroom.h
index 2000c60a2..ded2127e0 100644
--- a/src/model/chatroom/groupchatroom.h
+++ b/src/model/chatroom/groupchatroom.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/model/contact.cpp b/src/model/contact.cpp
index a84cd2bce..7609ac0f1 100644
--- a/src/model/contact.cpp
+++ b/src/model/contact.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/model/contact.h b/src/model/contact.h
index 61a944610..e2faa5799 100644
--- a/src/model/contact.h
+++ b/src/model/contact.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/model/friend.cpp b/src/model/friend.cpp
index d9391b2c5..abb2bd6bb 100644
--- a/src/model/friend.cpp
+++ b/src/model/friend.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/model/friend.h b/src/model/friend.h
index 787bef45f..b62fceb1f 100644
--- a/src/model/friend.h
+++ b/src/model/friend.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/model/group.cpp b/src/model/group.cpp
index ee3e21c4a..39f7e58ab 100644
--- a/src/model/group.cpp
+++ b/src/model/group.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/model/group.h b/src/model/group.h
index 1511d6fc3..4e70a407e 100644
--- a/src/model/group.h
+++ b/src/model/group.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/model/groupinvite.cpp b/src/model/groupinvite.cpp
index b70835b6d..64c31eea1 100644
--- a/src/model/groupinvite.cpp
+++ b/src/model/groupinvite.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/model/groupinvite.h b/src/model/groupinvite.h
index 50586b1a8..6d7000a4b 100644
--- a/src/model/groupinvite.h
+++ b/src/model/groupinvite.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/model/interface.h b/src/model/interface.h
index 3719e4809..37bf2a946 100644
--- a/src/model/interface.h
+++ b/src/model/interface.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef INTERFACE_H
#define INTERFACE_H
diff --git a/src/model/profile/iprofileinfo.h b/src/model/profile/iprofileinfo.h
index ff10a0b32..88b2b3da0 100644
--- a/src/model/profile/iprofileinfo.h
+++ b/src/model/profile/iprofileinfo.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/model/profile/profileinfo.cpp b/src/model/profile/profileinfo.cpp
index 73635325e..0fc95d1d7 100644
--- a/src/model/profile/profileinfo.cpp
+++ b/src/model/profile/profileinfo.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/model/profile/profileinfo.h b/src/model/profile/profileinfo.h
index 555b2add8..3c637ed10 100644
--- a/src/model/profile/profileinfo.h
+++ b/src/model/profile/profileinfo.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/net/avatarbroadcaster.cpp b/src/net/avatarbroadcaster.cpp
index fd87687de..31deb7c19 100644
--- a/src/net/avatarbroadcaster.cpp
+++ b/src/net/avatarbroadcaster.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/net/avatarbroadcaster.h b/src/net/avatarbroadcaster.h
index a0d34a695..f93d92d76 100644
--- a/src/net/avatarbroadcaster.h
+++ b/src/net/avatarbroadcaster.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/net/bootstrapnodeupdater.cpp b/src/net/bootstrapnodeupdater.cpp
index f3bd8ee95..690f08495 100644
--- a/src/net/bootstrapnodeupdater.cpp
+++ b/src/net/bootstrapnodeupdater.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "bootstrapnodeupdater.h"
#include
diff --git a/src/net/toxme.cpp b/src/net/toxme.cpp
index d32f48978..227222c02 100644
--- a/src/net/toxme.cpp
+++ b/src/net/toxme.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/net/toxme.h b/src/net/toxme.h
index 286b6ef0c..cb0a285ab 100644
--- a/src/net/toxme.h
+++ b/src/net/toxme.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/net/toxmedata.cpp b/src/net/toxmedata.cpp
index 74f021c41..100fbe597 100644
--- a/src/net/toxmedata.cpp
+++ b/src/net/toxmedata.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/net/toxmedata.h b/src/net/toxmedata.h
index 35de03ac4..b68270e31 100644
--- a/src/net/toxmedata.h
+++ b/src/net/toxmedata.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/net/toxuri.cpp b/src/net/toxuri.cpp
index c40e6272a..93ac4ce07 100644
--- a/src/net/toxuri.cpp
+++ b/src/net/toxuri.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/net/toxuri.h b/src/net/toxuri.h
index dbe83fe65..648fff9db 100644
--- a/src/net/toxuri.h
+++ b/src/net/toxuri.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/net/updatecheck.cpp b/src/net/updatecheck.cpp
index ba4cc3efc..c751cab37 100644
--- a/src/net/updatecheck.cpp
+++ b/src/net/updatecheck.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/net/updatecheck.h b/src/net/updatecheck.h
index 30eb1668a..deae7aa9e 100644
--- a/src/net/updatecheck.h
+++ b/src/net/updatecheck.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/nexus.cpp b/src/nexus.cpp
index 256f81449..9d4d1893a 100644
--- a/src/nexus.cpp
+++ b/src/nexus.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/nexus.h b/src/nexus.h
index 43ec679a5..b7b44056e 100644
--- a/src/nexus.h
+++ b/src/nexus.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/persistence/db/rawdatabase.cpp b/src/persistence/db/rawdatabase.cpp
index b8bc1fd47..2eba35975 100644
--- a/src/persistence/db/rawdatabase.cpp
+++ b/src/persistence/db/rawdatabase.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/persistence/db/rawdatabase.h b/src/persistence/db/rawdatabase.h
index 318978064..bf34a15fb 100644
--- a/src/persistence/db/rawdatabase.h
+++ b/src/persistence/db/rawdatabase.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2014-2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef RAWDATABASE_H
#define RAWDATABASE_H
diff --git a/src/persistence/history.cpp b/src/persistence/history.cpp
index fc74ca66a..a309eb10c 100644
--- a/src/persistence/history.cpp
+++ b/src/persistence/history.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/persistence/history.h b/src/persistence/history.h
index 53e583ffc..debcfbb48 100644
--- a/src/persistence/history.h
+++ b/src/persistence/history.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/persistence/ifriendsettings.h b/src/persistence/ifriendsettings.h
index 1718936d9..88ecc0f79 100644
--- a/src/persistence/ifriendsettings.h
+++ b/src/persistence/ifriendsettings.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef I_FRIEND_SETTINGS_H
#define I_FRIEND_SETTINGS_H
diff --git a/src/persistence/offlinemsgengine.cpp b/src/persistence/offlinemsgengine.cpp
index 77766ec99..0e7247b34 100644
--- a/src/persistence/offlinemsgengine.cpp
+++ b/src/persistence/offlinemsgengine.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/persistence/offlinemsgengine.h b/src/persistence/offlinemsgengine.h
index 42fc9b490..adac2aa93 100644
--- a/src/persistence/offlinemsgengine.h
+++ b/src/persistence/offlinemsgengine.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/persistence/paths.cpp b/src/persistence/paths.cpp
index d8b9a5053..a120d26c4 100644
--- a/src/persistence/paths.cpp
+++ b/src/persistence/paths.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "paths.h"
#include
diff --git a/src/persistence/paths.h b/src/persistence/paths.h
index d666dcb4b..27b9ada53 100644
--- a/src/persistence/paths.h
+++ b/src/persistence/paths.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef PATHS_H
#define PATHS_H
diff --git a/src/persistence/profile.cpp b/src/persistence/profile.cpp
index 1bc48bda1..44e4eb24d 100644
--- a/src/persistence/profile.cpp
+++ b/src/persistence/profile.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/persistence/profile.h b/src/persistence/profile.h
index 6b8c9dd08..882b99bbe 100644
--- a/src/persistence/profile.h
+++ b/src/persistence/profile.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/persistence/profilelocker.cpp b/src/persistence/profilelocker.cpp
index 59d8f4db1..560f91fa9 100644
--- a/src/persistence/profilelocker.cpp
+++ b/src/persistence/profilelocker.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/persistence/profilelocker.h b/src/persistence/profilelocker.h
index 632eccf07..de4b3e5dd 100644
--- a/src/persistence/profilelocker.h
+++ b/src/persistence/profilelocker.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/persistence/serialize.cpp b/src/persistence/serialize.cpp
index cec6958d8..8aeb90385 100644
--- a/src/persistence/serialize.cpp
+++ b/src/persistence/serialize.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/persistence/serialize.h b/src/persistence/serialize.h
index efcdb15d6..6cea5a597 100644
--- a/src/persistence/serialize.h
+++ b/src/persistence/serialize.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/persistence/settings.cpp b/src/persistence/settings.cpp
index e86687999..e81b092cb 100644
--- a/src/persistence/settings.cpp
+++ b/src/persistence/settings.cpp
@@ -1,10 +1,10 @@
/*
- Copyright (C) 2013 by Maxim Biro
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2013 by Maxim Biro
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is free software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
diff --git a/src/persistence/settings.h b/src/persistence/settings.h
index 5507d6894..b08b9ea68 100644
--- a/src/persistence/settings.h
+++ b/src/persistence/settings.h
@@ -1,10 +1,10 @@
/*
- Copyright (C) 2013 by Maxim Biro
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2013 by Maxim Biro
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is free software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
diff --git a/src/persistence/settingsserializer.cpp b/src/persistence/settingsserializer.cpp
index 39b2cdfb4..357235077 100644
--- a/src/persistence/settingsserializer.cpp
+++ b/src/persistence/settingsserializer.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/persistence/settingsserializer.h b/src/persistence/settingsserializer.h
index 1013d4a9b..88eea77ff 100644
--- a/src/persistence/settingsserializer.h
+++ b/src/persistence/settingsserializer.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/persistence/smileypack.cpp b/src/persistence/smileypack.cpp
index 7507a81cc..3295e4be1 100644
--- a/src/persistence/smileypack.cpp
+++ b/src/persistence/smileypack.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/persistence/smileypack.h b/src/persistence/smileypack.h
index 494b7c71e..5a327692f 100644
--- a/src/persistence/smileypack.h
+++ b/src/persistence/smileypack.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/persistence/toxsave.cpp b/src/persistence/toxsave.cpp
index 8a2e16434..8b63a119e 100644
--- a/src/persistence/toxsave.cpp
+++ b/src/persistence/toxsave.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/persistence/toxsave.h b/src/persistence/toxsave.h
index 703590ae0..c0e3d98e1 100644
--- a/src/persistence/toxsave.h
+++ b/src/persistence/toxsave.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/autorun.h b/src/platform/autorun.h
index 306d846a5..9aa607051 100644
--- a/src/platform/autorun.h
+++ b/src/platform/autorun.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/autorun_osx.cpp b/src/platform/autorun_osx.cpp
index b0095a3b0..abb20f736 100644
--- a/src/platform/autorun_osx.cpp
+++ b/src/platform/autorun_osx.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/autorun_win.cpp b/src/platform/autorun_win.cpp
index 8d2391063..7d114a053 100644
--- a/src/platform/autorun_win.cpp
+++ b/src/platform/autorun_win.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/autorun_xdg.cpp b/src/platform/autorun_xdg.cpp
index 2456ceba7..6de235046 100644
--- a/src/platform/autorun_xdg.cpp
+++ b/src/platform/autorun_xdg.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/camera/avfoundation.h b/src/platform/camera/avfoundation.h
index fd1134262..fa494fa43 100644
--- a/src/platform/camera/avfoundation.h
+++ b/src/platform/camera/avfoundation.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/camera/avfoundation.mm b/src/platform/camera/avfoundation.mm
index 25a0e1732..e856197e9 100644
--- a/src/platform/camera/avfoundation.mm
+++ b/src/platform/camera/avfoundation.mm
@@ -1,6 +1,6 @@
/*
- Copyright (c) 2014 Thilo Borgmann
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2014 Thilo Borgmann
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
@@ -16,7 +16,7 @@
You should have received a copy of the GNU General Public License
along with qTox. If not, see .
- */
+*/
#include "avfoundation.h"
#include
diff --git a/src/platform/camera/directshow.cpp b/src/platform/camera/directshow.cpp
index 5e39745e4..58a5d0aa0 100644
--- a/src/platform/camera/directshow.cpp
+++ b/src/platform/camera/directshow.cpp
@@ -1,6 +1,6 @@
/*
- Copyright (c) 2010 Ramiro Polla
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2010 Ramiro Polla
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/camera/directshow.h b/src/platform/camera/directshow.h
index 97e688012..9efd12e31 100644
--- a/src/platform/camera/directshow.h
+++ b/src/platform/camera/directshow.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/camera/v4l2.cpp b/src/platform/camera/v4l2.cpp
index fe239547e..f44e08382 100644
--- a/src/platform/camera/v4l2.cpp
+++ b/src/platform/camera/v4l2.cpp
@@ -1,7 +1,7 @@
/*
- Copyright (c) 2000,2001 Fabrice Bellard
- Copyright (c) 2006 Luca Abeni
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2000,2001 Fabrice Bellard
+ Copyright © 2006 Luca Abeni
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/camera/v4l2.h b/src/platform/camera/v4l2.h
index 64b0be96e..198417092 100644
--- a/src/platform/camera/v4l2.h
+++ b/src/platform/camera/v4l2.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/capslock.h b/src/platform/capslock.h
index 9cfd88a64..7f4322f6a 100644
--- a/src/platform/capslock.h
+++ b/src/platform/capslock.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2016-2018 by The qTox Project Contributors
+ Copyright © 2016-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/capslock_osx.cpp b/src/platform/capslock_osx.cpp
index 1bab39261..8f7236c49 100644
--- a/src/platform/capslock_osx.cpp
+++ b/src/platform/capslock_osx.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2016-2018 by The qTox Project Contributors
+ Copyright © 2016-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/capslock_win.cpp b/src/platform/capslock_win.cpp
index 8e1a647d0..85335aa13 100644
--- a/src/platform/capslock_win.cpp
+++ b/src/platform/capslock_win.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2016-2018 by The qTox Project Contributors
+ Copyright © 2016-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/capslock_x11.cpp b/src/platform/capslock_x11.cpp
index 80ca8d369..42c56fa99 100644
--- a/src/platform/capslock_x11.cpp
+++ b/src/platform/capslock_x11.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2016-2018 by The qTox Project Contributors
+ Copyright © 2016-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/desktop_notifications/desktopnotify.cpp b/src/platform/desktop_notifications/desktopnotify.cpp
index 60f306b01..3ee9414f9 100644
--- a/src/platform/desktop_notifications/desktopnotify.cpp
+++ b/src/platform/desktop_notifications/desktopnotify.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "desktopnotify.h"
#include
diff --git a/src/platform/desktop_notifications/desktopnotify.h b/src/platform/desktop_notifications/desktopnotify.h
index 82ab70350..391598969 100644
--- a/src/platform/desktop_notifications/desktopnotify.h
+++ b/src/platform/desktop_notifications/desktopnotify.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef DESKTOPNOTIFY_H
#define DESKTOPNOTIFY_H
diff --git a/src/platform/install_osx.cpp b/src/platform/install_osx.cpp
index 5318aa011..0c189526f 100644
--- a/src/platform/install_osx.cpp
+++ b/src/platform/install_osx.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/install_osx.h b/src/platform/install_osx.h
index a884f75ea..090731559 100644
--- a/src/platform/install_osx.h
+++ b/src/platform/install_osx.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/posixsignalnotifier.cpp b/src/platform/posixsignalnotifier.cpp
index a1728b1cd..f5813329b 100644
--- a/src/platform/posixsignalnotifier.cpp
+++ b/src/platform/posixsignalnotifier.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/posixsignalnotifier.h b/src/platform/posixsignalnotifier.h
index badaeaafd..12e8d02c8 100644
--- a/src/platform/posixsignalnotifier.h
+++ b/src/platform/posixsignalnotifier.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/timer.h b/src/platform/timer.h
index 782a83bc7..a500b323a 100644
--- a/src/platform/timer.h
+++ b/src/platform/timer.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/timer_osx.cpp b/src/platform/timer_osx.cpp
index 8057397ea..ce8264244 100644
--- a/src/platform/timer_osx.cpp
+++ b/src/platform/timer_osx.cpp
@@ -5,7 +5,7 @@
).
Copyright © 2006 by Richard Laager
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/timer_win.cpp b/src/platform/timer_win.cpp
index 92067caad..accf319c7 100644
--- a/src/platform/timer_win.cpp
+++ b/src/platform/timer_win.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/timer_x11.cpp b/src/platform/timer_x11.cpp
index 7d5d73065..c38e994ec 100644
--- a/src/platform/timer_x11.cpp
+++ b/src/platform/timer_x11.cpp
@@ -1,4 +1,6 @@
/*
+ Copyright © 2019 by The qTox Project Contributors
+
This file is part of qTox, a Qt-based graphical interface for Tox.
qTox is libre software: you can redistribute it and/or modify
diff --git a/src/platform/x11_display.cpp b/src/platform/x11_display.cpp
index 4f39f919a..96b203ee1 100644
--- a/src/platform/x11_display.cpp
+++ b/src/platform/x11_display.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/platform/x11_display.h b/src/platform/x11_display.h
index bdef6d951..bed5f6756 100644
--- a/src/platform/x11_display.h
+++ b/src/platform/x11_display.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/util/strongtype.h b/src/util/strongtype.h
index ef8b55986..d83f854a6 100644
--- a/src/util/strongtype.h
+++ b/src/util/strongtype.h
@@ -3,7 +3,7 @@
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is free software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
diff --git a/src/video/cameradevice.cpp b/src/video/cameradevice.cpp
index 79e9061ff..6f4370e36 100644
--- a/src/video/cameradevice.cpp
+++ b/src/video/cameradevice.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/cameradevice.h b/src/video/cameradevice.h
index 569094fdb..3ea59b3f2 100644
--- a/src/video/cameradevice.h
+++ b/src/video/cameradevice.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/camerasource.cpp b/src/video/camerasource.cpp
index c2d6f2c69..a37856bd8 100644
--- a/src/video/camerasource.cpp
+++ b/src/video/camerasource.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/camerasource.h b/src/video/camerasource.h
index 1dd8a7844..a84365790 100644
--- a/src/video/camerasource.h
+++ b/src/video/camerasource.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/corevideosource.cpp b/src/video/corevideosource.cpp
index e2e6052e4..160477a42 100644
--- a/src/video/corevideosource.cpp
+++ b/src/video/corevideosource.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/corevideosource.h b/src/video/corevideosource.h
index d5f2af965..8a4e5ea1b 100644
--- a/src/video/corevideosource.h
+++ b/src/video/corevideosource.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/genericnetcamview.cpp b/src/video/genericnetcamview.cpp
index 716eed331..7398cc47a 100644
--- a/src/video/genericnetcamview.cpp
+++ b/src/video/genericnetcamview.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/genericnetcamview.h b/src/video/genericnetcamview.h
index 283d1612e..1de3f6d7e 100644
--- a/src/video/genericnetcamview.h
+++ b/src/video/genericnetcamview.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/groupnetcamview.cpp b/src/video/groupnetcamview.cpp
index e0d092f12..0918886cb 100644
--- a/src/video/groupnetcamview.cpp
+++ b/src/video/groupnetcamview.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/groupnetcamview.h b/src/video/groupnetcamview.h
index 966a5991d..d27f97b00 100644
--- a/src/video/groupnetcamview.h
+++ b/src/video/groupnetcamview.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/ivideosettings.h b/src/video/ivideosettings.h
index 9af85981a..123d0958b 100644
--- a/src/video/ivideosettings.h
+++ b/src/video/ivideosettings.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef I_VIDEO_SETTINGS_H
#define I_VIDEO_SETTINGS_H
diff --git a/src/video/netcamview.cpp b/src/video/netcamview.cpp
index 444b35503..aeb905e75 100644
--- a/src/video/netcamview.cpp
+++ b/src/video/netcamview.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/netcamview.h b/src/video/netcamview.h
index 847294a5f..3d86ecd89 100644
--- a/src/video/netcamview.h
+++ b/src/video/netcamview.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/videoframe.cpp b/src/video/videoframe.cpp
index fd742f1d3..1bb8563f1 100644
--- a/src/video/videoframe.cpp
+++ b/src/video/videoframe.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/videoframe.h b/src/video/videoframe.h
index a053dd26e..b924e4851 100644
--- a/src/video/videoframe.h
+++ b/src/video/videoframe.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/videomode.cpp b/src/video/videomode.cpp
index 7331ba3c2..8baaac1a1 100644
--- a/src/video/videomode.cpp
+++ b/src/video/videomode.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/videomode.h b/src/video/videomode.h
index 6a8510ea9..d3ecd45aa 100644
--- a/src/video/videomode.h
+++ b/src/video/videomode.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/videosource.cpp b/src/video/videosource.cpp
index d1e57d105..86b3601c7 100644
--- a/src/video/videosource.cpp
+++ b/src/video/videosource.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2016-2018 by The qTox Project Contributors
+ Copyright © 2016-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/videosource.h b/src/video/videosource.h
index 36670241e..ff9a77d6e 100644
--- a/src/video/videosource.h
+++ b/src/video/videosource.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/videosurface.cpp b/src/video/videosurface.cpp
index 262105755..6d1659a32 100644
--- a/src/video/videosurface.cpp
+++ b/src/video/videosurface.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/video/videosurface.h b/src/video/videosurface.h
index d8e889621..b4b421bf3 100644
--- a/src/video/videosurface.h
+++ b/src/video/videosurface.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/about/aboutfriendform.cpp b/src/widget/about/aboutfriendform.cpp
index 90dfff4aa..4514d9ccb 100644
--- a/src/widget/about/aboutfriendform.cpp
+++ b/src/widget/about/aboutfriendform.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "aboutfriendform.h"
#include "src/widget/gui.h"
#include "ui_aboutfriendform.h"
diff --git a/src/widget/about/aboutfriendform.h b/src/widget/about/aboutfriendform.h
index e8fa12704..9dd974992 100644
--- a/src/widget/about/aboutfriendform.h
+++ b/src/widget/about/aboutfriendform.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef ABOUT_USER_FORM_H
#define ABOUT_USER_FORM_H
diff --git a/src/widget/categorywidget.cpp b/src/widget/categorywidget.cpp
index 8e55f8ba5..c3c2ad092 100644
--- a/src/widget/categorywidget.cpp
+++ b/src/widget/categorywidget.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/categorywidget.h b/src/widget/categorywidget.h
index fe5a23205..b5582af76 100644
--- a/src/widget/categorywidget.h
+++ b/src/widget/categorywidget.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/chatformheader.cpp b/src/widget/chatformheader.cpp
index ce7e78356..1b6a11217 100644
--- a/src/widget/chatformheader.cpp
+++ b/src/widget/chatformheader.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/chatformheader.h b/src/widget/chatformheader.h
index 9530e6ef4..f3865bb90 100644
--- a/src/widget/chatformheader.h
+++ b/src/widget/chatformheader.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/circlewidget.cpp b/src/widget/circlewidget.cpp
index 72f8cd6b2..74090561f 100644
--- a/src/widget/circlewidget.cpp
+++ b/src/widget/circlewidget.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/circlewidget.h b/src/widget/circlewidget.h
index 364cb9799..d9b4b42c4 100644
--- a/src/widget/circlewidget.h
+++ b/src/widget/circlewidget.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/contentdialog.cpp b/src/widget/contentdialog.cpp
index c22bd1c48..e451e72d3 100644
--- a/src/widget/contentdialog.cpp
+++ b/src/widget/contentdialog.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/contentdialogmanager.cpp b/src/widget/contentdialogmanager.cpp
index e66f47091..75b9042fa 100644
--- a/src/widget/contentdialogmanager.cpp
+++ b/src/widget/contentdialogmanager.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "contentdialogmanager.h"
#include "src/widget/friendwidget.h"
diff --git a/src/widget/contentlayout.cpp b/src/widget/contentlayout.cpp
index 8f3406f28..4fa772b2e 100644
--- a/src/widget/contentlayout.cpp
+++ b/src/widget/contentlayout.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/contentlayout.h b/src/widget/contentlayout.h
index cc4d93712..ad13df154 100644
--- a/src/widget/contentlayout.h
+++ b/src/widget/contentlayout.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/emoticonswidget.cpp b/src/widget/emoticonswidget.cpp
index 05237f797..3b29fa35b 100644
--- a/src/widget/emoticonswidget.cpp
+++ b/src/widget/emoticonswidget.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/emoticonswidget.h b/src/widget/emoticonswidget.h
index 3d6c7f15a..48b600c7a 100644
--- a/src/widget/emoticonswidget.h
+++ b/src/widget/emoticonswidget.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/addfriendform.cpp b/src/widget/form/addfriendform.cpp
index 02b4f1a5f..bd6d9973d 100644
--- a/src/widget/form/addfriendform.cpp
+++ b/src/widget/form/addfriendform.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/addfriendform.h b/src/widget/form/addfriendform.h
index 6f3e0e929..5a1c80c3c 100644
--- a/src/widget/form/addfriendform.h
+++ b/src/widget/form/addfriendform.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/chatform.cpp b/src/widget/form/chatform.cpp
index 2964576a8..6c9303a70 100644
--- a/src/widget/form/chatform.cpp
+++ b/src/widget/form/chatform.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/chatform.h b/src/widget/form/chatform.h
index fe64553d0..3161596bd 100644
--- a/src/widget/form/chatform.h
+++ b/src/widget/form/chatform.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/filesform.cpp b/src/widget/form/filesform.cpp
index 39ace4928..d43066663 100644
--- a/src/widget/form/filesform.cpp
+++ b/src/widget/form/filesform.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/filesform.h b/src/widget/form/filesform.h
index da566646d..644a288d9 100644
--- a/src/widget/form/filesform.h
+++ b/src/widget/form/filesform.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/genericchatform.cpp b/src/widget/form/genericchatform.cpp
index 8308f7bf3..bf743cbb2 100644
--- a/src/widget/form/genericchatform.cpp
+++ b/src/widget/form/genericchatform.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/genericchatform.h b/src/widget/form/genericchatform.h
index 8dece3bfd..af640e4dd 100644
--- a/src/widget/form/genericchatform.h
+++ b/src/widget/form/genericchatform.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/groupchatform.cpp b/src/widget/form/groupchatform.cpp
index b617fdbc9..734117496 100644
--- a/src/widget/form/groupchatform.cpp
+++ b/src/widget/form/groupchatform.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/groupchatform.h b/src/widget/form/groupchatform.h
index 1e376e875..8f8edb9fd 100644
--- a/src/widget/form/groupchatform.h
+++ b/src/widget/form/groupchatform.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/groupinviteform.cpp b/src/widget/form/groupinviteform.cpp
index 7837094f8..5aa0091a2 100644
--- a/src/widget/form/groupinviteform.cpp
+++ b/src/widget/form/groupinviteform.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/groupinviteform.h b/src/widget/form/groupinviteform.h
index 7125a8ae5..4b9e5da26 100644
--- a/src/widget/form/groupinviteform.h
+++ b/src/widget/form/groupinviteform.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/groupinvitewidget.cpp b/src/widget/form/groupinvitewidget.cpp
index 891ba7f03..4bc4b8cc4 100644
--- a/src/widget/form/groupinvitewidget.cpp
+++ b/src/widget/form/groupinvitewidget.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/groupinvitewidget.h b/src/widget/form/groupinvitewidget.h
index 6d666d885..bde0a4f09 100644
--- a/src/widget/form/groupinvitewidget.h
+++ b/src/widget/form/groupinvitewidget.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/loadhistorydialog.cpp b/src/widget/form/loadhistorydialog.cpp
index 83cc2d074..0e1925245 100644
--- a/src/widget/form/loadhistorydialog.cpp
+++ b/src/widget/form/loadhistorydialog.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/loadhistorydialog.h b/src/widget/form/loadhistorydialog.h
index b2b79d38b..092bd8b15 100644
--- a/src/widget/form/loadhistorydialog.h
+++ b/src/widget/form/loadhistorydialog.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/profileform.cpp b/src/widget/form/profileform.cpp
index 9b873c030..91454142f 100644
--- a/src/widget/form/profileform.cpp
+++ b/src/widget/form/profileform.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/profileform.h b/src/widget/form/profileform.h
index 8a58f4e67..ec2403a96 100644
--- a/src/widget/form/profileform.h
+++ b/src/widget/form/profileform.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/searchsettingsform.cpp b/src/widget/form/searchsettingsform.cpp
index b55c26dde..abdf6b40c 100644
--- a/src/widget/form/searchsettingsform.cpp
+++ b/src/widget/form/searchsettingsform.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "searchsettingsform.h"
#include "ui_searchsettingsform.h"
#include "src/persistence/settings.h"
diff --git a/src/widget/form/searchsettingsform.h b/src/widget/form/searchsettingsform.h
index 624d6a597..91d665be5 100644
--- a/src/widget/form/searchsettingsform.h
+++ b/src/widget/form/searchsettingsform.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef SEARCHSETTINGSFORM_H
#define SEARCHSETTINGSFORM_H
diff --git a/src/widget/form/setpassworddialog.cpp b/src/widget/form/setpassworddialog.cpp
index 9fa78a775..e2f40dafb 100644
--- a/src/widget/form/setpassworddialog.cpp
+++ b/src/widget/form/setpassworddialog.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/setpassworddialog.h b/src/widget/form/setpassworddialog.h
index 1b4bd77e0..6e341748d 100644
--- a/src/widget/form/setpassworddialog.h
+++ b/src/widget/form/setpassworddialog.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/settings/aboutform.cpp b/src/widget/form/settings/aboutform.cpp
index 5e3fc0a15..dd1acfbe0 100644
--- a/src/widget/form/settings/aboutform.cpp
+++ b/src/widget/form/settings/aboutform.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/settings/aboutform.h b/src/widget/form/settings/aboutform.h
index 8773d84ac..9f4e2b7e7 100644
--- a/src/widget/form/settings/aboutform.h
+++ b/src/widget/form/settings/aboutform.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/settings/advancedform.cpp b/src/widget/form/settings/advancedform.cpp
index c9be6593e..9e21ce0e6 100644
--- a/src/widget/form/settings/advancedform.cpp
+++ b/src/widget/form/settings/advancedform.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/settings/advancedform.h b/src/widget/form/settings/advancedform.h
index 265aa55b7..7eff8d924 100644
--- a/src/widget/form/settings/advancedform.h
+++ b/src/widget/form/settings/advancedform.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/settings/avform.cpp b/src/widget/form/settings/avform.cpp
index 6026b9b5e..9a306c2aa 100644
--- a/src/widget/form/settings/avform.cpp
+++ b/src/widget/form/settings/avform.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/settings/avform.h b/src/widget/form/settings/avform.h
index 163137cd0..5ff4ad6f2 100644
--- a/src/widget/form/settings/avform.h
+++ b/src/widget/form/settings/avform.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/settings/generalform.cpp b/src/widget/form/settings/generalform.cpp
index 642b9d5c0..c4aa13af4 100644
--- a/src/widget/form/settings/generalform.cpp
+++ b/src/widget/form/settings/generalform.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/settings/generalform.h b/src/widget/form/settings/generalform.h
index 0f4d26a2b..ca3a3033f 100644
--- a/src/widget/form/settings/generalform.h
+++ b/src/widget/form/settings/generalform.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/settings/genericsettings.cpp b/src/widget/form/settings/genericsettings.cpp
index 6551d48a6..dcd372a9d 100644
--- a/src/widget/form/settings/genericsettings.cpp
+++ b/src/widget/form/settings/genericsettings.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "genericsettings.h"
#include
diff --git a/src/widget/form/settings/genericsettings.h b/src/widget/form/settings/genericsettings.h
index 363d3b80d..432d976b2 100644
--- a/src/widget/form/settings/genericsettings.h
+++ b/src/widget/form/settings/genericsettings.h
@@ -1,4 +1,6 @@
/*
+ Copyright © 2019 by The qTox Project Contributors
+
This file is part of qTox, a Qt-based graphical interface for Tox.
qTox is libre software: you can redistribute it and/or modify
diff --git a/src/widget/form/settings/privacyform.cpp b/src/widget/form/settings/privacyform.cpp
index 211d2cbc3..a569e3c78 100644
--- a/src/widget/form/settings/privacyform.cpp
+++ b/src/widget/form/settings/privacyform.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/settings/privacyform.h b/src/widget/form/settings/privacyform.h
index 758dfea6c..0d84983e8 100644
--- a/src/widget/form/settings/privacyform.h
+++ b/src/widget/form/settings/privacyform.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/settings/userinterfaceform.cpp b/src/widget/form/settings/userinterfaceform.cpp
index 442e15d16..846ef7bd3 100644
--- a/src/widget/form/settings/userinterfaceform.cpp
+++ b/src/widget/form/settings/userinterfaceform.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/settings/userinterfaceform.h b/src/widget/form/settings/userinterfaceform.h
index 2ed432f31..7f7bfaed7 100644
--- a/src/widget/form/settings/userinterfaceform.h
+++ b/src/widget/form/settings/userinterfaceform.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/settings/verticalonlyscroller.cpp b/src/widget/form/settings/verticalonlyscroller.cpp
index b6ac1c7e9..894b1fe34 100644
--- a/src/widget/form/settings/verticalonlyscroller.cpp
+++ b/src/widget/form/settings/verticalonlyscroller.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/settings/verticalonlyscroller.h b/src/widget/form/settings/verticalonlyscroller.h
index d1469c77f..7106abbe5 100644
--- a/src/widget/form/settings/verticalonlyscroller.h
+++ b/src/widget/form/settings/verticalonlyscroller.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/settingswidget.cpp b/src/widget/form/settingswidget.cpp
index d85faabfb..0d8a9c34d 100644
--- a/src/widget/form/settingswidget.cpp
+++ b/src/widget/form/settingswidget.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/settingswidget.h b/src/widget/form/settingswidget.h
index bf9edc358..89b4b7d2e 100644
--- a/src/widget/form/settingswidget.h
+++ b/src/widget/form/settingswidget.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/tabcompleter.cpp b/src/widget/form/tabcompleter.cpp
index 6a6d5c6db..8dcf6bb0a 100644
--- a/src/widget/form/tabcompleter.cpp
+++ b/src/widget/form/tabcompleter.cpp
@@ -1,8 +1,8 @@
/*
- Copyright (C) 2005-2014 by the Quassel Project
+ Copyright © 2005-2014 by the Quassel Project
devel@quassel-irc.org
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/form/tabcompleter.h b/src/widget/form/tabcompleter.h
index 111507267..c7303785c 100644
--- a/src/widget/form/tabcompleter.h
+++ b/src/widget/form/tabcompleter.h
@@ -1,8 +1,8 @@
/*
- Copyright (C) 2005-2014 by the Quassel Project
+ Copyright © 2005-2014 by the Quassel Project
devel@quassel-irc.org
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/friendlistlayout.cpp b/src/widget/friendlistlayout.cpp
index f2dc38ae6..a5b481902 100644
--- a/src/widget/friendlistlayout.cpp
+++ b/src/widget/friendlistlayout.cpp
@@ -1,15 +1,20 @@
/*
+ Copyright © 2019 by The qTox Project Contributors
+
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is libre software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- See the COPYING file for more details.
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
*/
#include "friendlistlayout.h"
diff --git a/src/widget/friendlistlayout.h b/src/widget/friendlistlayout.h
index 7ee546caa..88a99ed99 100644
--- a/src/widget/friendlistlayout.h
+++ b/src/widget/friendlistlayout.h
@@ -1,15 +1,20 @@
/*
+ Copyright © 2019 by The qTox Project Contributors
+
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is libre software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- See the COPYING file for more details.
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
*/
#ifndef FRIENDLISTLAYOUT_H
diff --git a/src/widget/friendlistwidget.cpp b/src/widget/friendlistwidget.cpp
index 755c5ab38..ff1b78099 100644
--- a/src/widget/friendlistwidget.cpp
+++ b/src/widget/friendlistwidget.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/friendlistwidget.h b/src/widget/friendlistwidget.h
index 73fdee394..7bb3158f4 100644
--- a/src/widget/friendlistwidget.h
+++ b/src/widget/friendlistwidget.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/friendwidget.cpp b/src/widget/friendwidget.cpp
index b580e3f54..f8cd15706 100644
--- a/src/widget/friendwidget.cpp
+++ b/src/widget/friendwidget.cpp
@@ -1,4 +1,6 @@
/*
+ Copyright © 2019 by The qTox Project Contributors
+
This file is part of qTox, a Qt-based graphical interface for Tox.
qTox is libre software: you can redistribute it and/or modify
diff --git a/src/widget/friendwidget.h b/src/widget/friendwidget.h
index 05326adef..779f8df7f 100644
--- a/src/widget/friendwidget.h
+++ b/src/widget/friendwidget.h
@@ -1,4 +1,6 @@
/*
+ Copyright © 2019 by The qTox Project Contributors
+
This file is part of qTox, a Qt-based graphical interface for Tox.
qTox is libre software: you can redistribute it and/or modify
diff --git a/src/widget/genericchatitemlayout.cpp b/src/widget/genericchatitemlayout.cpp
index 1b2ae9c7a..2c06c2d0c 100644
--- a/src/widget/genericchatitemlayout.cpp
+++ b/src/widget/genericchatitemlayout.cpp
@@ -1,15 +1,20 @@
/*
+ Copyright © 2019 by The qTox Project Contributors
+
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is libre software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- See the COPYING file for more details.
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
*/
#include "genericchatitemlayout.h"
diff --git a/src/widget/genericchatitemlayout.h b/src/widget/genericchatitemlayout.h
index 3254e2ad6..aea161ec0 100644
--- a/src/widget/genericchatitemlayout.h
+++ b/src/widget/genericchatitemlayout.h
@@ -1,16 +1,22 @@
/*
+ Copyright © 2019 by The qTox Project Contributors
+
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is libre software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- See the COPYING file for more details.
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
*/
+
#ifndef GENERICCHATITEMLAYOUT_H
#define GENERICCHATITEMLAYOUT_H
diff --git a/src/widget/genericchatitemwidget.cpp b/src/widget/genericchatitemwidget.cpp
index 532f04102..d76826b24 100644
--- a/src/widget/genericchatitemwidget.cpp
+++ b/src/widget/genericchatitemwidget.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/genericchatitemwidget.h b/src/widget/genericchatitemwidget.h
index e9d3ed483..1159b3b3d 100644
--- a/src/widget/genericchatitemwidget.h
+++ b/src/widget/genericchatitemwidget.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/genericchatroomwidget.cpp b/src/widget/genericchatroomwidget.cpp
index 170d4c3f5..18804caa1 100644
--- a/src/widget/genericchatroomwidget.cpp
+++ b/src/widget/genericchatroomwidget.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/genericchatroomwidget.h b/src/widget/genericchatroomwidget.h
index bef43443e..5d8879770 100644
--- a/src/widget/genericchatroomwidget.h
+++ b/src/widget/genericchatroomwidget.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/groupwidget.cpp b/src/widget/groupwidget.cpp
index 0e7bfe3f6..27f1a1a4d 100644
--- a/src/widget/groupwidget.cpp
+++ b/src/widget/groupwidget.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/groupwidget.h b/src/widget/groupwidget.h
index 445b21544..cea703c12 100644
--- a/src/widget/groupwidget.h
+++ b/src/widget/groupwidget.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/gui.cpp b/src/widget/gui.cpp
index ef6559ee2..cf19aa50a 100644
--- a/src/widget/gui.cpp
+++ b/src/widget/gui.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/gui.h b/src/widget/gui.h
index b51c3bebb..e8f0efebd 100644
--- a/src/widget/gui.h
+++ b/src/widget/gui.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/loginscreen.cpp b/src/widget/loginscreen.cpp
index 2ac1ba083..b367a0293 100644
--- a/src/widget/loginscreen.cpp
+++ b/src/widget/loginscreen.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/loginscreen.h b/src/widget/loginscreen.h
index 53d8d9ea1..9a0ab1381 100644
--- a/src/widget/loginscreen.h
+++ b/src/widget/loginscreen.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/maskablepixmapwidget.cpp b/src/widget/maskablepixmapwidget.cpp
index 3fb2aadc3..d6827bb10 100644
--- a/src/widget/maskablepixmapwidget.cpp
+++ b/src/widget/maskablepixmapwidget.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/maskablepixmapwidget.h b/src/widget/maskablepixmapwidget.h
index 69b257bc4..10f2921b1 100644
--- a/src/widget/maskablepixmapwidget.h
+++ b/src/widget/maskablepixmapwidget.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/notificationedgewidget.cpp b/src/widget/notificationedgewidget.cpp
index f3a6df5b4..dc7cc2a41 100644
--- a/src/widget/notificationedgewidget.cpp
+++ b/src/widget/notificationedgewidget.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/notificationedgewidget.h b/src/widget/notificationedgewidget.h
index 206a722af..4604e2bae 100644
--- a/src/widget/notificationedgewidget.h
+++ b/src/widget/notificationedgewidget.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/notificationscrollarea.cpp b/src/widget/notificationscrollarea.cpp
index 2880e1668..60742c1c6 100644
--- a/src/widget/notificationscrollarea.cpp
+++ b/src/widget/notificationscrollarea.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/notificationscrollarea.h b/src/widget/notificationscrollarea.h
index bb0a5cbe4..70d2c6cdf 100644
--- a/src/widget/notificationscrollarea.h
+++ b/src/widget/notificationscrollarea.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/passwordedit.cpp b/src/widget/passwordedit.cpp
index 6cb606ad3..c91318d8a 100644
--- a/src/widget/passwordedit.cpp
+++ b/src/widget/passwordedit.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "passwordedit.h"
#ifdef QTOX_PLATFORM_EXT
#include "src/platform/capslock.h"
diff --git a/src/widget/passwordedit.h b/src/widget/passwordedit.h
index 1bf34b968..48b2d496d 100644
--- a/src/widget/passwordedit.h
+++ b/src/widget/passwordedit.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef PASSWORDEDIT_H
#define PASSWORDEDIT_H
diff --git a/src/widget/qrwidget.cpp b/src/widget/qrwidget.cpp
index a91ad5771..fd298692f 100644
--- a/src/widget/qrwidget.cpp
+++ b/src/widget/qrwidget.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/qrwidget.h b/src/widget/qrwidget.h
index 62b40e34d..9ab6c6c3d 100644
--- a/src/widget/qrwidget.h
+++ b/src/widget/qrwidget.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/searchform.cpp b/src/widget/searchform.cpp
index 74af10d62..e23fd63fe 100644
--- a/src/widget/searchform.cpp
+++ b/src/widget/searchform.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/searchform.h b/src/widget/searchform.h
index def40567a..baa694432 100644
--- a/src/widget/searchform.h
+++ b/src/widget/searchform.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/searchtypes.h b/src/widget/searchtypes.h
index ab8224196..cbfce5738 100644
--- a/src/widget/searchtypes.h
+++ b/src/widget/searchtypes.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef SEARCHTYPES_H
#define SEARCHTYPES_H
diff --git a/src/widget/splitterrestorer.cpp b/src/widget/splitterrestorer.cpp
index 985c507d1..aa056fcdb 100644
--- a/src/widget/splitterrestorer.cpp
+++ b/src/widget/splitterrestorer.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/splitterrestorer.h b/src/widget/splitterrestorer.h
index 6f80b1c14..89048ef32 100644
--- a/src/widget/splitterrestorer.h
+++ b/src/widget/splitterrestorer.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/style.cpp b/src/widget/style.cpp
index c7ef5b313..b8f5cd547 100644
--- a/src/widget/style.cpp
+++ b/src/widget/style.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/style.h b/src/widget/style.h
index fa9a0b0c3..4e92f9ccf 100644
--- a/src/widget/style.h
+++ b/src/widget/style.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/systemtrayicon.cpp b/src/widget/systemtrayicon.cpp
index ca1934b8d..d89236cca 100644
--- a/src/widget/systemtrayicon.cpp
+++ b/src/widget/systemtrayicon.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/systemtrayicon.h b/src/widget/systemtrayicon.h
index de5c7319e..eca0c14bf 100644
--- a/src/widget/systemtrayicon.h
+++ b/src/widget/systemtrayicon.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/systemtrayicon_private.h b/src/widget/systemtrayicon_private.h
index 52db3ca1c..516b8b767 100644
--- a/src/widget/systemtrayicon_private.h
+++ b/src/widget/systemtrayicon_private.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/activatedialog.cpp b/src/widget/tool/activatedialog.cpp
index d7048900c..433991f49 100644
--- a/src/widget/tool/activatedialog.cpp
+++ b/src/widget/tool/activatedialog.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/activatedialog.h b/src/widget/tool/activatedialog.h
index d6c2ea063..c961841d1 100644
--- a/src/widget/tool/activatedialog.h
+++ b/src/widget/tool/activatedialog.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/adjustingscrollarea.cpp b/src/widget/tool/adjustingscrollarea.cpp
index dd68778ee..7cb1c8efb 100644
--- a/src/widget/tool/adjustingscrollarea.cpp
+++ b/src/widget/tool/adjustingscrollarea.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/adjustingscrollarea.h b/src/widget/tool/adjustingscrollarea.h
index f20059da5..11e2f4a6d 100644
--- a/src/widget/tool/adjustingscrollarea.h
+++ b/src/widget/tool/adjustingscrollarea.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/callconfirmwidget.cpp b/src/widget/tool/callconfirmwidget.cpp
index 7c99d8aca..cf5322c9a 100644
--- a/src/widget/tool/callconfirmwidget.cpp
+++ b/src/widget/tool/callconfirmwidget.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/callconfirmwidget.h b/src/widget/tool/callconfirmwidget.h
index bbe1d164e..ab336f4de 100644
--- a/src/widget/tool/callconfirmwidget.h
+++ b/src/widget/tool/callconfirmwidget.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/chattextedit.cpp b/src/widget/tool/chattextedit.cpp
index b32271e62..3de982405 100644
--- a/src/widget/tool/chattextedit.cpp
+++ b/src/widget/tool/chattextedit.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/chattextedit.h b/src/widget/tool/chattextedit.h
index 3e330a5ff..fe6ffa870 100644
--- a/src/widget/tool/chattextedit.h
+++ b/src/widget/tool/chattextedit.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/croppinglabel.cpp b/src/widget/tool/croppinglabel.cpp
index 05a944e65..0b12840a3 100644
--- a/src/widget/tool/croppinglabel.cpp
+++ b/src/widget/tool/croppinglabel.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/croppinglabel.h b/src/widget/tool/croppinglabel.h
index 1c56bfc39..de44e3759 100644
--- a/src/widget/tool/croppinglabel.h
+++ b/src/widget/tool/croppinglabel.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/flyoutoverlaywidget.cpp b/src/widget/tool/flyoutoverlaywidget.cpp
index bf4a587a1..7a8d397b9 100644
--- a/src/widget/tool/flyoutoverlaywidget.cpp
+++ b/src/widget/tool/flyoutoverlaywidget.cpp
@@ -1,10 +1,10 @@
/*
Copyright (C) 2013 by Maxim Biro
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is free software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
diff --git a/src/widget/tool/flyoutoverlaywidget.h b/src/widget/tool/flyoutoverlaywidget.h
index 23c3356f4..a103ac228 100644
--- a/src/widget/tool/flyoutoverlaywidget.h
+++ b/src/widget/tool/flyoutoverlaywidget.h
@@ -1,10 +1,10 @@
/*
- Copyright (C) 2013 by Maxim Biro
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2013 by Maxim Biro
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is free software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
diff --git a/src/widget/tool/friendrequestdialog.cpp b/src/widget/tool/friendrequestdialog.cpp
index 265c851e7..6edadaf3b 100644
--- a/src/widget/tool/friendrequestdialog.cpp
+++ b/src/widget/tool/friendrequestdialog.cpp
@@ -1,10 +1,10 @@
/*
- Copyright (C) 2013 by Maxim Biro
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2013 by Maxim Biro
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is free software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
diff --git a/src/widget/tool/friendrequestdialog.h b/src/widget/tool/friendrequestdialog.h
index 7eff85e2b..82046bb2e 100644
--- a/src/widget/tool/friendrequestdialog.h
+++ b/src/widget/tool/friendrequestdialog.h
@@ -1,9 +1,10 @@
/*
- Copyright (C) 2013 by Maxim Biro
+ Copyright © 2013 by Maxim Biro
+ Copyright © 2019 by The qTox Project Contributors
- This file is part of Tox Qt GUI.
+ This file is part of qTox, a Qt-based graphical interface for Tox.
- This program is free software: you can redistribute it and/or modify
+ qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
diff --git a/src/widget/tool/identicon.cpp b/src/widget/tool/identicon.cpp
index dc8cadd78..a827b6a80 100644
--- a/src/widget/tool/identicon.cpp
+++ b/src/widget/tool/identicon.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/identicon.h b/src/widget/tool/identicon.h
index 1dec6bede..8d50e90b4 100644
--- a/src/widget/tool/identicon.h
+++ b/src/widget/tool/identicon.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef IDENTICON_H
#define IDENTICON_H
diff --git a/src/widget/tool/movablewidget.cpp b/src/widget/tool/movablewidget.cpp
index ba0b68af0..00b457b34 100644
--- a/src/widget/tool/movablewidget.cpp
+++ b/src/widget/tool/movablewidget.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/movablewidget.h b/src/widget/tool/movablewidget.h
index 8e019a63d..5c6acab7c 100644
--- a/src/widget/tool/movablewidget.h
+++ b/src/widget/tool/movablewidget.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/profileimporter.cpp b/src/widget/tool/profileimporter.cpp
index 0ab665083..f1c9868f1 100644
--- a/src/widget/tool/profileimporter.cpp
+++ b/src/widget/tool/profileimporter.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/profileimporter.h b/src/widget/tool/profileimporter.h
index 6c3722623..1899a7a35 100644
--- a/src/widget/tool/profileimporter.h
+++ b/src/widget/tool/profileimporter.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/recursivesignalblocker.cpp b/src/widget/tool/recursivesignalblocker.cpp
index bcec0e449..2c6fbf011 100644
--- a/src/widget/tool/recursivesignalblocker.cpp
+++ b/src/widget/tool/recursivesignalblocker.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2016-2018 by The qTox Project Contributors
+ Copyright © 2016-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/recursivesignalblocker.h b/src/widget/tool/recursivesignalblocker.h
index eeed53428..3c6e0b3d8 100644
--- a/src/widget/tool/recursivesignalblocker.h
+++ b/src/widget/tool/recursivesignalblocker.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2016-2018 by The qTox Project Contributors
+ Copyright © 2016-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/removefrienddialog.cpp b/src/widget/tool/removefrienddialog.cpp
index e74ef3e23..f87220de7 100644
--- a/src/widget/tool/removefrienddialog.cpp
+++ b/src/widget/tool/removefrienddialog.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "removefrienddialog.h"
#include
diff --git a/src/widget/tool/removefrienddialog.h b/src/widget/tool/removefrienddialog.h
index 5b6489f45..cea7df7af 100644
--- a/src/widget/tool/removefrienddialog.h
+++ b/src/widget/tool/removefrienddialog.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef DELETEFRIENDDIALOG_H
#define DELETEFRIENDDIALOG_H
diff --git a/src/widget/tool/screengrabberchooserrectitem.cpp b/src/widget/tool/screengrabberchooserrectitem.cpp
index c6be812f3..5d28951bb 100644
--- a/src/widget/tool/screengrabberchooserrectitem.cpp
+++ b/src/widget/tool/screengrabberchooserrectitem.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/screengrabberchooserrectitem.h b/src/widget/tool/screengrabberchooserrectitem.h
index 79bd8a699..2efade901 100644
--- a/src/widget/tool/screengrabberchooserrectitem.h
+++ b/src/widget/tool/screengrabberchooserrectitem.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/screengrabberoverlayitem.cpp b/src/widget/tool/screengrabberoverlayitem.cpp
index 6b0be3f43..894691607 100644
--- a/src/widget/tool/screengrabberoverlayitem.cpp
+++ b/src/widget/tool/screengrabberoverlayitem.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/screengrabberoverlayitem.h b/src/widget/tool/screengrabberoverlayitem.h
index 898c9ccbc..5a6d9a67d 100644
--- a/src/widget/tool/screengrabberoverlayitem.h
+++ b/src/widget/tool/screengrabberoverlayitem.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/screenshotgrabber.cpp b/src/widget/tool/screenshotgrabber.cpp
index 39767b8d8..7ea91f6bf 100644
--- a/src/widget/tool/screenshotgrabber.cpp
+++ b/src/widget/tool/screenshotgrabber.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/screenshotgrabber.h b/src/widget/tool/screenshotgrabber.h
index f276ead0e..93033ff6e 100644
--- a/src/widget/tool/screenshotgrabber.h
+++ b/src/widget/tool/screenshotgrabber.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/toolboxgraphicsitem.cpp b/src/widget/tool/toolboxgraphicsitem.cpp
index 45780e029..3ec9d42a2 100644
--- a/src/widget/tool/toolboxgraphicsitem.cpp
+++ b/src/widget/tool/toolboxgraphicsitem.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/tool/toolboxgraphicsitem.h b/src/widget/tool/toolboxgraphicsitem.h
index 8b6885638..d833651c3 100644
--- a/src/widget/tool/toolboxgraphicsitem.h
+++ b/src/widget/tool/toolboxgraphicsitem.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/translator.cpp b/src/widget/translator.cpp
index fc05b3f7c..6c0da8763 100644
--- a/src/widget/translator.cpp
+++ b/src/widget/translator.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/translator.h b/src/widget/translator.h
index 631902184..eac64546b 100644
--- a/src/widget/translator.h
+++ b/src/widget/translator.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2015-2018 by The qTox Project Contributors
+ Copyright © 2015-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/widget.cpp b/src/widget/widget.cpp
index 7982b0528..7f6fca91f 100644
--- a/src/widget/widget.cpp
+++ b/src/widget/widget.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/src/widget/widget.h b/src/widget/widget.h
index 020b14cec..5ba5803aa 100644
--- a/src/widget/widget.h
+++ b/src/widget/widget.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/test-pr.sh b/test-pr.sh
index 58cf6f7b7..72864aa9f 100755
--- a/test-pr.sh
+++ b/test-pr.sh
@@ -1,20 +1,21 @@
#!/usr/bin/env bash
-#
-# Copyright © 2016 Zetok Zalbavar
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# Copyright © 2016 Zetok Zalbavar
+# Copyright © 2019 by The qTox Project Contributors
+#
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
# Script for testing pull requests. Works only when there are no merge
# conflicts. Assumes that working dir is a qTox git repo.
#
diff --git a/test/chatlog/textformatter_test.cpp b/test/chatlog/textformatter_test.cpp
index ca2d38624..03a7f4b46 100644
--- a/test/chatlog/textformatter_test.cpp
+++ b/test/chatlog/textformatter_test.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/test/core/contactid_test.cpp b/test/core/contactid_test.cpp
index 02cd8f46b..4ea3d8ba5 100644
--- a/test/core/contactid_test.cpp
+++ b/test/core/contactid_test.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/test/core/toxid_test.cpp b/test/core/toxid_test.cpp
index f8a174fdb..7af09a1e2 100644
--- a/test/core/toxid_test.cpp
+++ b/test/core/toxid_test.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/test/core/toxstring_test.cpp b/test/core/toxstring_test.cpp
index 0448be435..301bfe9bb 100644
--- a/test/core/toxstring_test.cpp
+++ b/test/core/toxstring_test.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2018 by The qTox Project Contributors
+ Copyright © 2018-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/test/model/friendmessagedispatcher_test.cpp b/test/model/friendmessagedispatcher_test.cpp
index 1d323fdc1..07c724549 100644
--- a/test/model/friendmessagedispatcher_test.cpp
+++ b/test/model/friendmessagedispatcher_test.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "src/core/icorefriendmessagesender.h"
#include "src/model/friend.h"
#include "src/model/friendmessagedispatcher.h"
diff --git a/test/model/groupmessagedispatcher_test.cpp b/test/model/groupmessagedispatcher_test.cpp
index 85d23018d..30990d036 100644
--- a/test/model/groupmessagedispatcher_test.cpp
+++ b/test/model/groupmessagedispatcher_test.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "src/core/icoregroupmessagesender.h"
#include "src/model/group.h"
#include "src/model/groupmessagedispatcher.h"
diff --git a/test/model/messageprocessor_test.cpp b/test/model/messageprocessor_test.cpp
index 817002629..c186885bd 100644
--- a/test/model/messageprocessor_test.cpp
+++ b/test/model/messageprocessor_test.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "src/model/message.h"
#include
diff --git a/test/model/sessionchatlog_test.cpp b/test/model/sessionchatlog_test.cpp
index 3fa18a7a7..b5e7976dd 100644
--- a/test/model/sessionchatlog_test.cpp
+++ b/test/model/sessionchatlog_test.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "src/model/ichatlog.h"
#include "src/model/imessagedispatcher.h"
#include "src/model/sessionchatlog.h"
diff --git a/test/net/bsu_test.cpp b/test/net/bsu_test.cpp
index 9f32395bd..7d0e30f23 100644
--- a/test/net/bsu_test.cpp
+++ b/test/net/bsu_test.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2018 by The qTox Project Contributors
+ Copyright © 2018-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/test/net/toxmedata_test.cpp b/test/net/toxmedata_test.cpp
index 78a1025d9..d2a657ea9 100644
--- a/test/net/toxmedata_test.cpp
+++ b/test/net/toxmedata_test.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/test/persistence/paths_test.cpp b/test/persistence/paths_test.cpp
index ef560ea8c..f6542946d 100644
--- a/test/persistence/paths_test.cpp
+++ b/test/persistence/paths_test.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/test/platform/posixsignalnotifier_test.cpp b/test/platform/posixsignalnotifier_test.cpp
index 688e107a4..41510ad90 100644
--- a/test/platform/posixsignalnotifier_test.cpp
+++ b/test/platform/posixsignalnotifier_test.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2017-2018 by The qTox Project Contributors
+ Copyright © 2017-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
diff --git a/tools/create-tarballs.sh b/tools/create-tarballs.sh
index 83046a2d2..41fb2a67b 100755
--- a/tools/create-tarballs.sh
+++ b/tools/create-tarballs.sh
@@ -1,19 +1,20 @@
#!/bin/bash
+
+# Copyright © 2017-2019 by The qTox Project Contributors
#
-# Copyright © 2017-2018 The qTox Project Contributors
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
# Create `lzip` and `gzip` archives and make detached GPG signatures for them.
#
diff --git a/tools/deweblate-translation-file.sh b/tools/deweblate-translation-file.sh
index 39571b137..9c1029d2a 100755
--- a/tools/deweblate-translation-file.sh
+++ b/tools/deweblate-translation-file.sh
@@ -1,19 +1,21 @@
#!/bin/bash
+
+# Copyright © 2016 Zetok Zalbavar
+# Copyright © 2019 by The qTox Project Contributors
#
-# Copyright © 2016 Zetok Zalbavar
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
# Script to run to clean up translations from Weblate.
#
diff --git a/tools/format-code.sh b/tools/format-code.sh
index 23b4c9760..a543be6c1 100755
--- a/tools/format-code.sh
+++ b/tools/format-code.sh
@@ -1,19 +1,20 @@
#!/bin/bash
+
+# Copyright © 2017-2019 by The qTox Project Contributors
#
-# Copyright © 2017-2018 The qTox Project Contributors
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
# Format all C++ codebase tracked by git using `clang-format`.
diff --git a/tools/update-toxcore-version.sh b/tools/update-toxcore-version.sh
index e0a023e01..bae792866 100755
--- a/tools/update-toxcore-version.sh
+++ b/tools/update-toxcore-version.sh
@@ -1,19 +1,20 @@
#!/bin/bash
+
+# Copyright © 2016-2019 by The qTox Project Contributors
#
-# Copyright © 2016-2018 The qTox Project Contributors
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
# script to change targeted toxcore version
diff --git a/tools/update-translation-files.sh b/tools/update-translation-files.sh
index fa13baf12..edcebf92a 100755
--- a/tools/update-translation-files.sh
+++ b/tools/update-translation-files.sh
@@ -1,19 +1,21 @@
#!/bin/bash
+
+# Copyright © 2016 Zetok Zalbavar
+# Copyright © 2019 by The qTox Project Contributors
#
-# Copyright © 2016 Zetok Zalbavar
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
# Script for updating translation files. Should be ran after
# translatable strings are modified.
diff --git a/tools/update-versions.sh b/tools/update-versions.sh
index c3e5d8df0..2f5c5884a 100755
--- a/tools/update-versions.sh
+++ b/tools/update-versions.sh
@@ -1,19 +1,20 @@
#!/bin/bash
+
+# Copyright © 2016-2019 by The qTox Project Contributors
#
-# Copyright © 2016-2018 The qTox Project Contributors
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
# script to change versions in the files for osx and windows "packages"
diff --git a/tools/update-weblate.sh b/tools/update-weblate.sh
index 71aa305ea..4e1595a70 100755
--- a/tools/update-weblate.sh
+++ b/tools/update-weblate.sh
@@ -1,19 +1,21 @@
#!/bin/bash
+
+# Copyright © 2016 Zetok Zalbavar
+# Copyright © 2019 by The qTox Project Contributors
#
-# Copyright © 2016 Zetok Zalbavar
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
# Script to update the translations from Weblate. Works only if there are no
# merge conflicts. Assumes that working dir is a qTox git repo.
diff --git a/updater/main.cpp b/updater/main.cpp
index 098007917..4edf91e18 100644
--- a/updater/main.cpp
+++ b/updater/main.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
@@ -14,7 +14,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with qTox. If not, see
+ along with qTox. If not, see .
*/
diff --git a/updater/serialize.cpp b/updater/serialize.cpp
index 2f277bddb..9c47982ca 100644
--- a/updater/serialize.cpp
+++ b/updater/serialize.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
@@ -14,7 +14,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with qTox. If not, see
+ along with qTox. If not, see .
*/
diff --git a/updater/serialize.h b/updater/serialize.h
index c7f815849..adb21e203 100644
--- a/updater/serialize.h
+++ b/updater/serialize.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
@@ -14,7 +14,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with qTox. If not, see
+ along with qTox. If not, see .
*/
diff --git a/updater/settings.cpp b/updater/settings.cpp
index 774c5f94f..b3a707e1f 100644
--- a/updater/settings.cpp
+++ b/updater/settings.cpp
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#include "settings.h"
#include
#include
diff --git a/updater/settings.h b/updater/settings.h
index 19a937329..9454f2c6c 100755
--- a/updater/settings.h
+++ b/updater/settings.h
@@ -1,3 +1,22 @@
+/*
+ Copyright © 2019 by The qTox Project Contributors
+
+ This file is part of qTox, a Qt-based graphical interface for Tox.
+
+ qTox is libre software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ qTox is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with qTox. If not, see .
+*/
+
#ifndef SETTINGS_H
#define SETTINGS_H
diff --git a/updater/update.cpp b/updater/update.cpp
index a40668ecd..053eac7e8 100644
--- a/updater/update.cpp
+++ b/updater/update.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
@@ -14,7 +14,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with qTox. If not, see
+ along with qTox. If not, see .
*/
diff --git a/updater/update.h b/updater/update.h
index 9b9b8d5ac..a349abea2 100644
--- a/updater/update.h
+++ b/updater/update.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
@@ -14,7 +14,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with qTox. If not, see
+ along with qTox. If not, see .
*/
diff --git a/updater/widget.cpp b/updater/widget.cpp
index 11b7784f2..ec2211c0c 100644
--- a/updater/widget.cpp
+++ b/updater/widget.cpp
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
@@ -14,7 +14,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with qTox. If not, see
+ along with qTox. If not, see .
*/
diff --git a/updater/widget.h b/updater/widget.h
index f2ef2749e..ec92c471a 100644
--- a/updater/widget.h
+++ b/updater/widget.h
@@ -1,5 +1,5 @@
/*
- Copyright © 2014-2018 by The qTox Project Contributors
+ Copyright © 2014-2019 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
@@ -14,7 +14,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with qTox. If not, see
+ along with qTox. If not, see .
*/
diff --git a/verify-commit-messages.sh b/verify-commit-messages.sh
index 65b009347..ad3122219 100755
--- a/verify-commit-messages.sh
+++ b/verify-commit-messages.sh
@@ -1,19 +1,21 @@
#!/bin/bash
+
+# Copyright © 2016 Zetok Zalbavar
+# Copyright © 2019 by The qTox Project Contributors
#
-# Copyright © 2016 Zetok Zalbavar
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
# Script for verifying conformance to commit message format of commits in
# commit range supplied.
diff --git a/windows/generate-icon.sh b/windows/generate-icon.sh
index 7545f407e..cf6135b48 100644
--- a/windows/generate-icon.sh
+++ b/windows/generate-icon.sh
@@ -1,19 +1,20 @@
#!/bin/bash
+
+# Copyright © 2017-2019 The qTox Project Contributors
#
-# Copyright © 2017-2018 The qTox Project Contributors
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
# Generates qtox.ico from qtox.svg
#
diff --git a/windows/qtox-nsi-version.sh b/windows/qtox-nsi-version.sh
index 2c6a8ca2c..4dd86596b 100755
--- a/windows/qtox-nsi-version.sh
+++ b/windows/qtox-nsi-version.sh
@@ -1,19 +1,21 @@
#!/bin/bash
+
+# Copyright © 2016-2017 Zetok Zalbavar
+# Copyright © 2019 by The qTox Project Contributors
#
-# Copyright © 2016-2017 Zetok Zalbavar
+# This file is part of qTox, a Qt-based graphical interface for Tox.
+# qTox is libre software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# qTox is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# You should have received a copy of the GNU General Public License
+# along with qTox. If not, see
# script to change qTox version in `.nsi` files to supplied one