You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fluffychat/REUSE.toml

63 lines
1.4 KiB
TOML

# SPDX-FileCopyrightText: 2019-Present Christian Kußowski
# SPDX-FileCopyrightText: 2019-Present Contributors to FluffyChat
#
# SPDX-License-Identifier: AGPL-3.0-or-later
version = 1
[[annotations]]
path = [
".mailmap",
".tool_versions.yaml",
"pubspec.lock",
"*.json",
".vscode/**",
"lib/l10n/**",
"assets/vodozemac/**",
".github/**",
".gitignore",
".metadata",
"android/**",
"ios/**",
"linux/**",
"macos/**",
"integration_test/.gitignore",
"integration_test/data/**",
"integration_test/synapse/**",
"snap/**",
"windows/**",
"web/**"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2019-Present Christian Kußowski"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = [
"assets/sounds/**"
]
SPDX-FileCopyrightText = "Pixabay"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = [
"assets/sas-emoji.json"
]
SPDX-FileCopyrightText = "Matrix Foundation"
SPDX-License-Identifier = "Apache-2.0"
# App Logo
[[annotations]]
path = [
"assets/logo/**",
"android/app/src/main/res/mipmap**/**",
"ios/Runner/Assets.xcassets/AppIcon.appiconset/**",
"macos/Runner/Assets.xcassets/AppIcon.appiconset/**",
"web/icons/**",
"web/splash/**",
"snap/gui/*.png",
"windows/runner/resources/app_icon.ico"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2019-Present Christian Kußowski"
SPDX-License-Identifier = "LicenseRef-AllRightsReserved"