fixed license in retroshare-gui/src/chat/ and main files

This commit is contained in:
csoler 2018-07-20 19:48:29 +02:00
parent d3e690b0d6
commit cd9a2db4e3
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C
33 changed files with 693 additions and 650 deletions

View File

@ -1,26 +1,25 @@
/**************************************************************** /*******************************************************************************
* This file is distributed under the following license: * control/bandwidthevent.h *
* * *
* Copyright (c) 2006-2007, crypton * LibResAPI: API for local socket server *
* Copyright (c) 2006, Matt Edman, Justin Hipple * *
* * Copyright (c) 2006-2007, crypton *
* This program is free software; you can redistribute it and/or * Copyright (c) 2006, Matt Edman, Justin Hipple *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#ifndef _BANDWIDTHEVENT_H #ifndef _BANDWIDTHEVENT_H
#define _BANDWIDTHEVENT_H #define _BANDWIDTHEVENT_H
#include "eventtype.h" #include "eventtype.h"

View File

@ -1,26 +1,25 @@
/**************************************************************** /*******************************************************************************
* This file is distributed under the following license: * control/eventtype.h *
* * *
* Copyright (c) 2006-2007, crypton * LibResAPI: API for local socket server *
* Copyright (c) 2006, Matt Edman, Justin Hipple * *
* * Copyright (c) 2006-2007, crypton *
* This program is free software; you can redistribute it and/or * Copyright (c) 2006, Matt Edman, Justin Hipple *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#ifndef _EVENTTYPE_H #ifndef _EVENTTYPE_H
#define _EVENTTYPE_H #define _EVENTTYPE_H

View File

@ -1,25 +1,24 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/advsearch/advancedsearchdialog.cpp *
* * *
* Copyright (C) 2006, 2007 The RetroShare Team * LibResAPI: API for local socket server *
* * *
* This program is free software; you can redistribute it and/or * Copyright (C) RetroShare Team <retroshare.project@gmail.com> *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#include "advancedsearchdialog.h"
AdvancedSearchDialog::AdvancedSearchDialog(QWidget * parent) : QDialog (parent) AdvancedSearchDialog::AdvancedSearchDialog(QWidget * parent) : QDialog (parent)
{ {

View File

@ -1,23 +1,24 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/advsearch/advancedsearchdialog.h *
* * *
* Copyright (C) 2006, 2007 The RetroShare Team * LibResAPI: API for local socket server *
* * *
* This program is free software; you can redistribute it and/or * Copyright (C) RetroShare Team <retroshare.project@gmail.com> *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#ifndef _AdvancedSearch_h_ #ifndef _AdvancedSearch_h_
#define _AdvancedSearch_h_ #define _AdvancedSearch_h_

View File

@ -1,24 +1,24 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/advsearch/expressionwidget.cpp *
* * *
* Copyright (C) 2006, 2007 The RetroShare Team * LibResAPI: API for local socket server *
* * *
* This program is free software; you can redistribute it and/or * Copyright (C) RetroShare Team <retroshare.project@gmail.com> *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#include "expressionwidget.h" #include "expressionwidget.h"
ExpressionWidget::ExpressionWidget(QWidget * parent, bool initial) : QWidget(parent) ExpressionWidget::ExpressionWidget(QWidget * parent, bool initial) : QWidget(parent)

View File

@ -1,23 +1,24 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/advsearch/expressionwidget.h *
* * *
* Copyright (C) 2006, 2007 The RetroShare Team * LibResAPI: API for local socket server *
* * *
* This program is free software; you can redistribute it and/or * Copyright (C) RetroShare Team <retroshare.project@gmail.com> *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#ifndef _ExpressionWidget_h_ #ifndef _ExpressionWidget_h_
#define _ExpressionWidget_h_ #define _ExpressionWidget_h_
#include <iostream> #include <iostream>

View File

@ -1,23 +1,24 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/advsearch/guiexprelement.cpp *
* * *
* Copyright (C) 2006, 2007 The RetroShare Team * LibResAPI: API for local socket server *
* * *
* This program is free software; you can redistribute it and/or * Copyright (C) RetroShare Team <retroshare.project@gmail.com> *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#include "guiexprelement.h" #include "guiexprelement.h"
#define STR_FIELDS_MIN_WIDTH 200 #define STR_FIELDS_MIN_WIDTH 200

View File

@ -1,23 +1,24 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/advsearch/guiexprelement.h *
* * *
* Copyright (C) 2006, 2007 The RetroShare Team * LibResAPI: API for local socket server *
* * *
* This program is free software; you can redistribute it and/or * Copyright (C) RetroShare Team <retroshare.project@gmail.com> *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#ifndef _GuiExprElement_h_ #ifndef _GuiExprElement_h_
#define _GuiExprElement_h_ #define _GuiExprElement_h_

View File

@ -1,24 +1,24 @@
/**************************************************************** /*******************************************************************************
* * gui/chat/ChatDialog.cpp *
* RetroShare is distributed under the following license: * *
* * LibResAPI: API for local socket server *
* Copyright (C) 2011, RetroShare Team * *
* * Copyright (C) 2011 RetroShare Team <retroshare.project@gmail.com> *
* This program is free software; you can redistribute it and/or * *
* modify it under the terms of the GNU General Public License * This program is free software: you can redistribute it and/or modify *
* as published by the Free Software Foundation; either version 2 * it under the terms of the GNU Affero General Public License as *
* of the License, or (at your option) any later version. * 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 * This program is distributed in the hope that it will be useful, *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* * GNU Affero 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 * You should have received a copy of the GNU Affero General Public License *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * along with this program. If not, see <https://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. * *
****************************************************************/ *******************************************************************************/
#include <QMessageBox> #include <QMessageBox>
#include <QCloseEvent> #include <QCloseEvent>

View File

@ -1,24 +1,24 @@
/**************************************************************** /*******************************************************************************
* * gui/chat/ChatDialog.h *
* RetroShare is distributed under the following license: * *
* * LibResAPI: API for local socket server *
* Copyright (C) 2011, RetroShare Team * *
* * Copyright (C) 2011 RetroShare Team <retroshare.project@gmail.com> *
* This program is free software; you can redistribute it and/or * *
* modify it under the terms of the GNU General Public License * This program is free software: you can redistribute it and/or modify *
* as published by the Free Software Foundation; either version 2 * it under the terms of the GNU Affero General Public License as *
* of the License, or (at your option) any later version. * 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 * This program is distributed in the hope that it will be useful, *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* * GNU Affero 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 * You should have received a copy of the GNU Affero General Public License *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * along with this program. If not, see <https://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. * *
****************************************************************/ *******************************************************************************/
#ifndef CHATDIALOG_H #ifndef CHATDIALOG_H
#define CHATDIALOG_H #define CHATDIALOG_H

View File

@ -1,27 +1,24 @@
/**************************************************************** /*******************************************************************************
* * gui/chat/ChatLobbyDialog.cpp *
* RetroShare is distributed under the following license: * *
* * LibResAPI: API for local socket server *
* Copyright (C) 2011, csoler * *
* * Copyright (C) 2006 Cyril Soler <csoler@users.sourceforge.net> *
* This program is free software; you can redistribute it and/or * *
* modify it under the terms of the GNU General Public License * This program is free software: you can redistribute it and/or modify *
* as published by the Free Software Foundation; either version 2 * it under the terms of the GNU Affero General Public License as *
* of the License, or (at your option) any later version. * 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 * This program is distributed in the hope that it will be useful, *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* * GNU Affero 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 * You should have received a copy of the GNU Affero General Public License *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * along with this program. If not, see <https://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. * *
* *******************************************************************************/
****************************************************************/
#include <QInputDialog> #include <QInputDialog>
#include <QMenu> #include <QMenu>
#include <QMessageBox> #include <QMessageBox>

View File

@ -1,25 +1,24 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/chat/ChatLobbyDialog.h *
* * *
* Copyright (C) 2006, crypton * LibResAPI: API for local socket server *
* * *
* This program is free software; you can redistribute it and/or * Copyright (C) 2006 Crypton *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#ifndef _CHATLOBBYDIALOG_H #ifndef _CHATLOBBYDIALOG_H
#define _CHATLOBBYDIALOG_H #define _CHATLOBBYDIALOG_H

View File

@ -1,23 +1,24 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/chat/ChatLobbyUserNotify.cpp *
* * *
* Copyright (C) 2014 RetroShare Team * LibResAPI: API for local socket server *
* * *
* This program is free software; you can redistribute it and/or * Copyright (C) 2014 Retroshare Team <retroshare.project@gmail.com> *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#include <QTime> #include <QTime>
#include <QMenu> #include <QMenu>

View File

@ -1,23 +1,24 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/chat/ChatLobbyUserNotify.h *
* * *
* Copyright (C) 2014 RetroShare Team * LibResAPI: API for local socket server *
* * *
* This program is free software; you can redistribute it and/or * Copyright (C) 2014 Retroshare Team <retroshare.project@gmail.com> *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#ifndef CHATLOBBYUSERNOTIFY_H #ifndef CHATLOBBYUSERNOTIFY_H
#define CHATLOBBYUSERNOTIFY_H #define CHATLOBBYUSERNOTIFY_H

View File

@ -1,24 +1,24 @@
/**************************************************************** /*******************************************************************************
* * gui/chat/ChatStyle.cpp *
* RetroShare is distributed under the following license: * *
* * LibResAPI: API for local socket server *
* Copyright (C) 2006, Thunder * *
* * Copyright (C) 2006, Thunder *
* This program is free software; you can redistribute it and/or * *
* modify it under the terms of the GNU General Public License * This program is free software: you can redistribute it and/or modify *
* as published by the Free Software Foundation; either version 2 * it under the terms of the GNU Affero General Public License as *
* of the License, or (at your option) any later version. * 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 * This program is distributed in the hope that it will be useful, *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* * GNU Affero 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 * You should have received a copy of the GNU Affero General Public License *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * along with this program. If not, see <https://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. * *
****************************************************************/ *******************************************************************************/
/* Directory tree for stylesheets: /* Directory tree for stylesheets:

View File

@ -1,24 +1,24 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/chat/ChatStyle.h *
* * *
* Copyright (C) 2006, Thunder * LibResAPI: API for local socket server *
* * *
* This program is free software; you can redistribute it and/or * Copyright (C) 2006, Thunder *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#ifndef _CHATSTYLE_H #ifndef _CHATSTYLE_H
#define _CHATSTYLE_H #define _CHATSTYLE_H

View File

@ -1,24 +1,24 @@
/**************************************************************** /*******************************************************************************
* * gui/chat/ChatTabWidget.cpp *
* RetroShare is distributed under the following license: * *
* * LibResAPI: API for local socket server *
* Copyright (C) 2011, RetroShare Team * *
* * Copyright (C) 2011, Retroshare Team <retroshare.project@gmail.com> *
* This program is free software; you can redistribute it and/or * *
* modify it under the terms of the GNU General Public License * This program is free software: you can redistribute it and/or modify *
* as published by the Free Software Foundation; either version 2 * it under the terms of the GNU Affero General Public License as *
* of the License, or (at your option) any later version. * 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 * This program is distributed in the hope that it will be useful, *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* * GNU Affero 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 * You should have received a copy of the GNU Affero General Public License *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * along with this program. If not, see <https://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. * *
****************************************************************/ *******************************************************************************/
#include <QTabBar> #include <QTabBar>

View File

