half-fixed licenses in settings

This commit is contained in:
csoler 2018-12-23 17:49:01 +01:00
parent 93fed48b05
commit e99c718be9
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C
27 changed files with 504 additions and 458 deletions

View File

@ -1,3 +1,23 @@
/*******************************************************************************
* gui/settings/AboutPage.cpp *
* *
* Copyright 2009, 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/>. *
* *
*******************************************************************************/
#include <iostream> #include <iostream>
#include "AboutPage.h" #include "AboutPage.h"

View File

@ -1,23 +1,22 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/AboutPage.h *
* * *
* Copyright (C) 2006 - 2009 RetroShare Team * Copyright 2009, 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. *******************************************************************************/
****************************************************************/
#pragma once #pragma once

View File

@ -1,23 +1,23 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/AddFileAssociationDialog.cpp *
* * *
* Copyright (C) 2009 The RetroShare Team, Oleksiy Bilyanskyy * Copyright 2009, Retroshare Team <retroshare.project@gmail.com> *
* * Copyright 2009, Oleksiy Bilyanskyy *
* 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 "AddFileAssociationDialog.h" #include "AddFileAssociationDialog.h"

View File

@ -1,23 +1,23 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/AddFileAssociationDialog.h *
* * *
* Copyright (C) 2009 The RetroShare Team, Oleksiy Bilyanskyy * Copyright 2009, Retroshare Team <retroshare.project@gmail.com> *
* * Copyright 2009, Oleksiy Bilyanskyy *
* 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 __AddFileAssociationDialog__ #ifndef __AddFileAssociationDialog__
#define __AddFileAssociationDialog__ #define __AddFileAssociationDialog__

View File

@ -1,23 +1,22 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/AppearancePage.cpp *
* * *
* Copyright (C) 2006 - 2009 RetroShare Team * Copyright 2009, 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 <QCheckBox> #include <QCheckBox>
#include <QDir> #include <QDir>

View File

@ -1,23 +1,22 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/AppearancePage.h *
* * *
* Copyright (C) 2006 - 2009 RetroShare Team * Copyright 2009, 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 _APPERARANCEPAGE_H #ifndef _APPERARANCEPAGE_H
#define _APPERARANCEPAGE_H #define _APPERARANCEPAGE_H

View File

@ -1,23 +1,22 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/ChannelPage.cpp *
* * *
* Copyright (C) 2006, crypton * Copyright 2006, Crypton <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 "ChannelPage.h" #include "ChannelPage.h"
#include "rsharesettings.h" #include "rsharesettings.h"

View File

@ -1,23 +1,22 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/ChannelPage.h *
* * *
* Copyright (C) 2006, crypton * Copyright 2006, Crypton <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 CHANNELPAGE_H #ifndef CHANNELPAGE_H
#define CHANNELPAGE_H #define CHANNELPAGE_H

View File

@ -1,23 +1,22 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/ChatPage.cpp *
* * *
* Copyright (C) 2006 - 2010 RetroShare Team * Copyright 2006, 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 <QColorDialog> #include <QColorDialog>
#include <QFontDialog> #include <QFontDialog>

View File

@ -1,23 +1,22 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/ChatPage.h *
* * *
* Copyright (C) 2006 - 2010 RetroShare Team * Copyright 2006, 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 _CHATPAGE_H #ifndef _CHATPAGE_H
#define _CHATPAGE_H #define _CHATPAGE_H

View File

@ -1,23 +1,22 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/CryptoPage.cpp *
* * *
* Copyright (C) 2006 - 2009 RetroShare Team * Copyright 2006, 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 <QDate> #include <QDate>
#include <QMessageBox> #include <QMessageBox>

View File

@ -1,23 +1,22 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/CryptoPage.h *
* * *
* Copyright (C) 2006 - 2009 RetroShare Team * Copyright 2006, 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 _CRYPTOPAGE_H #ifndef _CRYPTOPAGE_H
#define _CRYPTOPAGE_H #define _CRYPTOPAGE_H

View File

@ -1,23 +1,23 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/FileAssociationPage.cpp *
* * *
* Copyright (C) 2009 The RetroShare Team, Oleksiy Bilyanskyy * Copyright 2009, Retroshare Team <retroshare.project@gmail.com> *
* * Copyright 2009, Oleksiy Bilyanskyy *
* 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 "FileAssociationsPage.h" #include "FileAssociationsPage.h"
#include "AddFileAssociationDialog.h" #include "AddFileAssociationDialog.h"

View File

@ -1,23 +1,23 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/FileAssociationPage.h *
* * *
* Copyright (C) 2009 The RetroShare Team, Oleksiy Bilyanskyy * Copyright 2009, Retroshare Team <retroshare.project@gmail.com> *
* * Copyright 2009, Oleksiy Bilyanskyy *
* 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 __FileAssociationsPage__ #ifndef __FileAssociationsPage__
#define __FileAssociationsPage__ #define __FileAssociationsPage__

View File

@ -1,23 +1,22 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/ForumPage.cpp *
* * *
* Copyright (C) 2006, crypton * Copyright 2006, Crypton <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 "ForumPage.h" #include "ForumPage.h"
#include "util/misc.h" #include "util/misc.h"

View File

@ -1,23 +1,22 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/ForumPage.h *
* * *
* Copyright (C) 2006, crypton * Copyright 2006, Crypton <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 FORUMPAGE_H #ifndef FORUMPAGE_H
#define FORUMPAGE_H #define FORUMPAGE_H

View File

@ -1,23 +1,22 @@
/**************************************************************** /*******************************************************************************
* This file is distributed under the following license: * gui/settings/GeneralPage.h *
* * *
* Copyright (c) 2009 RetroShare Team * Copyright 2009, 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 <QMessageBox> #include <QMessageBox>
#include <iostream> #include <iostream>

View File

@ -1,24 +1,23 @@
/**************************************************************** /*******************************************************************************
* This file is distributed under the following license: * gui/settings/GeneralPage.h *
* * *
* Copyright (c) 2006-2007, crypton * Copyright (c) 2006-2007, crypton <retroshare.project@gmail.com> *
* Copyright (c) 2006, Matt Edman, Justin Hipple * Copyright (c) 2006, Matt Edman, Justin Hipple *
* * *
* 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 _GENERALPAGE_H #ifndef _GENERALPAGE_H
#define _GENERALPAGE_H #define _GENERALPAGE_H

View File

@ -1,3 +1,23 @@
/*******************************************************************************
* gui/settings/GroupFrameSettingsWidget.cpp *
* *
* Copyright 2009, 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/>. *
* *
*******************************************************************************/
#include <iostream> #include <iostream>
#include "gui/notifyqt.h" #include "gui/notifyqt.h"

View File

@ -1,3 +1,23 @@
/*******************************************************************************
* gui/settings/GroupFrameSettingsWidget.h *
* *
* Copyright 2009, 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 GROUPFRAMESETTINGSWIDGET_H #ifndef GROUPFRAMESETTINGSWIDGET_H
#define GROUPFRAMESETTINGSWIDGET_H #define GROUPFRAMESETTINGSWIDGET_H

View File

@ -1,20 +1,23 @@
/* /*******************************************************************************
* RetroShare JSON API * gui/settings/JsonApiPage.cpp *
* Copyright (C) 2018 Gioacchino Mazzurco <gio@eigenlab.org> * *
* * Copyright (C) 2018 Gioacchino Mazzurco <gio@eigenlab.org> *
* 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 program is free software: you can redistribute it and/or modify *
* published by the Free Software Foundation, either version 3 of the * it under the terms of the GNU Affero General Public License as *
* 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 Affero 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 Affero General Public License * *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * 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/>. *
* *
*******************************************************************************/
#include "JsonApiPage.h" #include "JsonApiPage.h"
#include "rsharesettings.h" #include "rsharesettings.h"

