summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2024-03-25 17:10:45 +0200
committerTarja Sundqvist <tarja.sundqvist@qt.io>2024-03-26 12:18:54 +0000
commit40b4c578f8c919ff6197714a70a9aafd94db28e7 (patch)
treebae0ba4445e2a1b92018d43e6e47142df6a8bf48
parent925864c123ba736618af49f4ee0d2ebb25aa403b (diff)
Replace the commercial license header with opensource header
Removed the commercial license header that was added via commit fb2b09f111f6248d0f48b6e7d670d96b16878db3. The GPL Except license used instead as this header is commonly used in qttools files. Change-Id: I2fc568260685b465589ecc664d1918ed8a5f2310 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
-rw-r--r--src/linguist/lupdate/filesignificancecheck.cpp18
-rw-r--r--src/linguist/lupdate/filesignificancecheck.h18
2 files changed, 18 insertions, 18 deletions
diff --git a/src/linguist/lupdate/filesignificancecheck.cpp b/src/linguist/lupdate/filesignificancecheck.cpp
index ff362c3e6..fdae975f8 100644
--- a/src/linguist/lupdate/filesignificancecheck.cpp
+++ b/src/linguist/lupdate/filesignificancecheck.cpp
@@ -5,8 +5,7 @@
**
** This file is part of the Qt Linguist of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:COMM$
-**
+** $QT_BEGIN_LICENSE:GPL-EXCEPT$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
@@ -15,14 +14,15 @@
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
-** $QT_END_LICENSE$
-**
-**
-**
-**
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU
+** General Public License version 3 as published by the Free Software
+** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
+** included in the packaging of this file. Please review the following
+** information to ensure the GNU General Public License requirements will
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
**
+** $QT_END_LICENSE$
**
******************************************************************************/
diff --git a/src/linguist/lupdate/filesignificancecheck.h b/src/linguist/lupdate/filesignificancecheck.h
index 7607ce0d9..404e57b55 100644
--- a/src/linguist/lupdate/filesignificancecheck.h
+++ b/src/linguist/lupdate/filesignificancecheck.h
@@ -5,8 +5,7 @@
**
** This file is part of the Qt Linguist of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:COMM$
-**
+** $QT_BEGIN_LICENSE:GPL-EXCEPT$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
@@ -15,14 +14,15 @@
** and conditions see https://www.qt.io/terms-conditions. For further
** information use the contact form at https://www.qt.io/contact-us.
**
-** $QT_END_LICENSE$
-**
-**
-**
-**
-**
-**
+** GNU General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU
+** General Public License version 3 as published by the Free Software
+** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
+** included in the packaging of this file. Please review the following
+** information to ensure the GNU General Public License requirements will
+** be met: https://www.gnu.org/licenses/gpl-3.0.html.
**
+** $QT_END_LICENSE$
**
******************************************************************************/