summaryrefslogtreecommitdiffstats
path: root/src/webview
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview')
-rw-r--r--src/webview/qabstractwebview_p.h2
-rw-r--r--src/webview/qnativeviewcontroller_p.h2
-rw-r--r--src/webview/qtwebviewfunctions.cpp2
-rw-r--r--src/webview/qtwebviewfunctions.h2
-rw-r--r--src/webview/qwebview.cpp2
-rw-r--r--src/webview/qwebview_global.h2
-rw-r--r--src/webview/qwebview_p.h2
-rw-r--r--src/webview/qwebviewfactory.cpp2
-rw-r--r--src/webview/qwebviewfactory_p.h2
-rw-r--r--src/webview/qwebviewinterface_p.h2
-rw-r--r--src/webview/qwebviewloadrequest.cpp2
-rw-r--r--src/webview/qwebviewloadrequest_p.h2
-rw-r--r--src/webview/qwebviewplugin.cpp2
-rw-r--r--src/webview/qwebviewplugin_p.h2
14 files changed, 14 insertions, 14 deletions
diff --git a/src/webview/qabstractwebview_p.h b/src/webview/qabstractwebview_p.h
index 5278c57..7814906 100644
--- a/src/webview/qabstractwebview_p.h
+++ b/src/webview/qabstractwebview_p.h
@@ -1,5 +1,5 @@
// Copyright (C) 2015 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QABSTRACTWEBVIEW_P_H
#define QABSTRACTWEBVIEW_P_H
diff --git a/src/webview/qnativeviewcontroller_p.h b/src/webview/qnativeviewcontroller_p.h
index 349b6ab..37a8f45 100644
--- a/src/webview/qnativeviewcontroller_p.h
+++ b/src/webview/qnativeviewcontroller_p.h
@@ -1,5 +1,5 @@
// Copyright (C) 2015 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QNATIVEVIEWCONTROLLER_P_H
#define QNATIVEVIEWCONTROLLER_P_H
diff --git a/src/webview/qtwebviewfunctions.cpp b/src/webview/qtwebviewfunctions.cpp
index 26fc463..0f0c6a6 100644
--- a/src/webview/qtwebviewfunctions.cpp
+++ b/src/webview/qtwebviewfunctions.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2015 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#include "qtwebviewfunctions.h"
diff --git a/src/webview/qtwebviewfunctions.h b/src/webview/qtwebviewfunctions.h
index 2120bc3..d733b04 100644
--- a/src/webview/qtwebviewfunctions.h
+++ b/src/webview/qtwebviewfunctions.h
@@ -1,5 +1,5 @@
// Copyright (C) 2015 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QTWEBVIEWFUNCTIONS_H
#define QTWEBVIEWFUNCTIONS_H
diff --git a/src/webview/qwebview.cpp b/src/webview/qwebview.cpp
index 5db7aff..fa3bbd3 100644
--- a/src/webview/qwebview.cpp
+++ b/src/webview/qwebview.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2015 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#include "qwebview_p.h"
#include "qwebviewplugin_p.h"
diff --git a/src/webview/qwebview_global.h b/src/webview/qwebview_global.h
index 649bbc6..ee7c2eb 100644
--- a/src/webview/qwebview_global.h
+++ b/src/webview/qwebview_global.h
@@ -1,5 +1,5 @@
// Copyright (C) 2015 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QWEBVIEWGLOBAL_H
#define QWEBVIEWGLOBAL_H
diff --git a/src/webview/qwebview_p.h b/src/webview/qwebview_p.h
index 186851c..b561b42 100644
--- a/src/webview/qwebview_p.h
+++ b/src/webview/qwebview_p.h
@@ -1,5 +1,5 @@
// Copyright (C) 2015 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QWEBVIEW_P_H
#define QWEBVIEW_P_H
diff --git a/src/webview/qwebviewfactory.cpp b/src/webview/qwebviewfactory.cpp
index ddcba71..12f054c 100644
--- a/src/webview/qwebviewfactory.cpp
+++ b/src/webview/qwebviewfactory.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2018 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#include "qwebviewfactory_p.h"
#include "qwebviewplugin_p.h"
diff --git a/src/webview/qwebviewfactory_p.h b/src/webview/qwebviewfactory_p.h
index c94dcbe..80cefcf 100644
--- a/src/webview/qwebviewfactory_p.h
+++ b/src/webview/qwebviewfactory_p.h
@@ -1,5 +1,5 @@
// Copyright (C) 2018 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QWEBVIEWFACTORY_H
#define QWEBVIEWFACTORY_H
diff --git a/src/webview/qwebviewinterface_p.h b/src/webview/qwebviewinterface_p.h
index 97a8fd0..70a8bfe 100644
--- a/src/webview/qwebviewinterface_p.h
+++ b/src/webview/qwebviewinterface_p.h
@@ -1,5 +1,5 @@
// Copyright (C) 2015 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QWEBVIEWINTERFACE_H
#define QWEBVIEWINTERFACE_H
diff --git a/src/webview/qwebviewloadrequest.cpp b/src/webview/qwebviewloadrequest.cpp
index f2a6b1a..c5ae892 100644
--- a/src/webview/qwebviewloadrequest.cpp
+++ b/src/webview/qwebviewloadrequest.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2015 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#include <QtWebView/private/qwebviewloadrequest_p.h>
diff --git a/src/webview/qwebviewloadrequest_p.h b/src/webview/qwebviewloadrequest_p.h
index 2848e70..ec50f96 100644
--- a/src/webview/qwebviewloadrequest_p.h
+++ b/src/webview/qwebviewloadrequest_p.h
@@ -1,5 +1,5 @@
// Copyright (C) 2015 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QWEBVIEWLOADREQUESTPRIVATE_H
diff --git a/src/webview/qwebviewplugin.cpp b/src/webview/qwebviewplugin.cpp
index e3f2b3d..4b78776 100644
--- a/src/webview/qwebviewplugin.cpp
+++ b/src/webview/qwebviewplugin.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2018 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#include "qwebviewplugin_p.h"
diff --git a/src/webview/qwebviewplugin_p.h b/src/webview/qwebviewplugin_p.h
index 5b402cd..48b4077 100644
--- a/src/webview/qwebviewplugin_p.h
+++ b/src/webview/qwebviewplugin_p.h
@@ -1,5 +1,5 @@
// Copyright (C) 2018 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QWEBVIEWPLUGIN_H
#define QWEBVIEWPLUGIN_H