View File

@ -1,20 +1,23 @@
/* /*******************************************************************************
* RetroShare JSON API * gui/settings/JsonApiPage.h *
* Copyright (C) 2018 Gioacchino Mazzurco <gio@eigenlab.org> * *
* * Copyright (C) 2018 Gioacchino Mazzurco <gio@eigenlab.org> *
* 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 program is free software: you can redistribute it and/or modify *
* published by the Free Software Foundation, either version 3 of the * it under the terms of the GNU Affero General Public License as *
* 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 Affero 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 Affero General Public License * *
* along with this program. If not, see <http://www.gnu.org/licenses/>. * 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/>. *
* *
*******************************************************************************/
#pragma once #pragma once
#include <retroshare-gui/configpage.h> #include <retroshare-gui/configpage.h>

View File

@ -1,23 +1,22 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/MessagePage.cpp *
* * *
* Copyright (C) 2006, crypton * Copyright (C) 2006 Crypton <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 "rsharesettings.h" #include "rsharesettings.h"

View File

@ -1,23 +1,22 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/MessagePage.h *
* * *
* Copyright (C) 2006, crypton * Copyright (C) 2006 Crypton <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 MESSAGEPAGE_H #ifndef MESSAGEPAGE_H
#define MESSAGEPAGE_H #define MESSAGEPAGE_H

View File

@ -1,23 +1,22 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/NetworkPage.cpp *
* * *
* Copyright (C) 2006, crypton * Copyright (C) 2006 Crypton <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 "NetworkPage.h" #include "NetworkPage.h"
#include "rshare.h" #include "rshare.h"

View File

@ -1,23 +1,22 @@
/**************************************************************** /*******************************************************************************
* RetroShare is distributed under the following license: * gui/settings/NetworkPage.h *
* * *
* Copyright (C) 2006, crypton * Copyright (C) 2006 Crypton <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 NETWORKPAGE_H #ifndef NETWORKPAGE_H
#define NETWORKPAGE_H #define NETWORKPAGE_H

View File

@ -460,7 +460,6 @@ HEADERS += rshare.h \
gui/settings/PeoplePage.h \ gui/settings/PeoplePage.h \
gui/settings/AboutPage.h \ gui/settings/AboutPage.h \
gui/settings/ServerPage.h \ gui/settings/ServerPage.h \
gui/settings/NetworkPage.h \
gui/settings/NotifyPage.h \ gui/settings/NotifyPage.h \
gui/settings/CryptoPage.h \ gui/settings/CryptoPage.h \
gui/settings/MessagePage.h \ gui/settings/MessagePage.h \
@ -646,7 +645,6 @@ FORMS += gui/StartDialog.ui \
gui/settings/settingsw.ui \ gui/settings/settingsw.ui \
gui/settings/GeneralPage.ui \ gui/settings/GeneralPage.ui \
gui/settings/ServerPage.ui \ gui/settings/ServerPage.ui \
gui/settings/NetworkPage.ui \
gui/settings/NotifyPage.ui \ gui/settings/NotifyPage.ui \
gui/settings/PeoplePage.ui \ gui/settings/PeoplePage.ui \
gui/settings/CryptoPage.ui \ gui/settings/CryptoPage.ui \
@ -870,7 +868,6 @@ SOURCES += main.cpp \
gui/settings/GeneralPage.cpp \ gui/settings/GeneralPage.cpp \
gui/settings/AboutPage.cpp \ gui/settings/AboutPage.cpp \
gui/settings/ServerPage.cpp \ gui/settings/ServerPage.cpp \
gui/settings/NetworkPage.cpp \
gui/settings/NotifyPage.cpp \ gui/settings/NotifyPage.cpp \
gui/settings/CryptoPage.cpp \ gui/settings/CryptoPage.cpp \
gui/settings/PeoplePage.cpp \ gui/settings/PeoplePage.cpp \