Browse Source

docs(copyright): update and add copyright info

zealously updates and adds qTox copyright information.

Fixes #5713
reviewable/pr5722/r3
jenli669 6 years ago
parent
commit
04a9bc46f4
No known key found for this signature in database
GPG Key ID: 8267F9F7C2BF7E5E
  1. 4
      .travis/build-docs.sh
  2. 4
      .travis/build-gitstats.sh
  3. 5
      .travis/build-osx.sh
  4. 2
      .travis/build-ubuntu-14-04.sh
  5. 2
      .travis/cirp/check_cache.sh
  6. 2
      .travis/cirp/check_precondition.sh
  7. 2
      .travis/cirp/install.sh
  8. 2
      .travis/cirp/update_cache.sh
  9. 5
      .travis/deploy-docs.sh
  10. 5
      .travis/deploy-gitstats.sh
  11. 2
      .travis/deploy-jenkins-branch.sh
  12. 2
      .travis/verify-commit-format.sh
  13. 16
      CMakeLists.txt
  14. 17
      OSX-Migrater.sh
  15. 2
      appimage/build-appimage.sh
  16. 3
      appimage/build.sh
  17. 17
      bootstrap-osx.sh
  18. 17
      bootstrap.sh
  19. 16
      cmake/CheckAtomic.cmake
  20. 16
      cmake/Dependencies.cmake
  21. 16
      cmake/Installation.cmake
  22. 16
      cmake/Testing.cmake
  23. 16
      docker/Dockerfile.debian
  24. 16
      docker/Dockerfile.ubuntu
  25. 17
      docker/build-debian.sh
  26. 17
      docker/build-ubuntu.sh
  27. 17
      docker/start-qtox.sh
  28. 2
      flatpak/build-flatpak.sh
  29. 2
      flatpak/build.sh
  30. 10
      merge-pr.sh
  31. 2
      osx/createdmg
  32. 16
      osx/makedist.sh
  33. 3
      osx/qTox-Mac-Deployer-ULTIMATE.sh
  34. 4
      osx/update-plist-version.sh
  35. 16
      security/apparmor/2.12.1/install.sh
  36. 17
      security/apparmor/2.13.2/install.sh
  37. 17
      simple_make.sh
  38. 2
      src/audio/audio.cpp
  39. 2
      src/audio/audio.h
  40. 19
      src/audio/backend/alsink.cpp
  41. 19
      src/audio/backend/alsink.h
  42. 19
      src/audio/backend/alsource.cpp
  43. 19
      src/audio/backend/alsource.h
  44. 2
      src/audio/backend/openal.cpp
  45. 2
      src/audio/backend/openal.h
  46. 2
      src/audio/backend/openal2.cpp
  47. 2
      src/audio/backend/openal2.h
  48. 19
      src/audio/iaudiocontrol.h
  49. 19
      src/audio/iaudiosettings.h
  50. 19
      src/audio/iaudiosink.h
  51. 19
      src/audio/iaudiosource.h
  52. 2
      src/chatlog/chatline.cpp
  53. 2
      src/chatlog/chatline.h
  54. 2
      src/chatlog/chatlinecontent.cpp
  55. 2
      src/chatlog/chatlinecontent.h
  56. 2
      src/chatlog/chatlinecontentproxy.cpp
  57. 2
      src/chatlog/chatlinecontentproxy.h
  58. 2
      src/chatlog/chatlog.cpp
  59. 2
      src/chatlog/chatlog.h
  60. 2
      src/chatlog/chatmessage.cpp
  61. 2
      src/chatlog/chatmessage.h
  62. 2
      src/chatlog/content/filetransferwidget.cpp
  63. 2
      src/chatlog/content/filetransferwidget.h
  64. 2
      src/chatlog/content/image.cpp
  65. 2
      src/chatlog/content/image.h
  66. 2
      src/chatlog/content/notificationicon.cpp
  67. 2
      src/chatlog/content/notificationicon.h
  68. 2
      src/chatlog/content/spinner.cpp
  69. 2
      src/chatlog/content/spinner.h
  70. 2
      src/chatlog/content/text.cpp
  71. 2
      src/chatlog/content/text.h
  72. 2
      src/chatlog/content/timestamp.cpp
  73. 2
      src/chatlog/content/timestamp.h
  74. 2
      src/chatlog/customtextdocument.cpp
  75. 2
      src/chatlog/customtextdocument.h
  76. 2
      src/chatlog/documentcache.cpp
  77. 2
      src/chatlog/documentcache.h
  78. 2
      src/chatlog/pixmapcache.cpp
  79. 2
      src/chatlog/pixmapcache.h
  80. 2
      src/chatlog/textformatter.cpp
  81. 2
      src/chatlog/textformatter.h
  82. 2
      src/chatlog/toxfileprogress.cpp
  83. 2
      src/chatlog/toxfileprogress.h
  84. 19
      src/core/contactid.cpp
  85. 19
      src/core/contactid.h
  86. 6
      src/core/core.cpp
  87. 6
      src/core/core.h
  88. 6
      src/core/coreav.cpp
  89. 4
      src/core/coreav.h
  90. 2
      src/core/corefile.cpp
  91. 2
      src/core/corefile.h
  92. 2
      src/core/dhtserver.cpp
  93. 4
      src/core/dhtserver.h
  94. 20
      src/core/groupid.cpp
  95. 19
      src/core/groupid.h
  96. 6
      src/core/icoregroupquery.h
  97. 19
      src/core/icoresettings.h
  98. 19
      src/core/toxcall.cpp
  99. 19
      src/core/toxcall.h
  100. 2
      src/core/toxencrypt.cpp
  101. Some files were not shown because too many files have changed in this diff Show More

4
.travis/build-docs.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # 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 # it under the terms of the GNU General Public License as published by

4
.travis/build-gitstats.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # 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 # it under the terms of the GNU General Public License as published by

5
.travis/build-osx.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # 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 # 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 # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Fail out on error # Fail out on error
set -eu -o pipefail set -eu -o pipefail

2
.travis/build-ubuntu-14-04.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # 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 # it under the terms of the GNU General Public License as published by

2
.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)" ] if [ -f "/opt/cirp/previous_runs_commit" ] && [ "$(cat /opt/cirp/previous_runs_commit)" == "$(git rev-parse HEAD)" ]
then then
# No new commits in the repo # No new commits in the repo

2
.travis/cirp/check_precondition.sh

@ -1,3 +1,5 @@
#!/usr/bin/env bash
if [ ! -z "$TRAVIS_EVENT_TYPE" ] && [ "$TRAVIS_EVENT_TYPE" != "cron" ] if [ ! -z "$TRAVIS_EVENT_TYPE" ] && [ "$TRAVIS_EVENT_TYPE" != "cron" ]
then then
echo "Skipping publishing in a non-cron build" echo "Skipping publishing in a non-cron build"

2
.travis/cirp/install.sh

@ -1,3 +1,5 @@
#!/usr/bin/env bash
# Install verifying the hash # Install verifying the hash
# Get Python >=3.5 # Get Python >=3.5

2
.travis/cirp/update_cache.sh

@ -1,3 +1,5 @@
#!/usr/bin/env bash
if [ ! -z "$TRAVIS_TEST_RESULT" ] && [ "$TRAVIS_TEST_RESULT" != "0" ] if [ ! -z "$TRAVIS_TEST_RESULT" ] && [ "$TRAVIS_TEST_RESULT" != "0" ]
then then
echo "Build has failed, skipping updating the cache" echo "Build has failed, skipping updating the cache"

5
.travis/deploy-docs.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # 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 # 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 # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Fail out on error # Fail out on error
set -eu -o pipefail set -eu -o pipefail

5
.travis/deploy-gitstats.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # 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 # 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 # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
cd "$GITSTATS_DIR" cd "$GITSTATS_DIR"
COMMIT=$(cd qTox && git describe) COMMIT=$(cd qTox && git describe)

2
.travis/deploy-jenkins-branch.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # 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 # it under the terms of the GNU General Public License as published by

2
.travis/verify-commit-format.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # 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 # it under the terms of the GNU General Public License as published by

16
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 <http://www.gnu.org/licenses/>
################################################################################ ################################################################################
# #
# :: CMake configuration # :: CMake configuration

17
OSX-Migrater.sh

@ -1,5 +1,22 @@
#!/usr/bin/env bash #!/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 <http://www.gnu.org/licenses/>
# A qTox profile migrater for OSX # A qTox profile migrater for OSX
now=$(date +"%m_%d_%Y-%H.%M.%S") now=$(date +"%m_%d_%Y-%H.%M.%S")
bak="~/.Tox-Backup-$now" bak="~/.Tox-Backup-$now"

2
appimage/build-appimage.sh

@ -2,7 +2,7 @@
# MIT License # 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 # Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal # of this software and associated documentation files (the "Software"), to deal

3
appimage/build.sh

@ -2,7 +2,7 @@
# MIT License # 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 # Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal # 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 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE. # THE SOFTWARE.
# Fail out on error # Fail out on error
set -exuo pipefail set -exuo pipefail

17
bootstrap-osx.sh

@ -1,5 +1,22 @@
#!/usr/bin/env bash #!/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 <http://www.gnu.org/licenses/>
# This script's purpose is to ease compiling qTox for users. # This script's purpose is to ease compiling qTox for users.
# #
# NO AUTOMATED BUILDS SHOULD DEPEND ON IT. # NO AUTOMATED BUILDS SHOULD DEPEND ON IT.

17
bootstrap.sh

@ -1,5 +1,22 @@
#!/usr/bin/env bash #!/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 <http://www.gnu.org/licenses/>
# This script's purpose is to ease compiling qTox for users. # This script's purpose is to ease compiling qTox for users.
# #
# NO AUTOMATED BUILDS SHOULD DEPEND ON IT. # NO AUTOMATED BUILDS SHOULD DEPEND ON IT.

16
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 <http://www.gnu.org/licenses/>
# atomic builtins are required for threading support. # atomic builtins are required for threading support.
INCLUDE(CheckCXXSourceCompiles) INCLUDE(CheckCXXSourceCompiles)

16
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 <http://www.gnu.org/licenses/>
################################################################################ ################################################################################
# #
# :: Dependencies # :: Dependencies

16
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 <http://www.gnu.org/licenses/>
################################################################################ ################################################################################
# #
# :: Installation # :: Installation

16
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 <http://www.gnu.org/licenses/>
################################################################################ ################################################################################
# #
# :: Testing # :: Testing

16
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 <http://www.gnu.org/licenses/>
FROM debian:stretch FROM debian:stretch
RUN apt-get update && \ RUN apt-get update && \

16
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 <http://www.gnu.org/licenses/>
FROM ubuntu:16.04 FROM ubuntu:16.04
RUN apt-get update && \ RUN apt-get update && \

17
docker/build-debian.sh

@ -1,5 +1,22 @@
#!/bin/bash #!/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 <http://www.gnu.org/licenses/>
cd "$(dirname "$0")/.." cd "$(dirname "$0")/.."
docker build . -f docker/Dockerfile.debian -t qtox docker build . -f docker/Dockerfile.debian -t qtox
cd - cd -

17
docker/build-ubuntu.sh

@ -1,5 +1,22 @@
#!/bin/bash #!/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 <http://www.gnu.org/licenses/>
cd "$(dirname "$0")/.." cd "$(dirname "$0")/.."
docker build . -f docker/Dockerfile.ubuntu -t qtox docker build . -f docker/Dockerfile.ubuntu -t qtox
cd - cd -

