aboutsummaryrefslogtreecommitdiffstats
path: root/make-release-archive.sh
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@qt.io>2016-08-29 13:44:29 +0300
committerIikka Eklund <iikka.eklund@qt.io>2016-08-29 12:26:44 +0000
commit5d7d6684172b5cff30f3d41819e925d91c2f988a (patch)
treeb2ae109994cbc56e3e771a616e26b067150a7f56 /make-release-archive.sh
parent95eea53e12ac964efe72e9145b7d822d239d4ef1 (diff)
Update license headers
Patch-set 3 includes rest of the files. Every source file needs to have up-to-date license headers in order to pass ci. Change-Id: I55ed96910b5cb13513f80eb118feafcdaa32e8b0 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Diffstat (limited to 'make-release-archive.sh')
-rw-r--r--make-release-archive.sh39
1 files changed, 39 insertions, 0 deletions
diff --git a/make-release-archive.sh b/make-release-archive.sh
index 0fa00f38d..b554e78fe 100644
--- a/make-release-archive.sh
+++ b/make-release-archive.sh
@@ -1,5 +1,44 @@
#!/bin/sh
+#############################################################################
+##
+## Copyright (C) 2016 The Qt Company Ltd.
+## Contact: https://www.qt.io/licensing/
+##
+## This file is part of Qbs.
+##
+## $QT_BEGIN_LICENSE:LGPL$
+## 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 https://www.qt.io/terms-conditions. For further
+## information use the contact form at https://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.LGPL3 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-3.0.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 (at your option) the GNU General
+## Public license version 3 or any later version approved by the KDE Free
+## Qt Foundation. The licenses are as published by the Free Software
+## Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
+## 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-2.0.html and
+## https://www.gnu.org/licenses/gpl-3.0.html.
+##
+## $QT_END_LICENSE$
+##
+#############################################################################
+
test $# -eq 2 || { echo "Usage: $(basename $0) <archive format> <tag>" >&2; exit 1; }
format=${1}