updated licenses in gui/Circles. partly changed licenses in gui/common.

This commit is contained in:
csoler 2018-11-08 23:34:42 +01:00
parent c80022f9c6
commit 5f86ac1e3c
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C
19 changed files with 353 additions and 378 deletions

View File

@ -91,9 +91,9 @@ Licensing issues:
pegmarkdown | All right reserved | | Daniel Jalkut - Code currently unused | will be deleted when creating debian package pegmarkdown | All right reserved | | Daniel Jalkut - Code currently unused | will be deleted when creating debian package
plugins/feedreader | GPLv2 | A| Thunder | plugins/feedreader | GPLv2 | A| Thunder |
plugins/VOIP | | | | plugins/VOIP | | | |
AudioInputConfig.h+ | All right reserved | | Thorvald Natvig | Code can be modified/re-used. Mumble's code. Asked permission to re-license on 04/11/2018. AudioInputConfig.h+ | All right reserved | A| Thorvald Natvig | Permission to re-license on 04/11/2018
AudioStats.h+ | All right reserved | | Thorvald Natvig | AudioStats.h+ | All right reserved | A| Thorvald Natvig |
AudioWizard.h+ | All right reserved | | Thorvald Natvig | AudioWizard.h+ | All right reserved | A| Thorvald Natvig |
SpeexProcessor.h | | | Peter Zotov | SpeexProcessor.h | | | Peter Zotov |
retroshare-android-notify-* | GPLv3 | | G10H4ck | retroshare-android-notify-* | GPLv3 | | G10H4ck |
retroshare-android-service | GPLv3 | | G10H4ck | retroshare-android-service | GPLv3 | | G10H4ck |

View File

@ -1,25 +1,24 @@
/* /*******************************************************************************
* Retroshare Circle Plugin. * gui/Circles/CirclesDialog.cpp *
* * *
* Copyright 2012-2012 by Robert Fernie. * LibResAPI: API for local socket server *
* * *
* This library is free software; you can redistribute it and/or * Copyright (C) 2012, robert Fernie <retroshare.project@gmail.com> *
* modify it under the terms of the GNU Library General Public * *
* License Version 2.1 as published by the Free Software Foundation. * This program is free software: you can redistribute it and/or modify *
* * it under the terms of the GNU Affero General Public License as *
* This library is distributed in the hope that it will be useful, * published by the Free Software Foundation, either version 3 of the *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * License, or (at your option) any later version. *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * *
* Library General Public License for more details. * This program is distributed in the hope that it will be useful, *
* * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* You should have received a copy of the GNU Library General Public * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* License along with this library; if not, write to the Free Software * GNU Affero General Public License for more details. *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * *
* USA. * 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/>. *
* Please report all bugs and problems to "retroshare@lunamutt.com". * *
* *******************************************************************************/
*/
#include <QMessageBox> #include <QMessageBox>

View File

@ -1,25 +1,24 @@
/* /*******************************************************************************
* Retroshare Circle. * gui/Circles/CirclesDialog.h *
* * *
* Copyright 2012-2012 by Robert Fernie. * LibResAPI: API for local socket server *
* * *
* This library is free software; you can redistribute it and/or * Copyright (C) 2012, robert Fernie <retroshare.project@gmail.com> *
* modify it under the terms of the GNU Library General Public * *
* License Version 2.1 as published by the Free Software Foundation. * This program is free software: you can redistribute it and/or modify *
* * it under the terms of the GNU Affero General Public License as *
* This library is distributed in the hope that it will be useful, * published by the Free Software Foundation, either version 3 of the *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * License, or (at your option) any later version. *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * *
* Library General Public License for more details. * This program is distributed in the hope that it will be useful, *
* * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* You should have received a copy of the GNU Library General Public * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* License along with this library; if not, write to the Free Software * GNU Affero General Public License for more details. *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * *
* USA. * 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/>. *
* Please report all bugs and problems to "retroshare@lunamutt.com". * *
* *******************************************************************************/
*/
#ifndef MRK_CIRCLE_DIALOG_H #ifndef MRK_CIRCLE_DIALOG_H
#define MRK_CIRCLE_DIALOG_H #define MRK_CIRCLE_DIALOG_H

View File

