summaryrefslogtreecommitdiffstats
path: root/LICENSE
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-06-03 15:12:29 +0200
committerJörg Bornemann <joerg.bornemann@qt.io>2022-06-07 11:54:26 +0000
commit76e5a91f28c07dc0288581fec5c40474a76e6c6e (patch)
treefea2bfe7a2f2654b27b48fca192b93bc03c7d75e /LICENSE
parentb7526e39ba9fd0ac51417348b8f2b5d07013c46c (diff)
Use SPDX license identifiers
Replace the current license header in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: I385751ca6bdcb72ccf69d5cfefc97acba836135b Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE29
1 files changed, 0 insertions, 29 deletions
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 696ad4a..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,29 +0,0 @@
-Unless noted otherwise, the following 3-clause BSD-style license
-applies to the scripts in this package:
-
-Copyright (C) 2015 The Qt Company Ltd.
-Contact: http://www.qt.io/licensing/
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-3. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGE.