diff --git a/.travis/build-docs.sh b/.travis/build-docs.sh index 729e1c8ec..6ba3c031c 100755 --- a/.travis/build-docs.sh +++ b/.travis/build-docs.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright © 2016 by The qTox Project Contributors +# Copyright © 2016-2018 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 01e16c9d9..de0cee2ca 100755 --- a/.travis/build-gitstats.sh +++ b/.travis/build-gitstats.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright © 2016 The qTox Project Contributors +# Copyright © 2016-2018 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 bf2295bb7..6cdf31f1b 100755 --- a/.travis/build-osx.sh +++ b/.travis/build-osx.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright © 2016-2017 by The qTox Project Contributors +# Copyright © 2016-2018 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-ubuntu-14-04.sh b/.travis/build-ubuntu-14-04.sh index 087e32164..f19b5e97e 100755 --- a/.travis/build-ubuntu-14-04.sh +++ b/.travis/build-ubuntu-14-04.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright © 2015-2017 by The qTox Project Contributors +# Copyright © 2015-2018 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/deploy-docs.sh b/.travis/deploy-docs.sh index 0d2f8259a..b409808be 100755 --- a/.travis/deploy-docs.sh +++ b/.travis/deploy-docs.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright © 2016 by The qTox Project Contributors +# Copyright © 2016-2018 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/deploy-gitstats.sh b/.travis/deploy-gitstats.sh index cfc28e67c..cd80608a4 100755 --- a/.travis/deploy-gitstats.sh +++ b/.travis/deploy-gitstats.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright © 2016 The qTox Project Contributors +# Copyright © 2016-2018 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/deploy-jenkins-branch.sh b/.travis/deploy-jenkins-branch.sh index 20368e72e..c1c5a11b6 100755 --- a/.travis/deploy-jenkins-branch.sh +++ b/.travis/deploy-jenkins-branch.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright © 2016 by The qTox Project Contributors +# Copyright © 2016-2018 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 d94733653..69e0a91f4 100755 --- a/.travis/verify-commit-format.sh +++ b/.travis/verify-commit-format.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright © 2016 by The qTox Project Contributors +# Copyright © 2016-2018 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/createdmg b/osx/createdmg index 06bc072bc..eae9409dd 100755 --- a/osx/createdmg +++ b/osx/createdmg @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright © 2017 The qTox Project Contributors +# Copyright © 2017-2018 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/qTox-Mac-Deployer-ULTIMATE.sh b/osx/qTox-Mac-Deployer-ULTIMATE.sh index f80edbb5a..132b48985 100755 --- a/osx/qTox-Mac-Deployer-ULTIMATE.sh +++ b/osx/qTox-Mac-Deployer-ULTIMATE.sh @@ -2,7 +2,7 @@ # # Copyright © 2015 by RowenStipe -# Copyright © 2016-2017 by The qTox Project Contributors +# Copyright © 2016-2018 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 ef41e1e51..29da06714 100755 --- a/osx/update-plist-version.sh +++ b/osx/update-plist-version.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright © 2016-2017 The qTox Project Contributors +# Copyright © 2016-2018 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/src/audio/audio.cpp b/src/audio/audio.cpp index 4889246ec..0c460b6f5 100644 --- a/src/audio/audio.cpp +++ b/src/audio/audio.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2017 by The qTox Project Contributors + Copyright © 2014-2018 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 0b601b6eb..b36d28428 100644 --- a/src/audio/audio.h +++ b/src/audio/audio.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2017 by The qTox Project Contributors + Copyright © 2014-2018 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.cpp b/src/audio/backend/openal.cpp index 84895d6ed..17cffe153 100644 --- a/src/audio/backend/openal.cpp +++ b/src/audio/backend/openal.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2017 by The qTox Project Contributors + Copyright © 2014-2018 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 be6474dd4..d4836bfcb 100644 --- a/src/audio/backend/openal.h +++ b/src/audio/backend/openal.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2017 by The qTox Project Contributors + Copyright © 2014-2018 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 d4baea8cf..094a183af 100644 --- a/src/audio/backend/openal2.cpp +++ b/src/audio/backend/openal2.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 7ebe1db7f..7de3de6e9 100644 --- a/src/audio/backend/openal2.h +++ b/src/audio/backend/openal2.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2017 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/chatlog/chatline.cpp b/src/chatlog/chatline.cpp index f555f9f09..aebfa79cd 100644 --- a/src/chatlog/chatline.cpp +++ b/src/chatlog/chatline.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 24584bebd..3e32590e6 100644 --- a/src/chatlog/chatline.h +++ b/src/chatlog/chatline.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 109230fb3..b4cd2592f 100644 --- a/src/chatlog/chatlinecontent.cpp +++ b/src/chatlog/chatlinecontent.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 d6309c38a..39af04274 100644 --- a/src/chatlog/chatlinecontent.h +++ b/src/chatlog/chatlinecontent.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 8f30ccb1d..3e39fcb19 100644 --- a/src/chatlog/chatlinecontentproxy.cpp +++ b/src/chatlog/chatlinecontentproxy.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 f58ac60d5..824e39a84 100644 --- a/src/chatlog/chatlinecontentproxy.h +++ b/src/chatlog/chatlinecontentproxy.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 e703ab457..44bcbb36b 100644 --- a/src/chatlog/chatlog.cpp +++ b/src/chatlog/chatlog.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 4eb11a9a8..be2a79aee 100644 --- a/src/chatlog/chatlog.h +++ b/src/chatlog/chatlog.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 a53b79766..136fc0703 100644 --- a/src/chatlog/chatmessage.cpp +++ b/src/chatlog/chatmessage.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 faada03ac..5091224ac 100644 --- a/src/chatlog/chatmessage.h +++ b/src/chatlog/chatmessage.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 d1bbb9506..d2929495c 100644 --- a/src/chatlog/content/filetransferwidget.cpp +++ b/src/chatlog/content/filetransferwidget.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 ac9765dab..cdeffe233 100644 --- a/src/chatlog/content/filetransferwidget.h +++ b/src/chatlog/content/filetransferwidget.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 bad0d31ba..503f514b4 100644 --- a/src/chatlog/content/image.cpp +++ b/src/chatlog/content/image.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 d457a3f6f..40f38836a 100644 --- a/src/chatlog/content/image.h +++ b/src/chatlog/content/image.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 48524f7a4..8f9ba06bc 100644 --- a/src/chatlog/content/notificationicon.cpp +++ b/src/chatlog/content/notificationicon.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 8288805d6..b7f7a28b2 100644 --- a/src/chatlog/content/notificationicon.h +++ b/src/chatlog/content/notificationicon.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 28542371b..e586b0ef5 100644 --- a/src/chatlog/content/spinner.cpp +++ b/src/chatlog/content/spinner.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 8c04359bc..8815cafae 100644 --- a/src/chatlog/content/spinner.h +++ b/src/chatlog/content/spinner.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 a954e243e..9ed8e99d3 100644 --- a/src/chatlog/content/text.cpp +++ b/src/chatlog/content/text.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 961fba609..75fc11979 100644 --- a/src/chatlog/content/text.h +++ b/src/chatlog/content/text.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 6cc422254..ffe9ae008 100644 --- a/src/chatlog/content/timestamp.cpp +++ b/src/chatlog/content/timestamp.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 05a332a2d..9f273d5e8 100644 --- a/src/chatlog/content/timestamp.h +++ b/src/chatlog/content/timestamp.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 9ad384cfb..6ed07730f 100644 --- a/src/chatlog/customtextdocument.cpp +++ b/src/chatlog/customtextdocument.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 498f9e868..bea3c3fa5 100644 --- a/src/chatlog/customtextdocument.h +++ b/src/chatlog/customtextdocument.h @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 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 d5780befb..db339287f 100644 --- a/src/chatlog/documentcache.cpp +++ b/src/chatlog/documentcache.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 c5788c2eb..e460b2e79 100644 --- a/src/chatlog/documentcache.h +++ b/src/chatlog/documentcache.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 090ea5b3c..52b2d69ed 100644 --- a/src/chatlog/pixmapcache.cpp +++ b/src/chatlog/pixmapcache.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 9de83bb03..778e13d37 100644 --- a/src/chatlog/pixmapcache.h +++ b/src/chatlog/pixmapcache.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 4cd858f01..a4b3381d1 100644 --- a/src/chatlog/textformatter.cpp +++ b/src/chatlog/textformatter.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 9127d5ab0..3257d226c 100644 --- a/src/chatlog/textformatter.h +++ b/src/chatlog/textformatter.h @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/core/core.cpp b/src/core/core.cpp index 3c2c399ee..5b78ee988 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2013 by Maxim Biro - Copyright © 2014-2017 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/core/core.h b/src/core/core.h index 38603399a..b56627018 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -1,6 +1,6 @@ /* Copyright (C) 2013 by Maxim Biro - Copyright © 2014-2017 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/core/coreav.cpp b/src/core/coreav.cpp index 5470a14ef..b750172ed 100644 --- a/src/core/coreav.cpp +++ b/src/core/coreav.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2013 by Maxim Biro - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/core/coreav.h b/src/core/coreav.h index 321b79ed1..48c91b614 100644 --- a/src/core/coreav.h +++ b/src/core/coreav.h @@ -1,6 +1,6 @@ /* Copyright (C) 2013 by Maxim Biro - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 a678a99a7..210c8d674 100644 --- a/src/core/corefile.cpp +++ b/src/core/corefile.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015-2016 by The qTox Project Contributors + Copyright © 2015-2018 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 e30d8ef77..bc5c618c3 100644 --- a/src/core/corefile.h +++ b/src/core/corefile.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 3921879b0..d5b661d36 100644 --- a/src/core/dhtserver.cpp +++ b/src/core/dhtserver.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 cb53ccab1..8d307de17 100644 --- a/src/core/dhtserver.h +++ b/src/core/dhtserver.h @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/core/recursivesignalblocker.cpp b/src/core/recursivesignalblocker.cpp index 1c960ae22..bcec0e449 100644 --- a/src/core/recursivesignalblocker.cpp +++ b/src/core/recursivesignalblocker.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2016 by The qTox Project Contributors + Copyright © 2016-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/core/recursivesignalblocker.h b/src/core/recursivesignalblocker.h index 54bf29093..eeed53428 100644 --- a/src/core/recursivesignalblocker.h +++ b/src/core/recursivesignalblocker.h @@ -1,5 +1,5 @@ /* - Copyright © 2016 by The qTox Project Contributors + Copyright © 2016-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/core/toxencrypt.cpp b/src/core/toxencrypt.cpp index d4b3cc152..4f58d8159 100644 --- a/src/core/toxencrypt.cpp +++ b/src/core/toxencrypt.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 6ab4e6fa8..bc5a94ced 100644 --- a/src/core/toxencrypt.h +++ b/src/core/toxencrypt.h @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/core/toxid.cpp b/src/core/toxid.cpp index 4899a796a..decd7a9b2 100644 --- a/src/core/toxid.cpp +++ b/src/core/toxid.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 a9694f510..3739799c8 100644 --- a/src/core/toxid.h +++ b/src/core/toxid.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/core/toxstring.cpp b/src/core/toxstring.cpp index e1249e48e..b17316fc6 100644 --- a/src/core/toxstring.cpp +++ b/src/core/toxstring.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/core/toxstring.h b/src/core/toxstring.h index 512488a21..b899d1906 100644 --- a/src/core/toxstring.h +++ b/src/core/toxstring.h @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/friendlist.cpp b/src/friendlist.cpp index edf0021a6..8178d8fc6 100644 --- a/src/friendlist.cpp +++ b/src/friendlist.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 eb2ea301b..63c5e5565 100644 --- a/src/friendlist.h +++ b/src/friendlist.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 575634c08..ff08b3ae7 100644 --- a/src/grouplist.cpp +++ b/src/grouplist.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 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 91385600c..3e8989172 100644 --- a/src/grouplist.h +++ b/src/grouplist.h @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 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 166066a3b..f187673a0 100644 --- a/src/ipc.cpp +++ b/src/ipc.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 94964fd3a..048542b23 100644 --- a/src/ipc.h +++ b/src/ipc.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 b08f60359..091dd82c5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 49e1bf9f4..a84cd2bce 100644 --- a/src/model/contact.cpp +++ b/src/model/contact.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 5e08e1c92..8cf903bdb 100644 --- a/src/model/contact.h +++ b/src/model/contact.h @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 8b81346ed..d69ea954a 100644 --- a/src/model/friend.cpp +++ b/src/model/friend.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 79a354d05..10ef932b3 100644 --- a/src/model/friend.h +++ b/src/model/friend.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2017 by The qTox Project Contributors + Copyright © 2014-2018 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 e54b5f6dd..0e6696ad6 100644 --- a/src/model/group.cpp +++ b/src/model/group.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2017 by The qTox Project Contributors + Copyright © 2014-2018 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 574d452ba..d0ad73532 100644 --- a/src/model/group.h +++ b/src/model/group.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2017 by The qTox Project Contributors + Copyright © 2014-2018 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 e07b6e55a..b70835b6d 100644 --- a/src/model/groupinvite.cpp +++ b/src/model/groupinvite.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 acb7ac261..50586b1a8 100644 --- a/src/model/groupinvite.h +++ b/src/model/groupinvite.h @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/model/profile/iprofileinfo.h b/src/model/profile/iprofileinfo.h index 0c955f6ec..81bcaf287 100644 --- a/src/model/profile/iprofileinfo.h +++ b/src/model/profile/iprofileinfo.h @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 3ffc2684d..e219352a2 100644 --- a/src/model/profile/profileinfo.cpp +++ b/src/model/profile/profileinfo.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 3e5a64950..7421c0a3c 100644 --- a/src/model/profile/profileinfo.h +++ b/src/model/profile/profileinfo.h @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/net/autoupdate.cpp b/src/net/autoupdate.cpp index 0766f4a88..5979c85e2 100644 --- a/src/net/autoupdate.cpp +++ b/src/net/autoupdate.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/net/autoupdate.h b/src/net/autoupdate.h index f92ea8d0a..8e871b139 100644 --- a/src/net/autoupdate.h +++ b/src/net/autoupdate.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 3f3766e33..75fdc6394 100644 --- a/src/net/avatarbroadcaster.cpp +++ b/src/net/avatarbroadcaster.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 94fe9593b..a0d34a695 100644 --- a/src/net/avatarbroadcaster.h +++ b/src/net/avatarbroadcaster.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/net/toxme.cpp b/src/net/toxme.cpp index a18338b48..d32f48978 100644 --- a/src/net/toxme.cpp +++ b/src/net/toxme.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 1cb8d4c82..286b6ef0c 100644 --- a/src/net/toxme.h +++ b/src/net/toxme.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 5947bad3f..74f021c41 100644 --- a/src/net/toxmedata.cpp +++ b/src/net/toxmedata.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 02793e333..35de03ac4 100644 --- a/src/net/toxmedata.h +++ b/src/net/toxmedata.h @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 22537af69..6693b9148 100644 --- a/src/net/toxuri.cpp +++ b/src/net/toxuri.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 035e1b9ee..dbe83fe65 100644 --- a/src/net/toxuri.h +++ b/src/net/toxuri.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 d90d8d11f..446162618 100644 --- a/src/nexus.cpp +++ b/src/nexus.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 5ceabe93d..4451a8b3f 100644 --- a/src/nexus.h +++ b/src/nexus.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 a3416fd5e..a86b8590c 100644 --- a/src/persistence/db/rawdatabase.cpp +++ b/src/persistence/db/rawdatabase.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2016 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/persistence/history.cpp b/src/persistence/history.cpp index df3b72780..c5c04f8cf 100644 --- a/src/persistence/history.cpp +++ b/src/persistence/history.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015-2016 by The qTox Project Contributors + Copyright © 2015-2018 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 6fefd0931..e03c73131 100644 --- a/src/persistence/history.h +++ b/src/persistence/history.h @@ -1,5 +1,5 @@ /* - Copyright © 2015-2016 by The qTox Project Contributors + Copyright © 2015-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/persistence/offlinemsgengine.cpp b/src/persistence/offlinemsgengine.cpp index cfcfec36a..018610c60 100644 --- a/src/persistence/offlinemsgengine.cpp +++ b/src/persistence/offlinemsgengine.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 6af00d50b..dfe8b931e 100644 --- a/src/persistence/offlinemsgengine.h +++ b/src/persistence/offlinemsgengine.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/persistence/profile.cpp b/src/persistence/profile.cpp index 29e78a3b5..e4386a2ca 100644 --- a/src/persistence/profile.cpp +++ b/src/persistence/profile.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015-2017 by The qTox Project Contributors + Copyright © 2015-2018 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 9496a6578..11d47825c 100644 --- a/src/persistence/profile.h +++ b/src/persistence/profile.h @@ -1,5 +1,5 @@ /* - Copyright © 2015-2017 by The qTox Project Contributors + Copyright © 2015-2018 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 859e64797..14567212b 100644 --- a/src/persistence/profilelocker.cpp +++ b/src/persistence/profilelocker.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 4c2fd5b2d..632eccf07 100644 --- a/src/persistence/profilelocker.h +++ b/src/persistence/profilelocker.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 d89fde2f9..cec6958d8 100644 --- a/src/persistence/serialize.cpp +++ b/src/persistence/serialize.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2016 by The qTox Project Contributors + Copyright © 2014-2018 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 bb40577b7..efcdb15d6 100644 --- a/src/persistence/serialize.h +++ b/src/persistence/serialize.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2016 by The qTox Project Contributors + Copyright © 2014-2018 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 586104885..15f39577d 100644 --- a/src/persistence/settings.cpp +++ b/src/persistence/settings.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2013 by Maxim Biro - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/persistence/settings.h b/src/persistence/settings.h index 0c46676c4..45f31810d 100644 --- a/src/persistence/settings.h +++ b/src/persistence/settings.h @@ -1,6 +1,6 @@ /* Copyright (C) 2013 by Maxim Biro - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/persistence/settingsserializer.cpp b/src/persistence/settingsserializer.cpp index 054460ef7..39b2cdfb4 100644 --- a/src/persistence/settingsserializer.cpp +++ b/src/persistence/settingsserializer.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 a03f570ef..c012e75b0 100644 --- a/src/persistence/settingsserializer.h +++ b/src/persistence/settingsserializer.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 03a46ab26..7a2099fe2 100644 --- a/src/persistence/smileypack.cpp +++ b/src/persistence/smileypack.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2017 by The qTox Project Contributors + Copyright © 2014-2018 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 0f6c96e5a..cd12aff43 100644 --- a/src/persistence/smileypack.h +++ b/src/persistence/smileypack.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2017 by The qTox Project Contributors + Copyright © 2014-2018 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 1882693a1..f34869460 100644 --- a/src/persistence/toxsave.cpp +++ b/src/persistence/toxsave.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 5ef3d2d14..703590ae0 100644 --- a/src/persistence/toxsave.h +++ b/src/persistence/toxsave.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 44b999781..306d846a5 100644 --- a/src/platform/autorun.h +++ b/src/platform/autorun.h @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 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 33c28d453..95a9a9589 100644 --- a/src/platform/autorun_osx.cpp +++ b/src/platform/autorun_osx.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 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 0278809ef..8fe25a7c0 100644 --- a/src/platform/autorun_win.cpp +++ b/src/platform/autorun_win.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 a3db3ece9..1706026af 100644 --- a/src/platform/autorun_xdg.cpp +++ b/src/platform/autorun_xdg.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 06b017b00..fd1134262 100644 --- a/src/platform/camera/avfoundation.h +++ b/src/platform/camera/avfoundation.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 83fa09328..25a0e1732 100644 --- a/src/platform/camera/avfoundation.mm +++ b/src/platform/camera/avfoundation.mm @@ -1,6 +1,6 @@ /* Copyright (c) 2014 Thilo Borgmann - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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.cpp b/src/platform/camera/directshow.cpp index e1902b5b6..5e39745e4 100644 --- a/src/platform/camera/directshow.cpp +++ b/src/platform/camera/directshow.cpp @@ -1,6 +1,6 @@ /* Copyright (c) 2010 Ramiro Polla - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 00479846c..97e688012 100644 --- a/src/platform/camera/directshow.h +++ b/src/platform/camera/directshow.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 4a2ec56c1..ffc6fba91 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 by The qTox Project Contributors + Copyright © 2015-2018 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 8c1241e39..64b0be96e 100644 --- a/src/platform/camera/v4l2.h +++ b/src/platform/camera/v4l2.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 4cd5b9fb2..9cfd88a64 100644 --- a/src/platform/capslock.h +++ b/src/platform/capslock.h @@ -1,5 +1,5 @@ /* - Copyright © 2016 by The qTox Project Contributors + Copyright © 2016-2018 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 8ff1f45e0..85b242c0e 100644 --- a/src/platform/capslock_osx.cpp +++ b/src/platform/capslock_osx.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2016 by The qTox Project Contributors + Copyright © 2016-2018 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 00a4c3785..4ee66c2ab 100644 --- a/src/platform/capslock_win.cpp +++ b/src/platform/capslock_win.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2016 by The qTox Project Contributors + Copyright © 2016-2018 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 961e89db6..877f7d5bf 100644 --- a/src/platform/capslock_x11.cpp +++ b/src/platform/capslock_x11.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2016 by The qTox Project Contributors + Copyright © 2016-2018 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.cpp b/src/platform/install_osx.cpp index 7cc306d0a..5318aa011 100644 --- a/src/platform/install_osx.cpp +++ b/src/platform/install_osx.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 98f73e7ec..a884f75ea 100644 --- a/src/platform/install_osx.h +++ b/src/platform/install_osx.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 aefbfcbc9..aec73a3cc 100644 --- a/src/platform/posixsignalnotifier.cpp +++ b/src/platform/posixsignalnotifier.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 091995ee8..badaeaafd 100644 --- a/src/platform/posixsignalnotifier.h +++ b/src/platform/posixsignalnotifier.h @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 9a429f1f3..782a83bc7 100644 --- a/src/platform/timer.h +++ b/src/platform/timer.h @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 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 f78f494ed..c27f509a5 100644 --- a/src/platform/timer_osx.cpp +++ b/src/platform/timer_osx.cpp @@ -5,7 +5,7 @@ ). Copyright © 2006 by Richard Laager - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 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 1879bb410..3bd0f934b 100644 --- a/src/platform/timer_win.cpp +++ b/src/platform/timer_win.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 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.cpp b/src/platform/x11_display.cpp index 69823e256..413a34727 100644 --- a/src/platform/x11_display.cpp +++ b/src/platform/x11_display.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 cf02a9e6c..6b0aff00d 100644 --- a/src/platform/x11_display.h +++ b/src/platform/x11_display.h @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/video/cameradevice.cpp b/src/video/cameradevice.cpp index 3c542db7a..dc750a124 100644 --- a/src/video/cameradevice.cpp +++ b/src/video/cameradevice.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 c654183a7..569094fdb 100644 --- a/src/video/cameradevice.h +++ b/src/video/cameradevice.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 a0386f0d8..2d64cb226 100644 --- a/src/video/camerasource.cpp +++ b/src/video/camerasource.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 a205d56de..1dd8a7844 100644 --- a/src/video/camerasource.h +++ b/src/video/camerasource.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 ddb9845d6..e2e6052e4 100644 --- a/src/video/corevideosource.cpp +++ b/src/video/corevideosource.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 by 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 d546cb784..eb98686ad 100644 --- a/src/video/corevideosource.h +++ b/src/video/corevideosource.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 0ca259e2f..69af582d0 100644 --- a/src/video/genericnetcamview.cpp +++ b/src/video/genericnetcamview.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 ae8e7c25b..d141037eb 100644 --- a/src/video/genericnetcamview.h +++ b/src/video/genericnetcamview.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 ea0fe1c41..082fd0f0e 100644 --- a/src/video/groupnetcamview.cpp +++ b/src/video/groupnetcamview.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 1753ebb22..1a3c7a45f 100644 --- a/src/video/groupnetcamview.h +++ b/src/video/groupnetcamview.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/video/netcamview.cpp b/src/video/netcamview.cpp index 078ff0b42..ffb79fdc2 100644 --- a/src/video/netcamview.cpp +++ b/src/video/netcamview.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 dfdf7c397..4e8f3449c 100644 --- a/src/video/netcamview.h +++ b/src/video/netcamview.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 7e38db8bb..a58bf72ac 100644 --- a/src/video/videoframe.cpp +++ b/src/video/videoframe.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 f77bb6873..a053dd26e 100644 --- a/src/video/videoframe.h +++ b/src/video/videoframe.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 c4ab77c2f..7331ba3c2 100644 --- a/src/video/videomode.cpp +++ b/src/video/videomode.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015-2016 by The qTox Project Contributors + Copyright © 2015-2018 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 ad45caae6..6a8510ea9 100644 --- a/src/video/videomode.h +++ b/src/video/videomode.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 bc50bfb73..d1e57d105 100644 --- a/src/video/videosource.cpp +++ b/src/video/videosource.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2016 by The qTox Project Contributors + Copyright © 2016-2018 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 416fa15b0..36670241e 100644 --- a/src/video/videosource.h +++ b/src/video/videosource.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 a1b0a6b46..262105755 100644 --- a/src/video/videosurface.cpp +++ b/src/video/videosurface.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 538d5fbd5..dd84e62b0 100644 --- a/src/video/videosurface.h +++ b/src/video/videosurface.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/widget/categorywidget.cpp b/src/widget/categorywidget.cpp index fa4dbce00..c8f2b9588 100644 --- a/src/widget/categorywidget.cpp +++ b/src/widget/categorywidget.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 e33632e55..8a69fe3bc 100644 --- a/src/widget/categorywidget.h +++ b/src/widget/categorywidget.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 3c55a4658..70e072253 100644 --- a/src/widget/chatformheader.cpp +++ b/src/widget/chatformheader.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 d744cf0d2..6765539dc 100644 --- a/src/widget/chatformheader.h +++ b/src/widget/chatformheader.h @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 799f05706..062a5fe34 100644 --- a/src/widget/circlewidget.cpp +++ b/src/widget/circlewidget.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 0d9f77d4a..364cb9799 100644 --- a/src/widget/circlewidget.h +++ b/src/widget/circlewidget.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 57311728a..6c3075369 100644 --- a/src/widget/contentdialog.cpp +++ b/src/widget/contentdialog.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015-2017 by The qTox Project Contributors + Copyright © 2015-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/widget/contentdialog.h b/src/widget/contentdialog.h index d3b186485..9ef586883 100644 --- a/src/widget/contentdialog.h +++ b/src/widget/contentdialog.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/widget/contentlayout.cpp b/src/widget/contentlayout.cpp index 45ae42222..98159e5c5 100644 --- a/src/widget/contentlayout.cpp +++ b/src/widget/contentlayout.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 8ad39ef20..6ab3e4d90 100644 --- a/src/widget/contentlayout.h +++ b/src/widget/contentlayout.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 f36cada4f..0cf653d1a 100644 --- a/src/widget/emoticonswidget.cpp +++ b/src/widget/emoticonswidget.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 615813b4a..5fd409578 100644 --- a/src/widget/emoticonswidget.h +++ b/src/widget/emoticonswidget.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 d6cc8d99c..a499a28d7 100644 --- a/src/widget/form/addfriendform.cpp +++ b/src/widget/form/addfriendform.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 130d4c334..6f3e0e929 100644 --- a/src/widget/form/addfriendform.h +++ b/src/widget/form/addfriendform.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 6a42f2a8a..aaabeed38 100644 --- a/src/widget/form/chatform.cpp +++ b/src/widget/form/chatform.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2017 by The qTox Project Contributors + Copyright © 2014-2018 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 c128d06bd..21ddbf73f 100644 --- a/src/widget/form/chatform.h +++ b/src/widget/form/chatform.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 7a73a6c12..f57a9180d 100644 --- a/src/widget/form/filesform.cpp +++ b/src/widget/form/filesform.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 9abee5173..da566646d 100644 --- a/src/widget/form/filesform.h +++ b/src/widget/form/filesform.h @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 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 ffa460004..da4508ccb 100644 --- a/src/widget/form/genericchatform.cpp +++ b/src/widget/form/genericchatform.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2017 by The qTox Project Contributors + Copyright © 2014-2018 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 aebd684a0..099d745c3 100644 --- a/src/widget/form/genericchatform.h +++ b/src/widget/form/genericchatform.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2017 by The qTox Project Contributors + Copyright © 2014-2018 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 b52286ec6..6f8bc7ce3 100644 --- a/src/widget/form/groupchatform.cpp +++ b/src/widget/form/groupchatform.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 ac55e075d..ed5bb47c8 100644 --- a/src/widget/form/groupchatform.h +++ b/src/widget/form/groupchatform.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 5e00c545d..c78ba73d8 100644 --- a/src/widget/form/groupinviteform.cpp +++ b/src/widget/form/groupinviteform.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015-2017 by The qTox Project Contributors + Copyright © 2015-2018 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 27c21b0f5..7125a8ae5 100644 --- a/src/widget/form/groupinviteform.h +++ b/src/widget/form/groupinviteform.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 3352ca862..891ba7f03 100644 --- a/src/widget/form/groupinvitewidget.cpp +++ b/src/widget/form/groupinvitewidget.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 d0fa99af1..6d666d885 100644 --- a/src/widget/form/groupinvitewidget.h +++ b/src/widget/form/groupinvitewidget.h @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 f97a766f4..379a40b45 100644 --- a/src/widget/form/loadhistorydialog.cpp +++ b/src/widget/form/loadhistorydialog.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 4fd3aba52..4c95e7235 100644 --- a/src/widget/form/loadhistorydialog.h +++ b/src/widget/form/loadhistorydialog.h @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 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 4901d0067..b5835404b 100644 --- a/src/widget/form/profileform.cpp +++ b/src/widget/form/profileform.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 17cbddc82..5842f76e3 100644 --- a/src/widget/form/profileform.h +++ b/src/widget/form/profileform.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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.cpp b/src/widget/form/setpassworddialog.cpp index 8a1d9d27f..9fa78a775 100644 --- a/src/widget/form/setpassworddialog.cpp +++ b/src/widget/form/setpassworddialog.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 fd03fd7e2..1496516a1 100644 --- a/src/widget/form/setpassworddialog.h +++ b/src/widget/form/setpassworddialog.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 52cf439c7..eaf766194 100644 --- a/src/widget/form/settings/aboutform.cpp +++ b/src/widget/form/settings/aboutform.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2016 by The qTox Project Contributors + Copyright © 2014-2018 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 5722bafe2..d966edf33 100644 --- a/src/widget/form/settings/aboutform.h +++ b/src/widget/form/settings/aboutform.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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/aboutsettings.ui b/src/widget/form/settings/aboutsettings.ui index c000571d6..456010778 100644 --- a/src/widget/form/settings/aboutsettings.ui +++ b/src/widget/form/settings/aboutsettings.ui @@ -223,7 +223,7 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; color:#000000;">Copyright © 2014-2017 by The qTox Project Contributors</span></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; color:#000000;">Copyright © 2014-2018 by The qTox Project Contributors</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Ubuntu';">qTox is a Qt-based graphical interface for Tox.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';">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.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';">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. </span></p> diff --git a/src/widget/form/settings/advancedform.cpp b/src/widget/form/settings/advancedform.cpp index 937dab31b..9e4b21fed 100644 --- a/src/widget/form/settings/advancedform.cpp +++ b/src/widget/form/settings/advancedform.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2016 by The qTox Project Contributors + Copyright © 2014-2018 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 eab5d904d..265aa55b7 100644 --- a/src/widget/form/settings/advancedform.h +++ b/src/widget/form/settings/advancedform.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 c56ef4a13..96794b09c 100644 --- a/src/widget/form/settings/avform.cpp +++ b/src/widget/form/settings/avform.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2016 by The qTox Project Contributors + Copyright © 2014-2018 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 1c9cdb19f..9cc0dc755 100644 --- a/src/widget/form/settings/avform.h +++ b/src/widget/form/settings/avform.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 cdce016b7..373502fce 100644 --- a/src/widget/form/settings/generalform.cpp +++ b/src/widget/form/settings/generalform.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 3a3aaeeb2..79cc6d510 100644 --- a/src/widget/form/settings/generalform.h +++ b/src/widget/form/settings/generalform.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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.cpp b/src/widget/form/settings/privacyform.cpp index 61bcc5aaa..fe02d6642 100644 --- a/src/widget/form/settings/privacyform.cpp +++ b/src/widget/form/settings/privacyform.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2016 by The qTox Project Contributors + Copyright © 2014-2018 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 56d3813f7..758dfea6c 100644 --- a/src/widget/form/settings/privacyform.h +++ b/src/widget/form/settings/privacyform.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 47aa7096f..e4dbdda0b 100644 --- a/src/widget/form/settings/userinterfaceform.cpp +++ b/src/widget/form/settings/userinterfaceform.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2016 by The qTox Project Contributors + Copyright © 2014-2018 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 1b6922fab..084d0ba58 100644 --- a/src/widget/form/settings/userinterfaceform.h +++ b/src/widget/form/settings/userinterfaceform.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 0269e8d0d..b6ac1c7e9 100644 --- a/src/widget/form/settings/verticalonlyscroller.cpp +++ b/src/widget/form/settings/verticalonlyscroller.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 713df4287..e9ab5d011 100644 --- a/src/widget/form/settings/verticalonlyscroller.h +++ b/src/widget/form/settings/verticalonlyscroller.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 1d507facc..e638b28ea 100644 --- a/src/widget/form/settingswidget.cpp +++ b/src/widget/form/settingswidget.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 f2166065d..21ae5f53c 100644 --- a/src/widget/form/settingswidget.h +++ b/src/widget/form/settingswidget.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 b9fdfce8c..88b3b8662 100644 --- a/src/widget/form/tabcompleter.cpp +++ b/src/widget/form/tabcompleter.cpp @@ -2,7 +2,7 @@ Copyright (C) 2005-2014 by the Quassel Project devel@quassel-irc.org - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 84335914a..111507267 100644 --- a/src/widget/form/tabcompleter.h +++ b/src/widget/form/tabcompleter.h @@ -2,7 +2,7 @@ Copyright (C) 2005-2014 by the Quassel Project devel@quassel-irc.org - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/widget/friendlistwidget.cpp b/src/widget/friendlistwidget.cpp index 32221b622..b643811fd 100644 --- a/src/widget/friendlistwidget.cpp +++ b/src/widget/friendlistwidget.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 4d4042914..5f26613ed 100644 --- a/src/widget/friendlistwidget.h +++ b/src/widget/friendlistwidget.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/widget/genericchatitemwidget.cpp b/src/widget/genericchatitemwidget.cpp index b54ca7836..532f04102 100644 --- a/src/widget/genericchatitemwidget.cpp +++ b/src/widget/genericchatitemwidget.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 5e0f359a3..e9d3ed483 100644 --- a/src/widget/genericchatitemwidget.h +++ b/src/widget/genericchatitemwidget.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 7c4cdee8c..5df7652cc 100644 --- a/src/widget/genericchatroomwidget.cpp +++ b/src/widget/genericchatroomwidget.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 b52c4aedb..073e9105b 100644 --- a/src/widget/genericchatroomwidget.h +++ b/src/widget/genericchatroomwidget.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 3d08479b6..118da094d 100644 --- a/src/widget/groupwidget.cpp +++ b/src/widget/groupwidget.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 1867baa19..c755a2430 100644 --- a/src/widget/groupwidget.h +++ b/src/widget/groupwidget.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 c45fc0b30..f929ec60c 100644 --- a/src/widget/gui.cpp +++ b/src/widget/gui.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 c1f493d37..2eabc5774 100644 --- a/src/widget/gui.h +++ b/src/widget/gui.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 705f79f46..7680612e5 100644 --- a/src/widget/loginscreen.cpp +++ b/src/widget/loginscreen.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 5560613b4..b2138a3af 100644 --- a/src/widget/loginscreen.h +++ b/src/widget/loginscreen.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 1e45f4644..507abff98 100644 --- a/src/widget/maskablepixmapwidget.cpp +++ b/src/widget/maskablepixmapwidget.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 73d71cd92..69b257bc4 100644 --- a/src/widget/maskablepixmapwidget.h +++ b/src/widget/maskablepixmapwidget.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 930297820..ddf9dda10 100644 --- a/src/widget/notificationedgewidget.cpp +++ b/src/widget/notificationedgewidget.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 32c055492..c839e702b 100644 --- a/src/widget/notificationedgewidget.h +++ b/src/widget/notificationedgewidget.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 8291cb4c5..2880e1668 100644 --- a/src/widget/notificationscrollarea.cpp +++ b/src/widget/notificationscrollarea.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 aa94bac41..798c9ae47 100644 --- a/src/widget/notificationscrollarea.h +++ b/src/widget/notificationscrollarea.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/widget/qrwidget.cpp b/src/widget/qrwidget.cpp index 441a43196..6e3721dd8 100644 --- a/src/widget/qrwidget.cpp +++ b/src/widget/qrwidget.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 5764b920c..5dc59e7d2 100644 --- a/src/widget/qrwidget.h +++ b/src/widget/qrwidget.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 ebc932b0d..5c55215ba 100644 --- a/src/widget/searchform.cpp +++ b/src/widget/searchform.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015-2016 by The qTox Project Contributors + Copyright © 2015-2018 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 9bb3c90a4..4f5cdad83 100644 --- a/src/widget/searchform.h +++ b/src/widget/searchform.h @@ -1,5 +1,5 @@ /* - Copyright © 2015-2016 by The qTox Project Contributors + Copyright © 2015-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/widget/splitterrestorer.cpp b/src/widget/splitterrestorer.cpp index 8d95ac8d8..985c507d1 100644 --- a/src/widget/splitterrestorer.cpp +++ b/src/widget/splitterrestorer.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 fc61cc175..6f80b1c14 100644 --- a/src/widget/splitterrestorer.h +++ b/src/widget/splitterrestorer.h @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 4e5c8fe94..5003ff466 100644 --- a/src/widget/style.cpp +++ b/src/widget/style.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 3e5f9c0a8..b81708f70 100644 --- a/src/widget/style.h +++ b/src/widget/style.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 5985aa88c..7f857de42 100644 --- a/src/widget/systemtrayicon.cpp +++ b/src/widget/systemtrayicon.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 da3fc97e1..de5c7319e 100644 --- a/src/widget/systemtrayicon.h +++ b/src/widget/systemtrayicon.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 cfbb451c9..52db3ca1c 100644 --- a/src/widget/systemtrayicon_private.h +++ b/src/widget/systemtrayicon_private.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 c9ae9dc2b..d7048900c 100644 --- a/src/widget/tool/activatedialog.cpp +++ b/src/widget/tool/activatedialog.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 03bd1154b..d073f9a07 100644 --- a/src/widget/tool/activatedialog.h +++ b/src/widget/tool/activatedialog.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 c529d8797..dd68778ee 100644 --- a/src/widget/tool/adjustingscrollarea.cpp +++ b/src/widget/tool/adjustingscrollarea.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 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 b55fba4aa..a71a89b0e 100644 --- a/src/widget/tool/adjustingscrollarea.h +++ b/src/widget/tool/adjustingscrollarea.h @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 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 5abf4cdb7..f3048dd68 100644 --- a/src/widget/tool/callconfirmwidget.cpp +++ b/src/widget/tool/callconfirmwidget.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 c8bdfa46f..bbe1d164e 100644 --- a/src/widget/tool/callconfirmwidget.h +++ b/src/widget/tool/callconfirmwidget.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 2f2dd891c..b32271e62 100644 --- a/src/widget/tool/chattextedit.cpp +++ b/src/widget/tool/chattextedit.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 97e886830..ec6a56373 100644 --- a/src/widget/tool/chattextedit.h +++ b/src/widget/tool/chattextedit.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 5f6146ee5..1371110bd 100644 --- a/src/widget/tool/croppinglabel.cpp +++ b/src/widget/tool/croppinglabel.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 a52db9a84..9c9175b15 100644 --- a/src/widget/tool/croppinglabel.h +++ b/src/widget/tool/croppinglabel.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 837ab2ea8..bf4a587a1 100644 --- a/src/widget/tool/flyoutoverlaywidget.cpp +++ b/src/widget/tool/flyoutoverlaywidget.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2013 by Maxim Biro - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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.h b/src/widget/tool/flyoutoverlaywidget.h index febd7b08f..08f3d3f37 100644 --- a/src/widget/tool/flyoutoverlaywidget.h +++ b/src/widget/tool/flyoutoverlaywidget.h @@ -1,6 +1,6 @@ /* Copyright (C) 2013 by Maxim Biro - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/src/widget/tool/friendrequestdialog.cpp b/src/widget/tool/friendrequestdialog.cpp index 19b334e76..265c851e7 100644 --- a/src/widget/tool/friendrequestdialog.cpp +++ b/src/widget/tool/friendrequestdialog.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2013 by Maxim Biro - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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.cpp b/src/widget/tool/identicon.cpp index 9a8e9cda4..dc8cadd78 100644 --- a/src/widget/tool/identicon.cpp +++ b/src/widget/tool/identicon.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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.cpp b/src/widget/tool/movablewidget.cpp index 50d6614b6..ba0b68af0 100644 --- a/src/widget/tool/movablewidget.cpp +++ b/src/widget/tool/movablewidget.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 ff4e62d62..8e019a63d 100644 --- a/src/widget/tool/movablewidget.h +++ b/src/widget/tool/movablewidget.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 d1e1f0124..464e2d31a 100644 --- a/src/widget/tool/profileimporter.cpp +++ b/src/widget/tool/profileimporter.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015-2016 by The qTox Project Contributors + Copyright © 2015-2018 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 d3336902e..0a5b2d363 100644 --- a/src/widget/tool/profileimporter.h +++ b/src/widget/tool/profileimporter.h @@ -1,5 +1,5 @@ /* - Copyright © 2015-2016 by The qTox Project Contributors + Copyright © 2015-2018 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.cpp b/src/widget/tool/screengrabberchooserrectitem.cpp index 347075520..c6be812f3 100644 --- a/src/widget/tool/screengrabberchooserrectitem.cpp +++ b/src/widget/tool/screengrabberchooserrectitem.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 72f00f5ba..79bd8a699 100644 --- a/src/widget/tool/screengrabberchooserrectitem.h +++ b/src/widget/tool/screengrabberchooserrectitem.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 b6849a32f..6b0be3f43 100644 --- a/src/widget/tool/screengrabberoverlayitem.cpp +++ b/src/widget/tool/screengrabberoverlayitem.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 3706b1d27..898c9ccbc 100644 --- a/src/widget/tool/screengrabberoverlayitem.h +++ b/src/widget/tool/screengrabberoverlayitem.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 a05989243..45b18af88 100644 --- a/src/widget/tool/screenshotgrabber.cpp +++ b/src/widget/tool/screenshotgrabber.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 302507a30..f276ead0e 100644 --- a/src/widget/tool/screenshotgrabber.h +++ b/src/widget/tool/screenshotgrabber.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 dbb261308..45780e029 100644 --- a/src/widget/tool/toolboxgraphicsitem.cpp +++ b/src/widget/tool/toolboxgraphicsitem.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 dd92b0928..8b6885638 100644 --- a/src/widget/tool/toolboxgraphicsitem.h +++ b/src/widget/tool/toolboxgraphicsitem.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 e7b3a8158..fc05b3f7c 100644 --- a/src/widget/translator.cpp +++ b/src/widget/translator.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 908989758..631902184 100644 --- a/src/widget/translator.h +++ b/src/widget/translator.h @@ -1,5 +1,5 @@ /* - Copyright © 2015 by The qTox Project Contributors + Copyright © 2015-2018 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 2fcb2480b..44240d2d4 100644 --- a/src/widget/widget.cpp +++ b/src/widget/widget.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 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 6d69836cc..d530f6b9f 100644 --- a/src/widget/widget.h +++ b/src/widget/widget.h @@ -1,5 +1,5 @@ /* - Copyright © 2014-2015 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/test/chatlog/textformatter_test.cpp b/test/chatlog/textformatter_test.cpp index 91f0802e5..ca2d38624 100644 --- a/test/chatlog/textformatter_test.cpp +++ b/test/chatlog/textformatter_test.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 d3beed2e1..f8a174fdb 100644 --- a/test/core/toxid_test.cpp +++ b/test/core/toxid_test.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/test/core/toxpk_test.cpp b/test/core/toxpk_test.cpp index 81898db4c..49dadfa33 100644 --- a/test/core/toxpk_test.cpp +++ b/test/core/toxpk_test.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 e071bdc6a..de01126cd 100644 --- a/test/net/toxmedata_test.cpp +++ b/test/net/toxmedata_test.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 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 7e95c6cdd..688e107a4 100644 --- a/test/platform/posixsignalnotifier_test.cpp +++ b/test/platform/posixsignalnotifier_test.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2017 by The qTox Project Contributors + Copyright © 2017-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/tools/create-tarball.sh b/tools/create-tarball.sh index dcb9bde44..31b4d915f 100755 --- a/tools/create-tarball.sh +++ b/tools/create-tarball.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright © 2017 The qTox Project Contributors +# Copyright © 2017-2018 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/tools/format-code.sh b/tools/format-code.sh index 8bb7b9f5a..23b4c9760 100755 --- a/tools/format-code.sh +++ b/tools/format-code.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright © 2017 The qTox Project Contributors +# Copyright © 2017-2018 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/tools/update-versions.sh b/tools/update-versions.sh index 64c2801c6..1ad03b408 100755 --- a/tools/update-versions.sh +++ b/tools/update-versions.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright © 2016-2017 The qTox Project Contributors +# Copyright © 2016-2018 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/updater/main.cpp b/updater/main.cpp index 9512a5055..c8f034482 100644 --- a/updater/main.cpp +++ b/updater/main.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/updater/serialize.cpp b/updater/serialize.cpp index 7e70d1656..2f277bddb 100644 --- a/updater/serialize.cpp +++ b/updater/serialize.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/updater/serialize.h b/updater/serialize.h index a74203419..c7f815849 100644 --- a/updater/serialize.h +++ b/updater/serialize.h @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/updater/update.cpp b/updater/update.cpp index bfb3f990b..a40668ecd 100644 --- a/updater/update.cpp +++ b/updater/update.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/updater/update.h b/updater/update.h index 321edf13b..9b9b8d5ac 100644 --- a/updater/update.h +++ b/updater/update.h @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/updater/widget.cpp b/updater/widget.cpp index 3c4f31377..2cdf10b3e 100644 --- a/updater/widget.cpp +++ b/updater/widget.cpp @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/updater/widget.h b/updater/widget.h index b59132df9..f2ef2749e 100644 --- a/updater/widget.h +++ b/updater/widget.h @@ -1,5 +1,5 @@ /* - Copyright © 2014 by The qTox Project Contributors + Copyright © 2014-2018 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. diff --git a/windows/generate-icon.sh b/windows/generate-icon.sh index 42c3750a6..7545f407e 100644 --- a/windows/generate-icon.sh +++ b/windows/generate-icon.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright © 2017 The qTox Project Contributors +# Copyright © 2017-2018 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