Skip to content

Commit

Permalink
[sailfish-browser] Add MPL v2.0 license
Browse files Browse the repository at this point in the history
  • Loading branch information
rojkov committed Jan 28, 2014
1 parent 381f56a commit eb56bf4
Show file tree
Hide file tree
Showing 71 changed files with 652 additions and 0 deletions.
355 changes: 355 additions & 0 deletions LICENSE.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions settings/SettingsTranslations.qml
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

import QtQuick 2.0

Item {
Expand Down
4 changes: 4 additions & 0 deletions settings/browser.qml
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

import QtQuick 2.0
import Sailfish.Silica 1.0
import org.nemomobile.configuration 1.0
Expand Down
4 changes: 4 additions & 0 deletions settings/browsersettings.cpp
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "browsersettings.h"

BrowserSettings::BrowserSettings(QObject *parent)
Expand Down
4 changes: 4 additions & 0 deletions settings/browsersettings.h
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef BROWSERSETTINGS_H
#define BROWSERSETTINGS_H

Expand Down
4 changes: 4 additions & 0 deletions settings/declarative_plugin.cpp
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include <QtGlobal>
#include <QtQml>
#include <QQmlEngine>
Expand Down
4 changes: 4 additions & 0 deletions src/bookmark.cpp
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "bookmark.h"

Bookmark::Bookmark(QString title, QString url, QString favicon, QObject* parent) :
Expand Down
4 changes: 4 additions & 0 deletions src/bookmark.h
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef BOOKMARK_H
#define BOOKMARK_H

Expand Down
4 changes: 4 additions & 0 deletions src/browser.qml
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

import QtQuick 2.0
import Sailfish.Silica 1.0
import "pages"
Expand Down
5 changes: 5 additions & 0 deletions src/browserservice.cpp
Expand Up @@ -4,6 +4,11 @@
** Contact: Vesa-Matti Hartikainen <vesa-matti.hartikainen@jollamobile.com>
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "browserservice.h"
#include "dbusadaptor.h"
#include <QDBusConnection>
Expand Down
5 changes: 5 additions & 0 deletions src/browserservice.h
Expand Up @@ -4,6 +4,11 @@
** Contact: Vesa-Matti Hartikainen <vesa-matti.hartikainen@jollamobile.com>
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef BROWSERSERVICE_H
#define BROWSERSERVICE_H

Expand Down
4 changes: 4 additions & 0 deletions src/closeeventfilter.cpp
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include <QCoreApplication>
#include "closeeventfilter.h"
#include "qmozcontext.h"
Expand Down
4 changes: 4 additions & 0 deletions src/closeeventfilter.h
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef CLOSEEVENTFILTER_H
#define CLOSEEVENTFILTER_H

Expand Down
4 changes: 4 additions & 0 deletions src/dbmanager.cpp
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "dbmanager.h"

#include <QMetaObject>
Expand Down
4 changes: 4 additions & 0 deletions src/dbmanager.h
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef DBMANAGER_H
#define DBMANAGER_H

Expand Down
5 changes: 5 additions & 0 deletions src/dbusadaptor.cpp
Expand Up @@ -4,6 +4,11 @@
** Contact: Vesa-Matti Hartikainen <vesa-matti.hartikainen@jollamobile.com>
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "dbusadaptor.h"

DBusAdaptor::DBusAdaptor(BrowserService *browserService):
Expand Down
5 changes: 5 additions & 0 deletions src/dbusadaptor.h
Expand Up @@ -4,6 +4,11 @@
** Contact: Vesa-Matti Hartikainen <vesa-matti.hartikainen@jollamobile.com>
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef DBUSADAPTOR_H
#define DBUSADAPTOR_H

Expand Down
4 changes: 4 additions & 0 deletions src/dbworker.cpp
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "dbworker.h"

#include <QSqlError>
Expand Down
4 changes: 4 additions & 0 deletions src/dbworker.h
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef DBWORKER_H
#define DBWORKER_H

Expand Down
4 changes: 4 additions & 0 deletions src/declarativebookmarkmodel.cpp
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "declarativebookmarkmodel.h"

#include <QJsonDocument>
Expand Down
4 changes: 4 additions & 0 deletions src/declarativebookmarkmodel.h
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef DECLARATIVEBOOKMARKMODEL_H
#define DECLARATIVEBOOKMARKMODEL_H

Expand Down
4 changes: 4 additions & 0 deletions src/declarativehistorymodel.cpp
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "declarativehistorymodel.h"

#include "dbmanager.h"
Expand Down
4 changes: 4 additions & 0 deletions src/declarativehistorymodel.h
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef DECLARATIVEHISTORYMODEL_H
#define DECLARATIVEHISTORYMODEL_H

Expand Down
4 changes: 4 additions & 0 deletions src/declarativetab.cpp
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "declarativetab.h"

#include <QQuickWindow>
Expand Down
4 changes: 4 additions & 0 deletions src/declarativetab.h
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef DECLARATIVETAB_H
#define DECLARATIVETAB_H

Expand Down
4 changes: 4 additions & 0 deletions src/declarativetabmodel.cpp
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "declarativetabmodel.h"

#include "dbmanager.h"
Expand Down
4 changes: 4 additions & 0 deletions src/declarativetabmodel.h
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef DECLARATIVETABMODEL_H
#define DECLARATIVETABMODEL_H

Expand Down
4 changes: 4 additions & 0 deletions src/declarativewebcontainer.cpp
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "declarativewebcontainer.h"

#include <QPointer>
Expand Down
4 changes: 4 additions & 0 deletions src/declarativewebcontainer.h
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef DECLARATIVEWEBCONTAINER_H
#define DECLARATIVEWEBCONTAINER_H

Expand Down
4 changes: 4 additions & 0 deletions src/declarativewebutils.cpp
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include <QLocale>
#include <QStringList>
#include <QVariant>
Expand Down
4 changes: 4 additions & 0 deletions src/declarativewebutils.h
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef DECLARATIVEWEBUTILS_H
#define DECLARATIVEWEBUTILS_H

Expand Down
4 changes: 4 additions & 0 deletions src/downloadmanager.cpp
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "downloadmanager.h"
#include "qmozcontext.h"

Expand Down
4 changes: 4 additions & 0 deletions src/downloadmanager.h
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef DOWNLOADMANAGER_H
#define DOWNLOADMANAGER_H

Expand Down
4 changes: 4 additions & 0 deletions src/link.cpp
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "link.h"

Link::Link(int linkId, QString urlString, QString thumbPath, QString title) :
Expand Down
11 changes: 11 additions & 0 deletions src/link.h
@@ -1,3 +1,14 @@
/****************************************************************************
**
** Copyright (C) 2013 Jolla Ltd.
** Contact: Petri M. Gerdt <petri.gerdt@jollamobile.com>
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef LINK_H
#define LINK_H

Expand Down
4 changes: 4 additions & 0 deletions src/pages/BrowserPage.qml
Expand Up @@ -5,6 +5,10 @@
**
****************************************************************************/

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */


import QtQuick 2.0
import Sailfish.Silica 1.0
Expand Down

0 comments on commit eb56bf4

Please sign in to comment.