Warning, /network/falkon/src/lib/data/html/copyright is written in an unsupported language. File is not indexed.
0001 /* ============================================================ 0002 * Falkon - Qt web browser 0003 * Copyright (C) 2010-2018 David Rosca <nowrep@gmail.com> 0004 * 0005 * This program is free software: you can redistribute it and/or modify 0006 * it under the terms of the GNU General Public License as published by 0007 * the Free Software Foundation, either version 3 of the License, or 0008 * (at your option) any later version. 0009 * 0010 * This program is distributed in the hope that it will be useful, 0011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 0012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 0013 * GNU General Public License for more details. 0014 * 0015 * You should have received a copy of the GNU General Public License 0016 * along with this program. If not, see <http://www.gnu.org/licenses/>. 0017 * ============================================================ */ 0018 0019 ------------------------------------------------------------------------ 0020 AdBlock, LineEdit class and SqueezeLabel class: 0021 ------------------------------------------------------------------------ 0022 * Copyright (c) 2008 - 2009, Benjamin C. Meyer <ben@meyerhome.net> 0023 * 0024 * Redistribution and use in source and binary forms, with or without 0025 * modification, are permitted provided that the following conditions 0026 * are met: 0027 * 1. Redistributions of source code must retain the above copyright 0028 * notice, this list of conditions and the following disclaimer. 0029 * 2. Redistributions in binary form must reproduce the above copyright 0030 * notice, this list of conditions and the following disclaimer in the 0031 * documentation and/or other materials provided with the distribution. 0032 * 3. Neither the name of the Benjamin Meyer nor the names of its contributors 0033 * may be used to endorse or promote products derived from this software 0034 * without specific prior written permission. 0035 * 0036 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 0037 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 0038 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 0039 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 0040 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 0041 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 0042 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 0043 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 0044 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 0045 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 0046 * SUCH DAMAGE. 0047 0048 ----------------------------------------------------------------------------- 0049 QtSingleApplication class: 0050 ----------------------------------------------------------------------------- 0051 ** 0052 ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 0053 ** All rights reserved. 0054 ** Contact: Nokia Corporation (qt-info@nokia.com) 0055 ** 0056 ** This file is part of a Qt Solutions component. 0057 ** 0058 ** Commercial Usage 0059 ** Licensees holding valid Qt Commercial licenses may use this file in 0060 ** accordance with the Qt Solutions Commercial License Agreement provided 0061 ** with the Software or, alternatively, in accordance with the terms 0062 ** contained in a written agreement between you and Nokia. 0063 ** 0064 ** GNU Lesser General Public License Usage 0065 ** Alternatively, this file may be used under the terms of the GNU Lesser 0066 ** General Public License version 2.1 as published by the Free Software 0067 ** Foundation and appearing in the file LICENSE.LGPL included in the 0068 ** packaging of this file. Please review the following information to 0069 ** ensure the GNU Lesser General Public License version 2.1 requirements 0070 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 0071 ** 0072 ** In addition, as a special exception, Nokia gives you certain 0073 ** additional rights. These rights are described in the Nokia Qt LGPL 0074 ** Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this 0075 ** package. 0076 ** 0077 ** GNU General Public License Usage 0078 ** Alternatively, this file may be used under the terms of the GNU 0079 ** General Public License version 3.0 as published by the Free Software 0080 ** Foundation and appearing in the file LICENSE.GPL included in the 0081 ** packaging of this file. Please review the following information to 0082 ** ensure the GNU General Public License version 3.0 requirements will be 0083 ** met: http://www.gnu.org/copyleft/gpl.html. 0084 ** 0085 ** Please note Third Party Software included with Qt Solutions may impose 0086 ** additional restrictions and it is the user's responsibility to ensure 0087 ** that they have met the licensing requirements of the GPL, LGPL, or Qt 0088 ** Solutions Commercial license and the relevant license of the Third 0089 ** Party Software they are using. 0090 ** 0091 ** If you are unsure which license is appropriate for your use, please 0092 ** contact Nokia at qt-info@nokia.com. 0093 ** 0094 0095 ----------------------------------------------------------------------------- 0096 OpenSearchReader + OpenSearchEngine class: 0097 ----------------------------------------------------------------------------- 0098 /* 0099 * Copyright 2009 Jakub Wieczorek <faw217@gmail.com> 0100 * 0101 * This program is free software; you can redistribute it and/or modify 0102 * it under the terms of the GNU General Public License as published by 0103 * the Free Software Foundation; either version 2 of the License, or 0104 * (at your option) any later version. 0105 * 0106 * This program is distributed in the hope that it will be useful, 0107 * but WITHOUT ANY WARRANTY; without even the implied warranty of 0108 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 0109 * GNU General Public License for more details. 0110 * 0111 * You should have received a copy of the GNU General Public License 0112 * along with this program; if not, write to the Free Software 0113 * Foundation, Inc., 51 Franklin Street, Fifth Floor, 0114 * Boston, MA 02110-1301 USA 0115 */ 0116 0117 ----------------------------------------------------------------------------- 0118 In application are used also some icons from Breeze icon set. 0119 More info at https://commits.kde.org/breeze-icons 0120 -----------------------------------------------------------------------------