aboutsummaryrefslogtreecommitdiffstats
path: root/src/geniviextras/qdltregistration.cpp
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2015-07-13 17:28:45 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2015-07-13 17:28:45 +0200
commitd1cd21bf7496dee155d18b09bef70069305242f6 (patch)
tree7f85dbc758ecc2ddd4aa6c154d33d45ae82de5c4 /src/geniviextras/qdltregistration.cpp
parentfbd48638baf80407eb42eb249d1084f3dcd376b3 (diff)
Changed License of all Files to LGPLv21 + Exception
Diffstat (limited to 'src/geniviextras/qdltregistration.cpp')
-rw-r--r--src/geniviextras/qdltregistration.cpp42
1 files changed, 32 insertions, 10 deletions
diff --git a/src/geniviextras/qdltregistration.cpp b/src/geniviextras/qdltregistration.cpp
index 5a9feb9..9046b77 100644
--- a/src/geniviextras/qdltregistration.cpp
+++ b/src/geniviextras/qdltregistration.cpp
@@ -1,14 +1,36 @@
-#include "qdltregistration.h"
-/************************************************************************************************
- * Copyright (c) 2012-2015 Pelagicore AG. All rights reserved.
- *
- * This software, including documentation, is protected by copyright controlled by Pelagicore AG.
- * All rights reserved. Copying, including reproducing, storing, adapting or translating, any or
- * all of this material requires prior written consent of Pelagicore AG Corporation. This material
- * also contains confidential information which may not be disclosed to others without the prior
- * written consent of Pelagicore AG.
- ************************************************************************************************/
+/****************************************************************************
+**
+** Copyright (C) 2015 Pelagicore AG
+** Contact: http://www.pelagicore.com/
+**
+** This file is part of $FOO$.
+**
+** $QT_BEGIN_LICENSE:LGPL21$
+** Commercial License Usage
+** Licensees holding valid commercial $FOO$ 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 Pelagicore. For licensing terms
+** and conditions see http://www.pelagicore.com.
+**
+** GNU Lesser General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 or version 3 as published by the Free
+** Software Foundation and appearing in the file LICENSE.LGPLv21 and
+** LICENSE.LGPLv3 included in the packaging of this file. Please review the
+** following information to ensure the GNU Lesser General Public License
+** requirements will be met: https://www.gnu.org/licenses/lgpl.html and
+** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** As a special exception, Pelagicore gives you certain additional
+** rights. These rights are described in Pelagicore LGPL Exception
+** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+#include "qdltregistration.h"
#include "qdltregistration_p.h"
#include <QDebug>