mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-07-10 01:44:42 -06:00
117 lines
3.7 KiB
TOML
117 lines
3.7 KiB
TOML
version = 1
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"REUSE.toml",
|
|
"CMakeSettings.json",
|
|
"CMakePresets.json",
|
|
".github/FUNDING.yml",
|
|
".github/shadps4.png",
|
|
".gitmodules",
|
|
"cmake/CMakeDarwinPresets.json",
|
|
"cmake/CMakeLinuxPresets.json",
|
|
"cmake/CMakeWindowsPresets.json",
|
|
"documents/Screenshots/*",
|
|
"documents/Screenshots/Linux/*",
|
|
"documents/Screenshots/Windows/*",
|
|
"flake.lock",
|
|
"scripts/ps4_names.txt",
|
|
"src/dist/MacOSBundleInfo.plist.in",
|
|
"src/dist/net.shadps4.shadPS4.desktop",
|
|
"src/dist/net.shadps4.shadPS4.svg",
|
|
"src/dist/shadps4.ico",
|
|
"src/dist/shadps4.rc",
|
|
"src/resources/big_picture/controller.png",
|
|
"src/resources/big_picture/experimental.png",
|
|
"src/resources/big_picture/folder.png",
|
|
"src/resources/big_picture/graphics.png",
|
|
"src/resources/big_picture/log.png",
|
|
"src/resources/big_picture/profiles.png",
|
|
"src/resources/big_picture/settings.png",
|
|
"src/resources/big_picture/trophy.png",
|
|
"src/resources/bronze.png",
|
|
"src/resources/gold.png",
|
|
"src/resources/platinum.png",
|
|
"src/resources/shadps4.png",
|
|
"src/resources/silver.png",
|
|
"src/resources/trophy.wav",
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "shadPS4 Emulator Project"
|
|
SPDX-License-Identifier = "GPL-2.0-or-later"
|
|
|
|
[[annotations]]
|
|
path = "externals/cmake-modules/**"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2009-2010 Iowa State University"
|
|
SPDX-License-Identifier = "BSL-1.0"
|
|
|
|
[[annotations]]
|
|
path = "externals/renderdoc/**"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2019-2024 Baldur Karlsson"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = "externals/stb/**"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2017 Sean Barrett"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = "externals/tracy/**"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2017-2024 Bartosz Taudul <wolf@nereid.pl>"
|
|
SPDX-License-Identifier = "BSD-3-Clause"
|
|
|
|
[[annotations]]
|
|
path = "src/imgui/renderer/fonts/NotoSans-Regular.ttf"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Copyright 2022 The Noto Project Authors (https://github.com/notofonts/latin-greek-cyrillic)"
|
|
SPDX-License-Identifier = "OFL-1.1"
|
|
|
|
[[annotations]]
|
|
path = "src/imgui/renderer/fonts/NotoSansArabic-Regular.ttf"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Copyright 2015-2021 Google LLC. All Rights Reserved."
|
|
SPDX-License-Identifier = "OFL-1.1"
|
|
|
|
[[annotations]]
|
|
path = "src/imgui/renderer/fonts/NotoSansThai-Regular.ttf"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Copyright 2016 Google Inc. All Rights Reserved."
|
|
SPDX-License-Identifier = "OFL-1.1"
|
|
|
|
[[annotations]]
|
|
path = "src/imgui/renderer/fonts/NotoSansSymbols2-Regular.ttf"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Copyright 2017 Google Inc. All Rights Reserved."
|
|
SPDX-License-Identifier = "OFL-1.1"
|
|
|
|
[[annotations]]
|
|
path = "src/imgui/renderer/fonts/NotoSansCJK-Regular.ttc"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Copyright 2014-2021 Adobe (http://www.adobe.com/)."
|
|
SPDX-License-Identifier = "OFL-1.1"
|
|
|
|
[[annotations]]
|
|
path = "src/imgui/renderer/fonts/ProggyVector-Regular.ttf"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "Copyright (c) 2004, 2005 Tristan Grimmer"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = "externals/gcn/include/**"
|
|
SPDX-FileCopyrightText = "NONE"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
[[annotations]]
|
|
path = "cmake/CMakeRC.cmake"
|
|
SPDX-FileCopyrightText = "Copyright (c) 2017 vector-of-bool <vectorofbool@gmail.com>"
|
|
SPDX-License-Identifier = "MIT"
|
|
|
|
[[annotations]]
|
|
path = "src/video_core/host_shaders/fsr/*"
|
|
SPDX-FileCopyrightText = "Copyright (c) 2021 Advanced Micro Devices, Inc. All rights reserved."
|
|
SPDX-License-Identifier = "MIT"
|