@ -1,24 +1,24 @@
/**************************************************************** /*******************************************************************************
* * gui/chat/ChatTabWidget.h *
* RetroShare is distributed under the following license: * *
* * LibResAPI: API for local socket server *
* Copyright (C) 2011, RetroShare Team * *
* * Copyright (C) 2011, Retroshare Team <retroshare.project@gmail.com> *
* This program is free software; you can redistribute it and/or * *
* modify it under the terms of the GNU General Public License * This program is free software: you can redistribute it and/or modify *
* as published by the Free Software Foundation; either version 2 * it under the terms of the GNU Affero General Public License as *
* of the License, or (at your option) any later version. * 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 * This program is distributed in the hope that it will be useful, *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* * GNU Affero 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 * You should have received a copy of the GNU Affero General Public License *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * along with this program. If not, see <https://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. * *
****************************************************************/ *******************************************************************************/
#ifndef CHATTABWIDGET_H #ifndef CHATTABWIDGET_H
#define CHATTABWIDGET_H #define CHATTABWIDGET_H

View File

@ -1,23 +1,24 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/chat/ChatUserNotify.cpp *
* * *
* Copyright (C) 2012 RetroShare Team * LibResAPI: API for local socket server *
* * *
* This program is free software; you can redistribute it and/or * Copyright (C) 2012, Retroshare Team <retroshare.project@gmail.com> *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#include "ChatUserNotify.h" #include "ChatUserNotify.h"
#include "gui/notifyqt.h" #include "gui/notifyqt.h"

View File

@ -1,23 +1,24 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/chat/ChatUserNotify.h *
* * *
* Copyright (C) 2012 RetroShare Team * LibResAPI: API for local socket server *
* * *
* This program is free software; you can redistribute it and/or * Copyright (C) 2012, Retroshare Team <retroshare.project@gmail.com> *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#ifndef CHATUSERNOTIFY_H #ifndef CHATUSERNOTIFY_H
#define CHATUSERNOTIFY_H #define CHATUSERNOTIFY_H

View File

@ -1,25 +1,24 @@
/**************************************************************** /*******************************************************************************
* * gui/chat/ChatWidget.cpp *
* RetroShare is distributed under the following license: * *
* * LibResAPI: API for local socket server *
* Copyright (C) 2011, RetroShare Team * *
* * Copyright (C) 2011, Retroshare Team <retroshare.project@gmail.com> *
* This program is free software; you can redistribute it and/or * *
* modify it under the terms of the GNU General Public License * This program is free software: you can redistribute it and/or modify *
* as published by the Free Software Foundation; either version 2 * it under the terms of the GNU Affero General Public License as *
* of the License, or (at your option) any later version. * 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 * This program is distributed in the hope that it will be useful, *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* * GNU Affero 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 * You should have received a copy of the GNU Affero General Public License *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * along with this program. If not, see <https://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. * *
****************************************************************/ *******************************************************************************/
#include <QApplication> #include <QApplication>
#include <QBuffer> #include <QBuffer>
#include <QColorDialog> #include <QColorDialog>

View File

@ -1,24 +1,24 @@
/**************************************************************** /*******************************************************************************
* * gui/chat/ChatWidget.h *
* RetroShare is distributed under the following license: * *
* * LibResAPI: API for local socket server *
* Copyright (C) 2011, RetroShare Team * *
* * Copyright (C) 2011, Retroshare Team <retroshare.project@gmail.com> *
* This program is free software; you can redistribute it and/or * *
* modify it under the terms of the GNU General Public License * This program is free software: you can redistribute it and/or modify *
* as published by the Free Software Foundation; either version 2 * it under the terms of the GNU Affero General Public License as *
* of the License, or (at your option) any later version. * 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 * This program is distributed in the hope that it will be useful, *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* * GNU Affero 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 * You should have received a copy of the GNU Affero General Public License *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * along with this program. If not, see <https://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. * *
****************************************************************/ *******************************************************************************/
#ifndef CHATWIDGET_H #ifndef CHATWIDGET_H
#define CHATWIDGET_H #define CHATWIDGET_H

View File

