Skip to content

Commit 777e95b

Browse files
committed
Use SPDX license identifiers
Task-number: QTSOLBUG-205 Change-Id: I3374031a1c4ce0b806d4b3c8599fbba20099dfe3 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
1 parent 2fb541e commit 777e95b

File tree

289 files changed

+594
-11224
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

289 files changed

+594
-11224
lines changed

LICENSES/BSD-3-Clause.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Copyright (c) <year> <owner>. All rights reserved.
2+
3+
Redistribution and use in source and binary forms, with or without modification,
4+
are permitted provided that the following conditions are met:
5+
6+
1. Redistributions of source code must retain the above copyright notice,
7+
this list of conditions and the following disclaimer.
8+
9+
2. Redistributions in binary form must reproduce the above copyright notice,
10+
this list of conditions and the following disclaimer in the documentation
11+
and/or other materials provided with the distribution.
12+
13+
3. Neither the name of the copyright holder nor the names of its contributors
14+
may be used to endorse or promote products derived from this software without
15+
specific prior written permission.
16+
17+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
21+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
26+
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

qtbrowserplugin/configure.bat

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,5 @@
1-
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2-
::
31
:: Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
4-
:: Contact: http://www.qt-project.org/legal
5-
::
6-
:: This file is part of the Qt Solutions component.
7-
::
8-
:: $QT_BEGIN_LICENSE:BSD$
9-
:: You may use this file under the terms of the BSD license as follows:
10-
::
11-
:: "Redistribution and use in source and binary forms, with or without
12-
:: modification, are permitted provided that the following conditions are
13-
:: met:
14-
:: * Redistributions of source code must retain the above copyright
15-
:: notice, this list of conditions and the following disclaimer.
16-
:: * Redistributions in binary form must reproduce the above copyright
17-
:: notice, this list of conditions and the following disclaimer in
18-
:: the documentation and/or other materials provided with the
19-
:: distribution.
20-
:: * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
21-
:: of its contributors may be used to endorse or promote products derived
22-
:: from this software without specific prior written permission.
23-
::
24-
::
25-
:: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26-
:: "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27-
:: LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
28-
:: A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29-
:: OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
30-
:: SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
31-
:: LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32-
:: DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33-
:: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34-
:: (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35-
:: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
36-
::
37-
:: $QT_END_LICENSE$
38-
::
39-
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2+
:: SPDX-License-Identifier: BSD-3-Clause
403

414
@echo off
425

qtbrowserplugin/doc/index.qdoc

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,5 @@
1-
/****************************************************************************
2-
**
3-
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
4-
** Contact: http://www.qt-project.org/legal
5-
**
6-
** This file is part of the Qt Solutions component.
7-
**
8-
** $QT_BEGIN_LICENSE:BSD$
9-
** You may use this file under the terms of the BSD license as follows:
10-
**
11-
** "Redistribution and use in source and binary forms, with or without
12-
** modification, are permitted provided that the following conditions are
13-
** met:
14-
** * Redistributions of source code must retain the above copyright
15-
** notice, this list of conditions and the following disclaimer.
16-
** * Redistributions in binary form must reproduce the above copyright
17-
** notice, this list of conditions and the following disclaimer in
18-
** the documentation and/or other materials provided with the
19-
** distribution.
20-
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
21-
** of its contributors may be used to endorse or promote products derived
22-
** from this software without specific prior written permission.
23-
**
24-
**
25-
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26-
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27-
** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
28-
** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29-
** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
30-
** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
31-
** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32-
** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33-
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34-
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35-
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
36-
**
37-
** $QT_END_LICENSE$
38-
**
39-
****************************************************************************/
1+
// Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
2+
// SPDX-License-Identifier: BSD-3-Clause
403

414
/*!
425
\page index.html

qtbrowserplugin/doc/qtbrowserplugin.qdoc

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,5 @@
1-
/****************************************************************************
2-
**
3-
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
4-
** Contact: http://www.qt-project.org/legal
5-
**
6-
** This file is part of the Qt Solutions component.
7-
**
8-
** $QT_BEGIN_LICENSE:BSD$
9-
** You may use this file under the terms of the BSD license as follows:
10-
**
11-
** "Redistribution and use in source and binary forms, with or without
12-
** modification, are permitted provided that the following conditions are
13-
** met:
14-
** * Redistributions of source code must retain the above copyright
15-
** notice, this list of conditions and the following disclaimer.
16-
** * Redistributions in binary form must reproduce the above copyright
17-
** notice, this list of conditions and the following disclaimer in
18-
** the documentation and/or other materials provided with the
19-
** distribution.
20-
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
21-
** of its contributors may be used to endorse or promote products derived
22-
** from this software without specific prior written permission.
23-
**
24-
**
25-
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26-
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27-
** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
28-
** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29-
** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
30-
** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
31-
** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32-
** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33-
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34-
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35-
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
36-
**
37-
** $QT_END_LICENSE$
38-
**
39-
****************************************************************************/
1+
// Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
2+
// SPDX-License-Identifier: BSD-3-Clause
403

414
/*!
425

qtbrowserplugin/examples/grapher/grapher.cpp

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,5 @@
1-
/****************************************************************************
2-
**
3-
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
4-
** Contact: http://www.qt-project.org/legal
5-
**
6-
** This file is part of the Qt Solutions component.
7-
**
8-
** $QT_BEGIN_LICENSE:BSD$
9-
** You may use this file under the terms of the BSD license as follows:
10-
**
11-
** "Redistribution and use in source and binary forms, with or without
12-
** modification, are permitted provided that the following conditions are
13-
** met:
14-
** * Redistributions of source code must retain the above copyright
15-
** notice, this list of conditions and the following disclaimer.
16-
** * Redistributions in binary form must reproduce the above copyright
17-
** notice, this list of conditions and the following disclaimer in
18-
** the documentation and/or other materials provided with the
19-
** distribution.
20-
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
21-
** of its contributors may be used to endorse or promote products derived
22-
** from this software without specific prior written permission.
23-
**
24-
**
25-
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26-
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27-
** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
28-
** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29-
** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
30-
** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
31-
** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32-
** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33-
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34-
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35-
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
36-
**
37-
** $QT_END_LICENSE$
38-
**
39-
****************************************************************************/
1+
// Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
2+
// SPDX-License-Identifier: BSD-3-Clause
403

414
#include <QtGui>
425
#include <qtbrowserplugin.h>

qtbrowserplugin/examples/grapher/grapher.qdoc

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,5 @@
1-
/****************************************************************************
2-
**
3-
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
4-
** Contact: http://www.qt-project.org/legal
5-
**
6-
** This file is part of the Qt Solutions component.
7-
**
8-
** $QT_BEGIN_LICENSE:BSD$
9-
** You may use this file under the terms of the BSD license as follows:
10-
**
11-
** "Redistribution and use in source and binary forms, with or without
12-
** modification, are permitted provided that the following conditions are
13-
** met:
14-
** * Redistributions of source code must retain the above copyright
15-
** notice, this list of conditions and the following disclaimer.
16-
** * Redistributions in binary form must reproduce the above copyright
17-
** notice, this list of conditions and the following disclaimer in
18-
** the documentation and/or other materials provided with the
19-
** distribution.
20-
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
21-
** of its contributors may be used to endorse or promote products derived
22-
** from this software without specific prior written permission.
23-
**
24-
**
25-
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26-
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27-
** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
28-
** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29-
** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
30-
** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
31-
** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32-
** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33-
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34-
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35-
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
36-
**
37-
** $QT_END_LICENSE$
38-
**
39-
****************************************************************************/
1+
// Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
2+
// SPDX-License-Identifier: BSD-3-Clause
403

414
/*! \page qtbrowserplugin-example-grapher.html
425

qtbrowserplugin/examples/trivial/scripting.qdoc

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,5 @@
1-
/****************************************************************************
2-
**
3-
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
4-
** Contact: http://www.qt-project.org/legal
5-
**
6-
** This file is part of the Qt Solutions component.
7-
**
8-
** $QT_BEGIN_LICENSE:BSD$
9-
** You may use this file under the terms of the BSD license as follows:
10-
**
11-
** "Redistribution and use in source and binary forms, with or without
12-
** modification, are permitted provided that the following conditions are
13-
** met:
14-
** * Redistributions of source code must retain the above copyright
15-
** notice, this list of conditions and the following disclaimer.
16-
** * Redistributions in binary form must reproduce the above copyright
17-
** notice, this list of conditions and the following disclaimer in
18-
** the documentation and/or other materials provided with the
19-
** distribution.
20-
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
21-
** of its contributors may be used to endorse or promote products derived
22-
** from this software without specific prior written permission.
23-
**
24-
**
25-
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26-
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27-
** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
28-
** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29-
** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
30-
** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
31-
** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32-
** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33-
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34-
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35-
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
36-
**
37-
** $QT_END_LICENSE$
38-
**
39-
****************************************************************************/
1+
// Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
2+
// SPDX-License-Identifier: BSD-3-Clause
403

414
/*! \page qtbrowserplugin-example-scripting.html
425

qtbrowserplugin/examples/trivial/trivial.cpp

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,5 @@
1-
/****************************************************************************
2-
**
3-
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
4-
** Contact: http://www.qt-project.org/legal
5-
**
6-
** This file is part of the Qt Solutions component.
7-
**
8-
** $QT_BEGIN_LICENSE:BSD$
9-
** You may use this file under the terms of the BSD license as follows:
10-
**
11-
** "Redistribution and use in source and binary forms, with or without
12-
** modification, are permitted provided that the following conditions are
13-
** met:
14-
** * Redistributions of source code must retain the above copyright
15-
** notice, this list of conditions and the following disclaimer.
16-
** * Redistributions in binary form must reproduce the above copyright
17-
** notice, this list of conditions and the following disclaimer in
18-
** the documentation and/or other materials provided with the
19-
** distribution.
20-
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
21-
** of its contributors may be used to endorse or promote products derived
22-
** from this software without specific prior written permission.
23-
**
24-
**
25-
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26-
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27-
** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
28-
** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29-
** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
30-
** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
31-
** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32-
** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33-
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34-
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35-
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
36-
**
37-
** $QT_END_LICENSE$
38-
**
39-
****************************************************************************/
1+
// Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
2+
// SPDX-License-Identifier: BSD-3-Clause
403

414
#include <QtGui>
425
#include <qtbrowserplugin.h>

qtbrowserplugin/examples/trivial/trivial.qdoc

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,5 @@
1-
/****************************************************************************
2-
**
3-
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
4-
** Contact: http://www.qt-project.org/legal
5-
**
6-
** This file is part of the Qt Solutions component.
7-
**
8-
** $QT_BEGIN_LICENSE:BSD$
9-
** You may use this file under the terms of the BSD license as follows:
10-
**
11-
** "Redistribution and use in source and binary forms, with or without
12-
** modification, are permitted provided that the following conditions are
13-
** met:
14-
** * Redistributions of source code must retain the above copyright
15-
** notice, this list of conditions and the following disclaimer.
16-
** * Redistributions in binary form must reproduce the above copyright
17-
** notice, this list of conditions and the following disclaimer in
18-
** the documentation and/or other materials provided with the
19-
** distribution.
20-
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor the names
21-
** of its contributors may be used to endorse or promote products derived
22-
** from this software without specific prior written permission.
23-
**
24-
**
25-
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26-
** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27-
** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
28-
** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29-
** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
30-
** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
31-
** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32-
** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33-
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34-
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35-
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
36-
**
37-
** $QT_END_LICENSE$
38-
**
39-
****************************************************************************/
1+
// Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
2+
// SPDX-License-Identifier: BSD-3-Clause
403

414
/*! \page qtbrowserplugin-example-trivial.html
425

0 commit comments

Comments
 (0)