Add SPDX identifiers for REUSE compliance

Co-authored-by: Mat Sutcliffe <oktal3700@gmail.com>
This commit is contained in:
Lars Toenning
2023-08-25 19:37:41 +02:00
parent 5a6e0b87d2
commit bcc4bdd31e
2281 changed files with 6252 additions and 13769 deletions

View File

@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: CC0-1.0
################################
# Unix rpath
################################

View File

@@ -1,11 +1,5 @@
# Copyright (C) 2015
# swift project Community / Contributors
#
# This file is part of swift project. It is subject to the license terms in
# the LICENSE file found in the top-level directory of this distribution and
# at http://www.swift-project.org/license.html. No part of swift project,
# including this file, may be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file.
# SPDX-FileCopyrightText: Copyright (C) 2015 swift Project Community / Contributors
# SPDX-License-Identifier: CC0-1.0
################################
# Destination tree

View File

@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: CC0-1.0
# Make sure _QMAKE_CACHE_ is initialized (otherwise config.log goes to the root directory)
cache()

View File

@@ -1,2 +1,5 @@
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: CC0-1.0
include(wordsize.pri)
include(externals.pri)

View File

@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: CC0-1.0
copy_files.name = COPY
copy_files.input = COPY_FILES
copy_files.CONFIG = no_link

View File

@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: CC0-1.0
################################
# Path to external dependencies
################################

View File

@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: CC0-1.0
LIBS *= -L$$DestRoot/lib
unix:!macx {

View File

@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: CC0-1.0
swiftConfig(templight) {
CXXFLAGS_NO_TEMPLIGHT = $$QMAKE_CXXFLAGS
QMAKE_CXXFLAGS += -Xtemplight -profiler -Xtemplight -ignore-system

View File

@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: CC0-1.0
#
# Identifiers matching the regular expressions below
# will be omitted from templight traces.

View File

@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: CC0-1.0
win32:isEmpty(MINGW_IN_SHELL) {
TOUCH = copy /y nul >nul
}

View File

@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: CC0-1.0
win32: GIT_BIN = $$system($$(SYSTEMROOT)\system32\where git 2> nul)
else: GIT_BIN = $$system(which git 2> /dev/null)

View File

@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: CC0-1.0
msvc:DEFINES *= _SCL_SECURE_NO_WARNINGS
# swift standard warnings

View File

@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
# SPDX-License-Identifier: CC0-1.0
msvc {
contains(QMAKE_TARGET.arch, x86_64) {
WORD_SIZE = 64