@ -1,25 +1,24 @@
/* /*******************************************************************************
* Retroshare Circles. * gui/Circles/CreateCirclesDialog.cpp *
* * *
* Copyright 2012-2013 by Robert Fernie. * LibResAPI: API for local socket server *
* * *
* This library is free software; you can redistribute it and/or * Copyright (C) 2012, Robert Fernie <retroshare.project@gmail.com> *
* modify it under the terms of the GNU Library General Public * *
* License Version 2.1 as published by the Free Software Foundation. * This program is free software: you can redistribute it and/or modify *
* * it under the terms of the GNU Affero General Public License as *
* This library is distributed in the hope that it will be useful, * published by the Free Software Foundation, either version 3 of the *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * License, or (at your option) any later version. *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * *
* Library General Public License for more details. * This program is distributed in the hope that it will be useful, *
* * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* You should have received a copy of the GNU Library General Public * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* License along with this library; if not, write to the Free Software * GNU Affero General Public License for more details. *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * *
* USA. * 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/>. *
* Please report all bugs and problems to "retroshare@lunamutt.com". * *
* *******************************************************************************/
*/
#include <QMessageBox> #include <QMessageBox>
#include <QMenu> #include <QMenu>

View File

@ -1,25 +1,24 @@
/* /*******************************************************************************
* Retroshare Circles. * gui/Circles/CreateCirclesDialog.h *
* * *
* Copyright 2012-2013 by Robert Fernie. * LibResAPI: API for local socket server *
* * *
* This library is free software; you can redistribute it and/or * Copyright (C) 2012, Robert Fernie <retroshare.project@gmail.com> *
* modify it under the terms of the GNU Library General Public * *
* License Version 2.1 as published by the Free Software Foundation. * This program is free software: you can redistribute it and/or modify *
* * it under the terms of the GNU Affero General Public License as *
* This library is distributed in the hope that it will be useful, * published by the Free Software Foundation, either version 3 of the *
* but WITHOUT ANY WARRANTY; without even the implied warranty of * License, or (at your option) any later version. *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * *
* Library General Public License for more details. * This program is distributed in the hope that it will be useful, *
* * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* You should have received a copy of the GNU Library General Public * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* License along with this library; if not, write to the Free Software * GNU Affero General Public License for more details. *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * *
* USA. * 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/>. *
* Please report all bugs and problems to "retroshare@lunamutt.com". * *
* *******************************************************************************/
*/
#ifndef MRK_CREATE_CIRCLE_DIALOG_H #ifndef MRK_CREATE_CIRCLE_DIALOG_H
#define MRK_CREATE_CIRCLE_DIALOG_H #define MRK_CREATE_CIRCLE_DIALOG_H

View File

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

View File

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

View File

@ -1,25 +1,22 @@
/* /*******************************************************************************
* Avatar Dialog * gui/common/AvatarDialog.cpp *
* * *
* Copyright 2015 by RetroShare Team * Copyright (C) 2012, Robert Fernie <retroshare.project@gmail.com> *
* * *
* This library is free software; you can redistribute it and/or * This program is free software: you can redistribute it and/or modify *
* modify it under the terms of the GNU Library General Public * it under the terms of the GNU Affero General Public License as *
* License Version 2.1 as published by the Free Software Foundation. * published by the Free Software Foundation, either version 3 of the *
* * License, or (at your option) any later version. *
* This library 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 GNU * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* Library 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 Library General Public * *
* License along with this library; if not, write to the Free Software * You should have received a copy of the GNU Affero General Public License *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * along with this program. If not, see <https://www.gnu.org/licenses/>. *
* USA. * *
* *******************************************************************************/
* Please report all bugs and problems to "retroshare@lunamutt.com".
*
*/
#include <QBuffer> #include <QBuffer>

View File

@ -1,25 +1,22 @@
/* /*******************************************************************************
* Avatar Dialog. * gui/common/AvatarDialog.h *
* * *
* Copyright 2012-2012 by Robert Fernie. * Copyright (C) 2012, Robert Fernie <retroshare.project@gmail.com> *
* * *
* This library is free software; you can redistribute it and/or * This program is free software: you can redistribute it and/or modify *
* modify it under the terms of the GNU Library General Public * it under the terms of the GNU Affero General Public License as *
* License Version 2.1 as published by the Free Software Foundation. * published by the Free Software Foundation, either version 3 of the *
* * License, or (at your option) any later version. *
* This library 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 GNU * but WITHOUT ANY WARRANTY; without even the implied warranty of *
* Library 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 Library General Public * *
* License along with this library; if not, write to the Free Software * You should have received a copy of the GNU Affero General Public License *
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * along with this program. If not, see <https://www.gnu.org/licenses/>. *
* USA. * *
* *******************************************************************************/
* Please report all bugs and problems to "retroshare@lunamutt.com".
*
*/
#ifndef _AVATARDIALOG_H #ifndef _AVATARDIALOG_H
#define _AVATARDIALOG_H #define _AVATARDIALOG_H

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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