@ -1,23 +1,24 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/chat/CreateLobbyDialog.cpp *
* * *
* Copyright (C) 2010 Christopher Evi-Parker * LibResAPI: API for local socket server *
* * *
* This program is free software; you can redistribute it and/or * Copyright (C) 2010, Christopher Evi-Parker <retroshare.project@gmail.com> *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#include "CreateLobbyDialog.h" #include "CreateLobbyDialog.h"

View File

@ -1,3 +1,24 @@
/*******************************************************************************
* gui/chat/CreateLobbyDialog.h *
* *
* LibResAPI: API for local socket server *
* *
* Copyright (C) 2011, Retroshare Team <retroshare.project@gmail.com> *
* *
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU Affero 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 *
* GNU Affero General Public License for more details. *
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <https://www.gnu.org/licenses/>. *
* *
*******************************************************************************/
#ifndef CREATELOBBYDIALOG_H #ifndef CREATELOBBYDIALOG_H
#define CREATELOBBYDIALOG_H #define CREATELOBBYDIALOG_H

View File

@ -1,24 +1,24 @@
/**************************************************************** /*******************************************************************************
* * gui/chat/PopupChatDialog.cpp *
* RetroShare is distributed under the following license: * *
* * LibResAPI: API for local socket server *
* Copyright (C) 2006, crypton * *
* * Copyright (C) 2006, Crypton <retroshare.project@gmail.com> *
* This program is free software; you can redistribute it and/or * *
* modify it under the terms of the GNU General Public License * This program is free software: you can redistribute it and/or modify *
* as published by the Free Software Foundation; either version 2 * it under the terms of the GNU Affero General Public License as *
* of the License, or (at your option) any later version. * 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 * This program is distributed in the hope that it will be useful, *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* * GNU Affero 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 * You should have received a copy of the GNU Affero General Public License *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * along with this program. If not, see <https://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. * *
****************************************************************/ *******************************************************************************/
#include "PopupChatDialog.h" #include "PopupChatDialog.h"
#include "PopupChatWindow.h" #include "PopupChatWindow.h"

View File

@ -1,24 +1,24 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/chat/PopupChatDialog.h *
* * *
* Copyright (C) 2006, crypton * LibResAPI: API for local socket server *
* * *
* This program is free software; you can redistribute it and/or * Copyright (C) 2006, Crypton <retroshare.project@gmail.com> *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#ifndef _POPUPCHATDIALOG_H #ifndef _POPUPCHATDIALOG_H
#define _POPUPCHATDIALOG_H #define _POPUPCHATDIALOG_H

View File

@ -1,24 +1,24 @@
/**************************************************************** /*******************************************************************************
* * gui/chat/PopupChatWindow.cpp *
* RetroShare is distributed under the following license: * *
* * LibResAPI: API for local socket server *
* Copyright (C) 2006, crypton * *
* * Copyright (C) 2006, Crypton <retroshare.project@gmail.com> *
* This program is free software; you can redistribute it and/or * *
* modify it under the terms of the GNU General Public License * This program is free software: you can redistribute it and/or modify *
* as published by the Free Software Foundation; either version 2 * it under the terms of the GNU Affero General Public License as *
* of the License, or (at your option) any later version. * 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 * This program is distributed in the hope that it will be useful, *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* * GNU Affero 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 * You should have received a copy of the GNU Affero General Public License *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * along with this program. If not, see <https://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. * *
****************************************************************/ *******************************************************************************/
#include <QPixmap> #include <QPixmap>
#include <QCloseEvent> #include <QCloseEvent>

View File

@ -1,24 +1,24 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/chat/PopupChatWindow.h *
* * *
* Copyright (C) 2006, crypton * LibResAPI: API for local socket server *
* * *
* This program is free software; you can redistribute it and/or * Copyright (C) 2006, Crypton <retroshare.project@gmail.com> *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#ifndef _POPUPCHATWINDOW_H #ifndef _POPUPCHATWINDOW_H
#define _POPUPCHATWINDOW_H #define _POPUPCHATWINDOW_H

