Browse Source

chore(legal): update copyright date to 2018 for all source files

reviewable/pr5079/r2
Anthony Bilinski 7 years ago
parent
commit
5dc4e6de81
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 2
      .travis/build-docs.sh
  2. 2
      .travis/build-gitstats.sh
  3. 2
      .travis/build-osx.sh
  4. 2
      .travis/build-ubuntu-14-04.sh
  5. 2
      .travis/deploy-docs.sh
  6. 2
      .travis/deploy-gitstats.sh
  7. 2
      .travis/deploy-jenkins-branch.sh
  8. 2
      .travis/verify-commit-format.sh
  9. 2
      osx/createdmg
  10. 2
      osx/qTox-Mac-Deployer-ULTIMATE.sh
  11. 2
      osx/update-plist-version.sh
  12. 2
      src/audio/audio.cpp
  13. 2
      src/audio/audio.h
  14. 2
      src/audio/backend/openal.cpp
  15. 2
      src/audio/backend/openal.h
  16. 2
      src/audio/backend/openal2.cpp
  17. 2
      src/audio/backend/openal2.h
  18. 2
      src/chatlog/chatline.cpp
  19. 2
      src/chatlog/chatline.h
  20. 2
      src/chatlog/chatlinecontent.cpp
  21. 2
      src/chatlog/chatlinecontent.h
  22. 2
      src/chatlog/chatlinecontentproxy.cpp
  23. 2
      src/chatlog/chatlinecontentproxy.h
  24. 2
      src/chatlog/chatlog.cpp
  25. 2
      src/chatlog/chatlog.h
  26. 2
      src/chatlog/chatmessage.cpp
  27. 2
      src/chatlog/chatmessage.h
  28. 2
      src/chatlog/content/filetransferwidget.cpp
  29. 2
      src/chatlog/content/filetransferwidget.h
  30. 2
      src/chatlog/content/image.cpp
  31. 2
      src/chatlog/content/image.h
  32. 2
      src/chatlog/content/notificationicon.cpp
  33. 2
      src/chatlog/content/notificationicon.h
  34. 2
      src/chatlog/content/spinner.cpp
  35. 2
      src/chatlog/content/spinner.h
  36. 2
      src/chatlog/content/text.cpp
  37. 2
      src/chatlog/content/text.h
  38. 2
      src/chatlog/content/timestamp.cpp
  39. 2
      src/chatlog/content/timestamp.h
  40. 2
      src/chatlog/customtextdocument.cpp
  41. 2
      src/chatlog/customtextdocument.h
  42. 2
      src/chatlog/documentcache.cpp
  43. 2
      src/chatlog/documentcache.h
  44. 2
      src/chatlog/pixmapcache.cpp
  45. 2
      src/chatlog/pixmapcache.h
  46. 2
      src/chatlog/textformatter.cpp
  47. 2
      src/chatlog/textformatter.h
  48. 2
      src/core/core.cpp
  49. 2
      src/core/core.h
  50. 2
      src/core/coreav.cpp
  51. 2
      src/core/coreav.h
  52. 2
      src/core/corefile.cpp
  53. 2
      src/core/corefile.h
  54. 2
      src/core/dhtserver.cpp
  55. 2
      src/core/dhtserver.h
  56. 2
      src/core/recursivesignalblocker.cpp
  57. 2
      src/core/recursivesignalblocker.h
  58. 2
      src/core/toxencrypt.cpp
  59. 2
      src/core/toxencrypt.h
  60. 2
      src/core/toxid.cpp
  61. 2
      src/core/toxid.h
  62. 2
      src/core/toxstring.cpp
  63. 2
      src/core/toxstring.h
  64. 2
      src/friendlist.cpp
  65. 2
      src/friendlist.h
  66. 2
      src/grouplist.cpp
  67. 2
      src/grouplist.h
  68. 2
      src/ipc.cpp
  69. 2
      src/ipc.h
  70. 2
      src/main.cpp
  71. 2
      src/model/contact.cpp
  72. 2
      src/model/contact.h
  73. 2
      src/model/friend.cpp
  74. 2
      src/model/friend.h
  75. 2
      src/model/group.cpp
  76. 2
      src/model/group.h
  77. 2
      src/model/groupinvite.cpp
  78. 2
      src/model/groupinvite.h
  79. 2
      src/model/profile/iprofileinfo.h
  80. 2
      src/model/profile/profileinfo.cpp
  81. 2
      src/model/profile/profileinfo.h
  82. 2
      src/net/autoupdate.cpp
  83. 2
      src/net/autoupdate.h
  84. 2
      src/net/avatarbroadcaster.cpp
  85. 2
      src/net/avatarbroadcaster.h
  86. 2
      src/net/toxme.cpp
  87. 2
      src/net/toxme.h
  88. 2
      src/net/toxmedata.cpp
  89. 2
      src/net/toxmedata.h
  90. 2
      src/net/toxuri.cpp
  91. 2
      src/net/toxuri.h
  92. 2
      src/nexus.cpp
  93. 2
      src/nexus.h
  94. 2
      src/persistence/db/rawdatabase.cpp
  95. 2
      src/persistence/history.cpp
  96. 2
      src/persistence/history.h
  97. 2
      src/persistence/offlinemsgengine.cpp
  98. 2
      src/persistence/offlinemsgengine.h
  99. 2
      src/persistence/profile.cpp
  100. 2
      src/persistence/profile.h
  101. Some files were not shown because too many files have changed in this diff Show More

