summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2015-11-19 14:33:05 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2015-11-20 13:17:55 +0000
commit115372d161525248f01d081dde644d393c579294 (patch)
tree2fb3d78d15fda1ef495b4d76de62970723b2bb11 /config.tests
parente92253c3ee3034a6558a0cba8a492dfaff4ac23c (diff)
Tweaked the header layout a little bit, so that it passes the CI check.
Also change-id I8ffe7bca in qtqa is needed for this to work. Change-Id: I15d1e641e5d3888b4a46c16267a6059f85b32487 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/libarchive/main.cpp9
-rw-r--r--config.tests/libyaml/main.cpp9
2 files changed, 10 insertions, 8 deletions
diff --git a/config.tests/libarchive/main.cpp b/config.tests/libarchive/main.cpp
index 607419ca..c8b6793e 100644
--- a/config.tests/libarchive/main.cpp
+++ b/config.tests/libarchive/main.cpp
@@ -1,13 +1,12 @@
/****************************************************************************
**
+** Copyright (C) 2015 Pelagicore AG
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt.io/licensing/
+** Contact: http://www.qt.io/ or http://www.pelagicore.com/
**
** This file is part of the Pelagicore Application Manager.
**
-** SPDX-License-Identifier: GPL-3.0
-**
-** $QT_BEGIN_LICENSE:GPL3$
+** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$
** Commercial License Usage
** Licensees holding valid commercial Pelagicore Application Manager
** licenses may use this file in accordance with the commercial license
@@ -26,6 +25,8 @@
**
** $QT_END_LICENSE$
**
+** SPDX-License-Identifier: GPL-3.0
+**
****************************************************************************/
#include <archive.h>
diff --git a/config.tests/libyaml/main.cpp b/config.tests/libyaml/main.cpp
index bc9809ec..60b199a6 100644
--- a/config.tests/libyaml/main.cpp
+++ b/config.tests/libyaml/main.cpp
@@ -1,13 +1,12 @@
/****************************************************************************
**
+** Copyright (C) 2015 Pelagicore AG
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt.io/licensing/
+** Contact: http://www.qt.io/ or http://www.pelagicore.com/
**
** This file is part of the Pelagicore Application Manager.
**
-** SPDX-License-Identifier: GPL-3.0
-**
-** $QT_BEGIN_LICENSE:GPL3$
+** $QT_BEGIN_LICENSE:GPL3-PELAGICORE$
** Commercial License Usage
** Licensees holding valid commercial Pelagicore Application Manager
** licenses may use this file in accordance with the commercial license
@@ -26,6 +25,8 @@
**
** $QT_END_LICENSE$
**
+** SPDX-License-Identifier: GPL-3.0
+**
****************************************************************************/
#include <yaml.h>