-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREUSE.toml
More file actions
54 lines (46 loc) · 1.58 KB
/
Copy pathREUSE.toml
File metadata and controls
54 lines (46 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
version = 1
[[annotations]]
path = [
"config.json.sample",
"firebaseBranch.json",
"package-lock.json",
"package.json",
"translate/en.json",
"translate/fr.json",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2020 Opal Health Informatics Group at the Research Institute of the McGill University Health Centre <john.kildea@mcgill.ca>"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = [
"images/favicons/favicon-source.png",
"images/logos/hero-logo-inverse.png",
"images/logos/hero-logo.png",
"images/logos/navbar-logo-en.png",
"images/logos/navbar-logo-fr.png",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2015 Ackeem Joseph <ackeem.joseph@muhc.mcgill.ca>"
SPDX-License-Identifier = "LicenseRef-OpalTrademarks"
[[annotations]]
path = [
"images/logos/AppStore_EN.svg",
"images/logos/AppStore_FR.svg",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2020 Apple Inc."
# See:
# - https://developer.apple.com/app-store/marketing/guidelines/
# - https://github.com/nextcloud/server/blob/master/LICENSES/LicenseRef-AppleAppStoreBadge.txt
SPDX-License-Identifier = "LicenseRef-AppleAppStoreBadge"
[[annotations]]
path = [
"images/logos/PlayStore_EN.png",
"images/logos/PlayStore_FR.png",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright (C) 2020 Google LLC."
# See:
# - https://play.google.com/intl/en_us/badges/
# - https://github.com/nextcloud/server/blob/master/LICENSES/LicenseRef-GooglePlayBadge.txt
SPDX-License-Identifier = "LicenseRef-GooglePlayBadge"