17
docker/start-qtox.sh

@ -1,5 +1,22 @@
#!/bin/sh #!/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 <http://www.gnu.org/licenses/>
XSOCK=/tmp/.X11-unix XSOCK=/tmp/.X11-unix
XAUTH=/tmp/.docker.xauth XAUTH=/tmp/.docker.xauth
touch $XAUTH touch $XAUTH

2
flatpak/build-flatpak.sh

@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-3.0+ # 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 # This script should be run from the root of the repository

2
flatpak/build.sh

@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-3.0+ # 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 # Fail out on error
set -exuo pipefail set -exuo pipefail

10
merge-pr.sh

@ -1,19 +1,21 @@
#!/bin/bash #!/bin/bash
#
# Copyright © 2016 Zetok Zalbavar <zetok@openmailbox.org> # Copyright © 2016 Zetok Zalbavar <zetok@openmailbox.org>
# Copyright © 2019 by The qTox Project Contributors
# #
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or # the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version. # (at your option) any later version.
# #
# This program is distributed in the hope that it will be useful, # qTox is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of # but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with qTox. If not, see <http://www.gnu.org/licenses/>
# Script for merging pull requests. Works only when there are no merge # Script for merging pull requests. Works only when there are no merge
# conflicts. Assumes that working dir is a qTox git repo. # conflicts. Assumes that working dir is a qTox git repo.

2
osx/createdmg

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # 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 # it under the terms of the GNU General Public License as published by

16
osx/makedist.sh

@ -1,5 +1,21 @@
#!/usr/bin/env bash #!/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 <http://www.gnu.org/licenses/>
PWD=`pwd` PWD=`pwd`
echo "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?> echo "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>

3
osx/qTox-Mac-Deployer-ULTIMATE.sh

@ -1,8 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
#
# Copyright © 2015 by RowenStipe # 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 # 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 # it under the terms of the GNU General Public License as published by

4
osx/update-plist-version.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # 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 # it under the terms of the GNU General Public License as published by

16
security/apparmor/2.12.1/install.sh

@ -1,5 +1,21 @@
#!/usr/bin/env bash #!/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 <http://www.gnu.org/licenses/>
set -e -u pipefail set -e -u pipefail
readonly SCRIPT_DIR=$(dirname $(readlink -f $0)) readonly SCRIPT_DIR=$(dirname $(readlink -f $0))

17
security/apparmor/2.13.2/install.sh

@ -1,5 +1,22 @@
#!/usr/bin/env bash #!/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 <http://www.gnu.org/licenses/>
set -e -u pipefail set -e -u pipefail
readonly SCRIPT_DIR=$(dirname $(readlink -f $0)) readonly SCRIPT_DIR=$(dirname $(readlink -f $0))

17
simple_make.sh