2
.travis/build-docs.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # This program is libre software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

2
.travis/build-gitstats.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

2
.travis/build-osx.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # This program is libre software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

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

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # This program is libre software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

2
.travis/deploy-docs.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # This program is libre software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

2
.travis/deploy-gitstats.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

2
.travis/deploy-jenkins-branch.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # This program is libre software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

2
.travis/verify-commit-format.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# #
# Copyright © 2016 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 # This program is libre software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

2
osx/createdmg

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

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

@ -2,7 +2,7 @@
# #
# Copyright © 2015 by RowenStipe # 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 # This program is libre software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

2
osx/update-plist-version.sh

@ -1,6 +1,6 @@
#!/bin/bash #!/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 # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

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

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

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

2
src/audio/backend/openal.h

@ -1,5 +1,5 @@
/* /*
Copyright © 2014-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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
src/audio/backend/openal2.cpp

@ -1,5 +1,5 @@
/* /*
Copyright © 2017 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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
src/audio/backend/openal2.h

@ -1,5 +1,5 @@
/* /*
Copyright © 2014-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. This file is part of qTox, a Qt-based graphical interface for Tox.

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

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

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

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

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

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

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

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

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

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

2
src/chatlog/content/filetransferwidget.cpp

@ -1,5 +1,5 @@
/* /*
Copyright © 2014-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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
src/chatlog/content/filetransferwidget.h

@ -1,5 +1,5 @@
/* /*
Copyright © 2014-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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
src/chatlog/content/image.cpp

@ -1,5 +1,5 @@
/* /*
Copyright © 2014-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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
src/chatlog/content/image.h

@ -1,5 +1,5 @@
/* /*
Copyright © 2014-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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
src/chatlog/content/notificationicon.cpp

@ -1,5 +1,5 @@
/* /*
Copyright © 2015 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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
src/chatlog/content/notificationicon.h

@ -1,5 +1,5 @@
/* /*
Copyright © 2014-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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
src/chatlog/content/spinner.cpp

@ -1,5 +1,5 @@
/* /*
Copyright © 2014-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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
src/chatlog/content/spinner.h

@ -1,5 +1,5 @@
/* /*
Copyright © 2014-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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
src/chatlog/content/text.cpp

@ -1,5 +1,5 @@
/* /*
Copyright © 2014-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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
src/chatlog/content/text.h

@ -1,5 +1,5 @@
/* /*
Copyright © 2014-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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
src/chatlog/content/timestamp.cpp

@ -1,5 +1,5 @@
/* /*
Copyright © 2015 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. This file is part of qTox, a Qt-based graphical interface for Tox.

2
src/chatlog/content/timestamp.h

@ -1,5 +1,5 @@
/* /*
Copyright © 2015 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. This file is part of qTox, a Qt-based graphical interface for Tox.

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

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

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

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

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

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

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

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

2
src/core/core.cpp

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

2
src/core/core.h

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

2
src/core/coreav.cpp

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

2
src/core/coreav.h

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save