View File

@ -1,23 +1,24 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/chat/PopupDistantChatDialog.cpp *
* * *
* Copyright (C) 2013, Cyril Soler * LibResAPI: API for local socket server *
* * *
* This program is free software; you can redistribute it and/or * Copyright (C) 2013, Cyril Soler <csoler@users.sourceforge.net> *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#include <QTimer> #include <QTimer>
#include <QCloseEvent> #include <QCloseEvent>

View File

@ -1,24 +1,24 @@
/*******************************************************************************
/**************************************************************** * gui/chat/PopupDistantChatDialog.h *
* RetroShare is distributed under the following license: * *
* * LibResAPI: API for local socket server *
* Copyright (C) 2013, Cyril Soler * *
* * Copyright (C) 2013, Cyril Soler <csoler@users.sourceforge.net> *
* This program is free software; you can redistribute it and/or * *
* modify it under the terms of the GNU General Public License * This program is free software: you can redistribute it and/or modify *
* as published by the Free Software Foundation; either version 2 * it under the terms of the GNU Affero General Public License as *
* of the License, or (at your option) any later version. * 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 * This program is distributed in the hope that it will be useful, *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* * GNU Affero 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 * You should have received a copy of the GNU Affero General Public License *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * along with this program. If not, see <https://www.gnu.org/licenses/>. *
* Boston, MA 02110-1301, USA. * *
****************************************************************/ *******************************************************************************/
#pragma once #pragma once

View File

@ -1,23 +1,24 @@
/**************************************************************** /*******************************************************************************
* RetroShare QT Gui is distributed under the following license: * retroshare-gui/src/: main.cpp *
* * *
* Copyright (C) 2006, crypton * libretroshare: retroshare core library *
* * *
* This program is free software; you can redistribute it and/or * Copyright 2006 by Crypton <retroshare@lunamutt.com> *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#include "util/stacktrace.h" #include "util/stacktrace.h"

View File

@ -1,3 +1,21 @@
################################################################################
# retroshare-gui.pro #
# Copyright (C) 2018, Retroshare team <retroshare.team@gmailcom> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU Lesser 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 #
# GNU Lesser General Public License for more details. #
# #
# You should have received a copy of the GNU Lesser General Public License #
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
################################################################################
!include("../../retroshare.pri"): error("Could not include file ../../retroshare.pri") !include("../../retroshare.pri"): error("Could not include file ../../retroshare.pri")
TEMPLATE = app TEMPLATE = app

View File

@ -1,24 +1,25 @@
/**************************************************************** /*******************************************************************************
* This file is distributed under the following license: * retroshare-gui/src/: main.cpp *
* * *
* Copyright (c) 2006-2007, crypton * libretroshare: retroshare core library *
* Copyright (c) 2006, Matt Edman, Justin Hipple * *
* * Copyright 2006-2007 by Crypton <retroshare@lunamutt.com> *
* This program is free software; you can redistribute it and/or * Copyright (c) 2006, Matt Edman, Justin Hipple *
* modify it under the terms of the GNU General Public License * *
* as published by the Free Software Foundation; either version 2 * This program is free software: you can redistribute it and/or modify *
* of the License, or (at your option) any later version. * it under the terms of the GNU Affero General Public License as *
* * published by the Free Software Foundation, either version 3 of the *
* This program is distributed in the hope that it will be useful, * License, or (at your option) any later version. *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful, *
* GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* You should have received a copy of the GNU General Public License * GNU Affero General Public License for more details. *
* along with this program; if not, write to the Free Software * *
* Foundation, Inc., 51 Franklin Street, Fifth Floor, * You should have received a copy of the GNU Affero General Public License *
* Boston, MA 02110-1301, USA. * along with this program. If not, see <https://www.gnu.org/licenses/>. *
****************************************************************/ * *
*******************************************************************************/
#include <QBuffer> #include <QBuffer>
#include <QDateTime> #include <QDateTime>