-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy path.licensei.toml
More file actions
42 lines (41 loc) · 2.54 KB
/
.licensei.toml
File metadata and controls
42 lines (41 loc) · 2.54 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
approved = [
"mit",
"mit-0",
"apache-2.0",
"bsd-3-clause",
"bsd-2-clause",
"mpl-2.0",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"0BSD",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"MIT",
"OpenSSL",
"CC0-1.0",
]
ignored = [
"github.com/agntcy/dir/api",
"buf.build/gen/go/agntcy/oasf/protocolbuffers/go",
"google.golang.org/protobuf", # BSD-3-Clause
"github.com/xi2/xz", # Public Domain https://github.com/xi2/xz/blob/master/LICENSE
"github.com/libp2p/go-libp2p-gorpc", # MIT https://github.com/libp2p/go-libp2p-gorpc/blob/master/LICENSE-MIT
"github.com/libp2p/go-libp2p-pubsub", # MIT https://github.com/libp2p/go-libp2p-pubsub/blob/master/LICENSE-MIT
"go.mongodb.org/mongo-driver", # Apache License 2.0 https://github.com/mongodb/mongo-go-driver/blob/master/LICENSE
"modernc.org/sqlite", # BSD-3-Clause https://gitlab.com/cznic/sqlite/-/blob/master/LICENSE
"modernc.org/libc", # BSD-3-Clause https://gitlab.com/cznic/libc/-/blob/master/LICENSE
"modernc.org/mathutil", # BSD-3-Clause https://gitlab.com/cznic/mathutil/-/blob/master/LICENSE
"modernc.org/memory", # BSD-3-Clause https://gitlab.com/cznic/memory/-/blob/master/LICENSE
"gitlab.com/gitlab-org/api/client-go", # Apache License 2.0 https://gitlab.com/gitlab-org/api/client-go/-/blob/main/LICENSE
"github.com/xeipuuv/gojsonpointer", # Apache License 2.0 https://github.com/xeipuuv/gojsonpointer/blob/master/LICENSE-APACHE-2.0.txt
"github.com/xeipuuv/gojsonreference", # Apache License 2.0 https://github.com/xeipuuv/gojsonreference/blob/master/LICENSE-APACHE-2.0.txt
"github.com/xeipuuv/gojsonschema", # Apache License 2.0 https://github.com/xeipuuv/gojsonschema/blob/master/LICENSE-APACHE-2.0.txt
"buf.build/gen/go/agntcy/oasf-sdk/protocolbuffers/go", # Apache License 2.0 https://github.com/agntcy/oasf-sdk/blob/main/LICENSE.md
"buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go", # Generated protobuf code, no license file
"github.com/grpc-ecosystem/go-grpc-middleware/v2", # Apache License 2.0 https://github.com/grpc-ecosystem/go-grpc-middleware/blob/main/LICENSE
"gonum.org/v1/gonum", # BSD-3-Clause https://github.com/gonum/gonum/blob/master/LICENSE
"github.com/modelcontextprotocol/registry", # Apache License 2.0 https://github.com/modelcontextprotocol/registry/blob/main/LICENSE
"github.com/modelcontextprotocol/go-sdk", # Apache License 2.0 https://github.com/modelcontextprotocol/go-sdk/blob/main/LICENSE
"github.com/muhlemmer/gu", # Unlicense (public domain) https://github.com/muhlemmer/gu/blob/master/LICENSE - transitive dep of zitadel/oidc
]