X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fcoresessionwidget.h;h=a62e6b043116be590a4622fda301de1d31701569;hp=f428875f410ddad8e1842713cb9fec7ba9d0618c;hb=e625531efd04c0e77e540fbb1a0fc80457bc7aba;hpb=2c4e055125a3e3ab7a2bd0d9c0ea33415f6ce7cc diff --git a/src/qtui/coresessionwidget.h b/src/qtui/coresessionwidget.h index f428875f..a62e6b04 100644 --- a/src/qtui/coresessionwidget.h +++ b/src/qtui/coresessionwidget.h @@ -1,13 +1,29 @@ -// -// Created by kuschku on 27.08.17. -// +/*************************************************************************** + * Copyright (C) 2005-2016 by the Quassel Project * + * devel@quassel-irc.org * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) version 3. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + ***************************************************************************/ #ifndef CORESESSIONWIDGET_H #define CORESESSIONWIDGET_H -#include +#include #include -#include +#include class CoreSessionWidget: public QWidget {