Skip to content

Commit

Permalink
chore: add some dependency project descriptions in notice (apache#1499)
Browse files Browse the repository at this point in the history
Add some dependency project descriptions in `NOTICE`.

1. Add some dependency project descriptions in `NOTICE`.
2. Add `DEPENDENCIES` file.

No need.
  • Loading branch information
chunshao90 authored and zealchen committed Apr 9, 2024
1 parent e4ca207 commit bb15b63
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Copyright 2024 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

================================================================

This product includes a number of Dependencies with separate copyright notices
and license terms. Your use of these submodules is subject to the terms and
conditions of the following licenses.
Expand Down
15 changes: 14 additions & 1 deletion licenserc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,18 @@ excludes = [
# Derived
"horaemeta/server/coordinator/scheduler/nodepicker/hash/consistent_uniform_test.go",
"horaemeta/server/coordinator/scheduler/nodepicker/hash/consistent_uniform.go",
"horaemeta/server/service/http/route.go"
"horaemeta/server/service/http/route.go",
"src/server/src/federated.rs",
"src/server/src/session.rs",
"src/components/skiplist/benches/bench.rs",
"src/components/skiplist/src/lib.rs",
"src/components/skiplist/src/key.rs",
"src/components/skiplist/src/list.rs",
"src/components/skiplist/tests/tests.rs",
"src/components/skiplist/Cargo.toml",
"src/components/size_ext/src/lib.rs",
"src/components/future_ext/src/cancel.rs",
"src/components/tracing_util/src/lib.rs",
"src/components/tracing_util/src/logging.rs",
"src/components/tracing_util/Cargo.toml"
]

0 comments on commit bb15b63

Please sign in to comment.