@ -1,5 +1,22 @@
#!/usr/bin/env bash #!/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 <http://www.gnu.org/licenses/>
set -eu -o pipefail set -eu -o pipefail
apt_install() { apt_install() {

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

19
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 <http://www.gnu.org/licenses/>.
*/
#include "src/audio/backend/alsink.h" #include "src/audio/backend/alsink.h"
#include "src/audio/backend/openal.h" #include "src/audio/backend/openal.h"

19
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 <http://www.gnu.org/licenses/>.
*/
#ifndef ALSINK_H #ifndef ALSINK_H
#define ALSINK_H #define ALSINK_H

19
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 <http://www.gnu.org/licenses/>.
*/
#include "src/audio/backend/alsource.h" #include "src/audio/backend/alsource.h"
#include "src/audio/backend/openal.h" #include "src/audio/backend/openal.h"

19
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 <http://www.gnu.org/licenses/>.
*/
#ifndef ALSOURCE_H #ifndef ALSOURCE_H
#define ALSOURCE_H #define ALSOURCE_H

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

19
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 <http://www.gnu.org/licenses/>.
*/
#ifndef IAUDIOCONTROL_H #ifndef IAUDIOCONTROL_H
#define IAUDIOCONTROL_H #define IAUDIOCONTROL_H

19
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 <http://www.gnu.org/licenses/>.
*/
#ifndef I_AUDIO_SETTINGS_H #ifndef I_AUDIO_SETTINGS_H
#define I_AUDIO_SETTINGS_H #define I_AUDIO_SETTINGS_H

19
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 <http://www.gnu.org/licenses/>.
*/
#ifndef IAUDIOSINK_H #ifndef IAUDIOSINK_H
#define IAUDIOSINK_H #define IAUDIOSINK_H

19
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 <http://www.gnu.org/licenses/>.
*/
#ifndef IAUDIOSOURCE_H #ifndef IAUDIOSOURCE_H
#define IAUDIOSOURCE_H #define IAUDIOSOURCE_H

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

19
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 <http://www.gnu.org/licenses/>.
*/
#include <QByteArray> #include <QByteArray>
#include <QString> #include <QString>
#include <cstdint> #include <cstdint>

19
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 <http://www.gnu.org/licenses/>.
*/
#ifndef CONTACTID_H #ifndef CONTACTID_H
#define CONTACTID_H #define CONTACTID_H

6
src/core/core.cpp

@ -1,10 +1,10 @@
/* /*
Copyright (C) 2013 by Maxim Biro <nurupo.contributions@gmail.com> Copyright © 2013 by Maxim Biro <nurupo.contributions@gmail.com>
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. 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 it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. (at your option) any later version.

6
src/core/core.h

@ -1,10 +1,10 @@
/* /*
Copyright (C) 2013 by Maxim Biro <nurupo.contributions@gmail.com> Copyright © 2013 by Maxim Biro <nurupo.contributions@gmail.com>
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. 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 it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. (at your option) any later version.

6
src/core/coreav.cpp

@ -1,10 +1,10 @@
/* /*
Copyright (C) 2013 by Maxim Biro <nurupo.contributions@gmail.com> Copyright © 2013 by Maxim Biro <nurupo.contributions@gmail.com>
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. 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 it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. (at your option) any later version.

4
src/core/coreav.h

@ -1,6 +1,6 @@
/* /*
Copyright (C) 2013 by Maxim Biro <nurupo.contributions@gmail.com> Copyright © 2013 by Maxim Biro <nurupo.contributions@gmail.com>
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

4
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 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 it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. (at your option) any later version.

20
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 <http://www.gnu.org/licenses/>.
*/
#include "groupid.h"
#include <tox/tox.h> #include <tox/tox.h>
#include <QByteArray> #include <QByteArray>

19
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 <http://www.gnu.org/licenses/>.
*/
#ifndef GROUPID_H #ifndef GROUPID_H
#define GROUPID_H #define GROUPID_H

6
src/core/icoregroupquery.h

@ -1,10 +1,10 @@
/* /*
Copyright (C) 2013 by Maxim Biro <nurupo.contributions@gmail.com> Copyright © 2013 by Maxim Biro <nurupo.contributions@gmail.com>
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. 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 it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. (at your option) any later version.

19
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 <http://www.gnu.org/licenses/>.
*/
#ifndef I_CORE_SETTINGS_H #ifndef I_CORE_SETTINGS_H
#define I_CORE_SETTINGS_H #define I_CORE_SETTINGS_H

19
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 <http://www.gnu.org/licenses/>.
*/
#include "src/core/toxcall.h" #include "src/core/toxcall.h"
#include "src/audio/audio.h" #include "src/audio/audio.h"
#include "src/core/coreav.h" #include "src/core/coreav.h"

19
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 <http://www.gnu.org/licenses/>.
*/
#ifndef TOXCALL_H #ifndef TOXCALL_H
#define TOXCALL_H #define TOXCALL_H

2
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. This file is part of qTox, a Qt-based graphical interface for Tox.

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save