-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREUSE.toml
More file actions
107 lines (98 loc) · 3.73 KB
/
REUSE.toml
File metadata and controls
107 lines (98 loc) · 3.73 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# SPDX-FileCopyrightText: 2025 Sequent Tech Inc <legal@sequentech.io>
#
# SPDX-License-Identifier: AGPL-3.0-only
version = 1
SPDX-PackageName = "step"
SPDX-PackageSupplier = "Eduardo Robles <edu@sequentech.io>"
SPDX-PackageDownloadLocation = "https://github.com/sequentech"
[[annotations]]
path = [
"hasura/**",
".ackrc",
"packages/.ackrc",
"packages/.gitignore",
"packages/yarn.lock",
"packages/devenv.lock",
"packages/Cargo.lock",
"packages/Cargo.lock.copy",
".envrc",
".release-it.json",
".release-commit",
"devenv.lock",
"devenv.nix",
"graphql.schema.json",
"yarn.lock",
"packages/.ignore",
"packages/admin-portal/.ignore",
"packages/step-cli/.ignore",
"packages/ballot-verifier/.ignore",
"packages/braid/.ignore",
"packages/sequent-core/.ignore",
"packages/step-cli/src/graphql/**",
"packages/strand/.ignore",
"packages/ui-essentials/.ignore",
"packages/voting-portal/.ignore",
"packages/windmill/.ignore",
"packages/package.json",
"packages/admin-portal/graphql.schema.json",
"packages/admin-portal/logs/**",
"packages/admin-portal/tests_output/**",
"packages/voting-portal/graphql.schema.json",
"packages/voting-portal/logs/**",
"packages/voting-portal/src/gql/**",
"packages/voting-portal/tests_output/**",
"packages/voting-portal/reports/**",
"packages/windmill/src/graphql/**",
"packages/immudb-rs/proto/immudb/**",
"packages/keycloak-extensions/message-otp-authenticator/src/main/resources/theme-resources/templates/**",
"packages/keycloak-extensions/inetum-authenticator/src/main/resources/theme-resources/resources/inetum-sdk-4.0.3/**",
"packages/keycloak-extensions/conditional-authenticators/src/main/resources/META-INF/services/org.keycloak.protocol.ProtocolMapper",
"docs/assets/**",
"docs/docusaurus/**",
".devcontainer/minio/public-assets/**",
".devcontainer/minio/certs.json",
"packages/orare/doc_renderer/assets/**",
"packages/windmill/external-bin/janitor/**.xlsx",
"packages/step-cli/rust-local-target/release/step-cli"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Sequent Tech <legal@sequentech.io>"
SPDX-License-Identifier = "AGPL-3.0-only"
[[annotations]]
path = ".devcontainer/simplesamlphp/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 Sequent Tech <legal@sequentech.io>"
SPDX-License-Identifier = "AGPL-3.0-only"
[[annotations]]
path = "packages/admin-portal/public/roboto/**"
precedence = "aggregate"
SPDX-FileCopyrightText = ["", "Copyright 2015 Google Inc"]
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = [
"packages/admin-portal/public/intl-tel-input/**",
"packages/keycloak-extensions/sequent-theme/src/main/resources/theme/sequent.admin-portal/login/resources/intl-tel-input-23.3.2/**"
]
precedence = "aggregate"
SPDX-FileCopyrightText = ["", "2014-2016 Jack O'Connor"]
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "packages/keycloak-extensions/sequent-theme/src/main/resources/theme/sequent.admin-portal/login/resources/js/jquery-3.7.1.slim.min.js"
precedence = "aggregate"
SPDX-FileCopyrightText = ["", "OpenJS Foundation and other contributors, https://openjsf.org/"]
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "packages/keycloak-extensions/sequent-theme/src/main/resources/theme/sequent.admin-portal/login/resources/js/zxcvbn.js"
precedence = "aggregate"
SPDX-FileCopyrightText = ["", "2012-2016 Dan Wheeler and Dropbox, Inc."]
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "packages/admin-portal/public/sql-wasm.js"
precedence = "aggregate"
SPDX-FileCopyrightText = ["", "2025 Sequent Tech <legal@sequentech.io>"]
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "packages/admin-portal/public/sql-wasm.wasm"
precedence = "aggregate"
SPDX-FileCopyrightText = ["", "2025 Sequent Tech <legal@sequentech.io>"]
SPDX-License-Identifier = "MIT"