aboutsummaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-02-01 15:10:38 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-02-01 15:06:42 +0000
commitb8335a7920b794a32e599d743cd217f8391e93e9 (patch)
treebc9b3e312c5b62c9a7f25cdfb9f356e96838ea00 /config.tests
parentc1ce4d1ea4a0437cc2a7b48e2a78d99b79fcaa98 (diff)
License header fixes
Change-Id: Ida89003b5d95417ce8be21ab8e70f3e02f357ed8 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com> Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/sdl/main.cpp36
1 files changed, 36 insertions, 0 deletions
diff --git a/config.tests/sdl/main.cpp b/config.tests/sdl/main.cpp
index 4fe2480..193d16a 100644
--- a/config.tests/sdl/main.cpp
+++ b/config.tests/sdl/main.cpp
@@ -1,3 +1,39 @@
+/****************************************************************************
+**
+** Copyright (C) 2016 The Qt Company Ltd.
+** Contact: http://www.qt.io/licensing/
+**
+** This file is part of the Qt Gamepad module
+**
+** $QT_BEGIN_LICENSE:LGPL3$
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see http://www.qt.io/terms-conditions. For further
+** information use the contact form at http://www.qt.io/contact-us.
+**
+** GNU Lesser General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 3 as published by the Free Software
+** Foundation and appearing in the file LICENSE.LGPLv3 included in the
+** packaging of this file. Please review the following information to
+** ensure the GNU Lesser General Public License version 3 requirements
+** will be met: https://www.gnu.org/licenses/lgpl.html.
+**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU
+** General Public License version 2.0 or later as published by the Free
+** Software Foundation and appearing in the file LICENSE.GPL included in
+** the packaging of this file. Please review the following information to
+** ensure the GNU General Public License version 2.0 requirements will be
+** met: http://www.gnu.org/licenses/gpl-2.0.html.
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
#include <SDL.h>
#include <SDL_gamecontroller.h>