From 14a7d298f46352f13e9381954d3c36223a71d3d1 Mon Sep 17 00:00:00 2001 From: Bill Winslow Date: Sun, 6 Jul 2014 12:19:45 -0400 Subject: [PATCH] Added GPL header to all source files --- audiobuffer.cpp | 16 ++++++++++++++++ audiobuffer.h | 16 ++++++++++++++++ friend.cpp | 16 ++++++++++++++++ friend.h | 16 ++++++++++++++++ friendlist.cpp | 16 ++++++++++++++++ friendlist.h | 16 ++++++++++++++++ group.cpp | 16 ++++++++++++++++ group.h | 16 ++++++++++++++++ grouplist.cpp | 16 ++++++++++++++++ grouplist.h | 16 ++++++++++++++++ main.cpp | 16 ++++++++++++++++ res.qrc | 16 ++++++++++++++++ toxgui.pro | 16 ++++++++++++++++ widget.ui | 16 ++++++++++++++++ widget/camera.cpp | 16 ++++++++++++++++ widget/camera.h | 16 ++++++++++++++++ widget/filetransfertwidget.cpp | 16 ++++++++++++++++ widget/filetransfertwidget.h | 16 ++++++++++++++++ widget/form/addfriendform.cpp | 16 ++++++++++++++++ widget/form/addfriendform.h | 16 ++++++++++++++++ widget/form/chatform.cpp | 16 ++++++++++++++++ widget/form/chatform.h | 16 ++++++++++++++++ widget/form/groupchatform.cpp | 16 ++++++++++++++++ widget/form/groupchatform.h | 16 ++++++++++++++++ widget/form/settingsform.cpp | 16 ++++++++++++++++ widget/form/settingsform.h | 16 ++++++++++++++++ widget/friendwidget.cpp | 16 ++++++++++++++++ widget/friendwidget.h | 16 ++++++++++++++++ widget/groupwidget.cpp | 16 ++++++++++++++++ widget/groupwidget.h | 16 ++++++++++++++++ widget/netcamview.cpp | 16 ++++++++++++++++ widget/netcamview.h | 16 ++++++++++++++++ widget/selfcamview.cpp | 16 ++++++++++++++++ widget/selfcamview.h | 16 ++++++++++++++++ widget/tool/chattextedit.cpp | 16 ++++++++++++++++ widget/tool/chattextedit.h | 16 ++++++++++++++++ widget/tool/clickablelabel.cpp | 16 ++++++++++++++++ widget/tool/clickablelabel.h | 16 ++++++++++++++++ widget/videosurface.cpp | 16 ++++++++++++++++ widget/videosurface.h | 16 ++++++++++++++++ widget/widget.cpp | 16 ++++++++++++++++ widget/widget.h | 16 ++++++++++++++++ 42 files changed, 672 insertions(+) diff --git a/audiobuffer.cpp b/audiobuffer.cpp index 9d7900d05..9ca0960bb 100644 --- a/audiobuffer.cpp +++ b/audiobuffer.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "audiobuffer.h" AudioBuffer::AudioBuffer() : diff --git a/audiobuffer.h b/audiobuffer.h index 88cef0375..e94b70447 100644 --- a/audiobuffer.h +++ b/audiobuffer.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef AUDIOBUFFER_H #define AUDIOBUFFER_H diff --git a/friend.cpp b/friend.cpp index b44bd127f..3283a1971 100644 --- a/friend.cpp +++ b/friend.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "friend.h" #include "friendlist.h" #include "widget/friendwidget.h" diff --git a/friend.h b/friend.h index d4a40a6cc..8730ae435 100644 --- a/friend.h +++ b/friend.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef FRIEND_H #define FRIEND_H diff --git a/friendlist.cpp b/friendlist.cpp index 35da62f2a..08ecb903d 100644 --- a/friendlist.cpp +++ b/friendlist.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "friend.h" #include "friendlist.h" #include diff --git a/friendlist.h b/friendlist.h index 5af8175cf..b0f1279b7 100644 --- a/friendlist.h +++ b/friendlist.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef FRIENDLIST_H #define FRIENDLIST_H diff --git a/group.cpp b/group.cpp index f85857208..88e8a13a7 100644 --- a/group.cpp +++ b/group.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "group.h" #include "widget/groupwidget.h" #include "widget/form/groupchatform.h" diff --git a/group.h b/group.h index 0fcf5f7e0..aa996978e 100644 --- a/group.h +++ b/group.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef GROUP_H #define GROUP_H diff --git a/grouplist.cpp b/grouplist.cpp index c9079dd08..767faa88f 100644 --- a/grouplist.cpp +++ b/grouplist.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "grouplist.h" #include "group.h" diff --git a/grouplist.h b/grouplist.h index 976c32926..313ec9b0d 100644 --- a/grouplist.h +++ b/grouplist.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef GROUPLIST_H #define GROUPLIST_H diff --git a/main.cpp b/main.cpp index 1f3dc01e2..fa3c6d3ab 100644 --- a/main.cpp +++ b/main.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "widget/widget.h" #include "settings.h" #include diff --git a/res.qrc b/res.qrc index 1281585db..ab9527224 100644 --- a/res.qrc +++ b/res.qrc @@ -1,3 +1,19 @@ + + res/settings.ini diff --git a/toxgui.pro b/toxgui.pro index 0366f5ef4..d69544106 100644 --- a/toxgui.pro +++ b/toxgui.pro @@ -4,6 +4,22 @@ # #------------------------------------------------- + +# Copyright (C) 2014 by Project Tox +# +# This file is part of qTox, a Qt-based graphical interface for Tox. +# +# This program is libre software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# +# See the COPYING file for more details. + + QT += core gui network multimedia multimediawidgets greaterThan(QT_MAJOR_VERSION, 4): QT += widgets diff --git a/widget.ui b/widget.ui index 9a3adb30e..5faffb8d4 100644 --- a/widget.ui +++ b/widget.ui @@ -1,4 +1,20 @@ + + Widget diff --git a/widget/camera.cpp b/widget/camera.cpp index 0c35e333b..a54ac2479 100644 --- a/widget/camera.cpp +++ b/widget/camera.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "camera.h" #include #include diff --git a/widget/camera.h b/widget/camera.h index 8c51fa4c5..dd085b61b 100644 --- a/widget/camera.h +++ b/widget/camera.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef CAMERA_H #define CAMERA_H diff --git a/widget/filetransfertwidget.cpp b/widget/filetransfertwidget.cpp index 4d933cc13..869a20755 100644 --- a/widget/filetransfertwidget.cpp +++ b/widget/filetransfertwidget.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "filetransfertwidget.h" #include "widget.h" #include "core.h" diff --git a/widget/filetransfertwidget.h b/widget/filetransfertwidget.h index a9307918f..06a477484 100644 --- a/widget/filetransfertwidget.h +++ b/widget/filetransfertwidget.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef FILETRANSFERTWIDGET_H #define FILETRANSFERTWIDGET_H diff --git a/widget/form/addfriendform.cpp b/widget/form/addfriendform.cpp index dc47c769b..76072b230 100644 --- a/widget/form/addfriendform.cpp +++ b/widget/form/addfriendform.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "addfriendform.h" #include diff --git a/widget/form/addfriendform.h b/widget/form/addfriendform.h index de049b49a..7f2263827 100644 --- a/widget/form/addfriendform.h +++ b/widget/form/addfriendform.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef ADDFRIENDFORM_H #define ADDFRIENDFORM_H diff --git a/widget/form/chatform.cpp b/widget/form/chatform.cpp index 2afbc6fe6..2c7db1141 100644 --- a/widget/form/chatform.cpp +++ b/widget/form/chatform.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "chatform.h" #include "friend.h" #include "widget/friendwidget.h" diff --git a/widget/form/chatform.h b/widget/form/chatform.h index fa7d6f590..aa5f5430d 100644 --- a/widget/form/chatform.h +++ b/widget/form/chatform.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef CHATFORM_H #define CHATFORM_H diff --git a/widget/form/groupchatform.cpp b/widget/form/groupchatform.cpp index 2cc4260a0..e39b53c52 100644 --- a/widget/form/groupchatform.cpp +++ b/widget/form/groupchatform.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "groupchatform.h" #include "group.h" #include "widget/groupwidget.h" diff --git a/widget/form/groupchatform.h b/widget/form/groupchatform.h index d04c086b2..b4ac9a5ce 100644 --- a/widget/form/groupchatform.h +++ b/widget/form/groupchatform.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef GROUPCHATFORM_H #define GROUPCHATFORM_H diff --git a/widget/form/settingsform.cpp b/widget/form/settingsform.cpp index 9a03587b0..c79a75a8c 100644 --- a/widget/form/settingsform.cpp +++ b/widget/form/settingsform.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "settingsform.h" #include "widget/widget.h" #include "settings.h" diff --git a/widget/form/settingsform.h b/widget/form/settingsform.h index 0091e8fe8..db66a410a 100644 --- a/widget/form/settingsform.h +++ b/widget/form/settingsform.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef SETTINGSFORM_H #define SETTINGSFORM_H diff --git a/widget/friendwidget.cpp b/widget/friendwidget.cpp index d45dafb17..845bf816c 100644 --- a/widget/friendwidget.cpp +++ b/widget/friendwidget.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "friendwidget.h" #include "group.h" #include "grouplist.h" diff --git a/widget/friendwidget.h b/widget/friendwidget.h index 22c919716..091f78c69 100644 --- a/widget/friendwidget.h +++ b/widget/friendwidget.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef FRIENDWIDGET_H #define FRIENDWIDGET_H diff --git a/widget/groupwidget.cpp b/widget/groupwidget.cpp index 9fc21196f..3938ac2e9 100644 --- a/widget/groupwidget.cpp +++ b/widget/groupwidget.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "groupwidget.h" #include "grouplist.h" #include "group.h" diff --git a/widget/groupwidget.h b/widget/groupwidget.h index 39a1b70a5..fe66a2371 100644 --- a/widget/groupwidget.h +++ b/widget/groupwidget.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef GROUPWIDGET_H #define GROUPWIDGET_H diff --git a/widget/netcamview.cpp b/widget/netcamview.cpp index a57787713..c60f255ca 100644 --- a/widget/netcamview.cpp +++ b/widget/netcamview.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "netcamview.h" NetCamView::NetCamView(QWidget* parent) diff --git a/widget/netcamview.h b/widget/netcamview.h index 5adfaeeba..8aa7efe95 100644 --- a/widget/netcamview.h +++ b/widget/netcamview.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef NETCAMVIEW_H #define NETCAMVIEW_H diff --git a/widget/selfcamview.cpp b/widget/selfcamview.cpp index 30eabc798..d38b773dd 100644 --- a/widget/selfcamview.cpp +++ b/widget/selfcamview.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "selfcamview.h" #include #include diff --git a/widget/selfcamview.h b/widget/selfcamview.h index b7adadedd..328168299 100644 --- a/widget/selfcamview.h +++ b/widget/selfcamview.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef SELFCAMVIEW_H #define SELFCAMVIEW_H diff --git a/widget/tool/chattextedit.cpp b/widget/tool/chattextedit.cpp index f5bf7cf6a..face13191 100644 --- a/widget/tool/chattextedit.cpp +++ b/widget/tool/chattextedit.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "chattextedit.h" #include diff --git a/widget/tool/chattextedit.h b/widget/tool/chattextedit.h index 338ff09ed..f8a1cb73a 100644 --- a/widget/tool/chattextedit.h +++ b/widget/tool/chattextedit.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef CHATTEXTEDIT_H #define CHATTEXTEDIT_H diff --git a/widget/tool/clickablelabel.cpp b/widget/tool/clickablelabel.cpp index 1e1b61f9d..9e61becff 100644 --- a/widget/tool/clickablelabel.cpp +++ b/widget/tool/clickablelabel.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "clickablelabel.h" ClickableLabel::ClickableLabel(QWidget *parent) : diff --git a/widget/tool/clickablelabel.h b/widget/tool/clickablelabel.h index 78b1be2b6..db475ee1c 100644 --- a/widget/tool/clickablelabel.h +++ b/widget/tool/clickablelabel.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef CLICKABLELABEL_H #define CLICKABLELABEL_H diff --git a/widget/videosurface.cpp b/widget/videosurface.cpp index c0ce530d3..468eb34d7 100644 --- a/widget/videosurface.cpp +++ b/widget/videosurface.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "videosurface.h" #include "core.h" #include diff --git a/widget/videosurface.h b/widget/videosurface.h index 3e3a770d8..c93ed2c8f 100644 --- a/widget/videosurface.h +++ b/widget/videosurface.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef VIDEOSURFACE_H #define VIDEOSURFACE_H diff --git a/widget/widget.cpp b/widget/widget.cpp index 44352ad0d..429171fd2 100644 --- a/widget/widget.cpp +++ b/widget/widget.cpp @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #include "widget.h" #include "ui_widget.h" #include "settings.h" diff --git a/widget/widget.h b/widget/widget.h index 4168e2f7a..cd0fb5991 100644 --- a/widget/widget.h +++ b/widget/widget.h @@ -1,3 +1,19 @@ +/* + Copyright (C) 2014 by Project Tox + + This file is part of qTox, a Qt-based graphical interface for Tox. + + This program is libre software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + See the COPYING file for more details. +*/ + #ifndef WIDGET_H #define WIDGET_H