Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Notice file change #318

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
137 changes: 74 additions & 63 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This page lists the licenses of the projects used in cargo-about.

## Overview of licenses

- Apache License 2.0 (175)
- MIT License (85)
- Apache License 2.0 (178)
- MIT License (86)
- BSD 3-Clause "New" or "Revised" License (1)
- Unicode License Agreement - Data Files and Software (2016) (1)

Expand Down Expand Up @@ -2156,17 +2156,17 @@ This page lists the licenses of the projects used in cargo-about.
#### Used by

- [anyhow]( https://github.com/dtolnay/anyhow ) 1.0.86
- [async-trait]( https://github.com/dtolnay/async-trait ) 0.1.80
- [async-trait]( https://github.com/dtolnay/async-trait ) 0.1.81
- [itoa]( https://github.com/dtolnay/itoa ) 1.0.10
- [libc]( https://github.com/rust-lang/libc ) 0.2.153
- [prettyplease]( https://github.com/dtolnay/prettyplease ) 0.2.16
- [proc-macro2]( https://github.com/dtolnay/proc-macro2 ) 1.0.78
- [quote]( https://github.com/dtolnay/quote ) 1.0.35
- [rustversion]( https://github.com/dtolnay/rustversion ) 1.0.14
- [ryu]( https://github.com/dtolnay/ryu ) 1.0.16
- [serde]( https://github.com/serde-rs/serde ) 1.0.202
- [serde_derive]( https://github.com/serde-rs/serde ) 1.0.202
- [serde_json]( https://github.com/serde-rs/json ) 1.0.117
- [serde]( https://github.com/serde-rs/serde ) 1.0.204
- [serde_derive]( https://github.com/serde-rs/serde ) 1.0.204
- [serde_json]( https://github.com/serde-rs/json ) 1.0.120
- [serde_repr]( https://github.com/dtolnay/serde-repr ) 0.1.18
- [serde_urlencoded]( https://github.com/nox/serde_urlencoded ) 0.7.1
- [syn]( https://github.com/dtolnay/syn ) 2.0.48
Expand Down Expand Up @@ -3649,7 +3649,7 @@ limitations under the License.
#### Used by

- [addr2line]( https://github.com/gimli-rs/addr2line ) 0.21.0
- [ahash]( https://github.com/tkaitchuck/ahash ) 0.8.7
- [ahash]( https://github.com/tkaitchuck/ahash ) 0.8.11
- [autocfg]( https://github.com/cuviper/autocfg ) 1.1.0
- [backtrace]( https://github.com/rust-lang/backtrace-rs ) 0.3.69
- [base64]( https://github.com/marshallpierce/rust-base64 ) 0.21.7
Expand Down Expand Up @@ -3683,7 +3683,7 @@ limitations under the License.
- [indexmap]( https://github.com/indexmap-rs/indexmap ) 2.2.3
- [itertools]( https://github.com/rust-itertools/itertools ) 0.10.5
- [js-sys]( https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys ) 0.3.68
- [lazy_static]( https://github.com/rust-lang-nursery/lazy-static.rs ) 1.4.0
- [lazy_static]( https://github.com/rust-lang-nursery/lazy-static.rs ) 1.5.0
- [libm]( https://github.com/rust-lang/libm ) 0.2.8
- [linux-raw-sys]( https://github.com/sunfishcode/linux-raw-sys ) 0.4.13
- [lock_api]( https://github.com/Amanieu/parking_lot ) 0.4.11
Expand All @@ -3694,16 +3694,19 @@ limitations under the License.
- [num_cpus]( https://github.com/seanmonstar/num_cpus ) 1.16.0
- [object]( https://github.com/gimli-rs/object ) 0.32.2
- [once_cell]( https://github.com/matklad/once_cell ) 1.19.0
- [parking_lot]( https://github.com/Amanieu/parking_lot ) 0.12.2
- [parking_lot]( https://github.com/Amanieu/parking_lot ) 0.12.3
- [parking_lot_core]( https://github.com/Amanieu/parking_lot ) 0.9.9
- [percent-encoding]( https://github.com/servo/rust-url/ ) 2.3.1
- [petgraph]( https://github.com/petgraph/petgraph ) 0.6.4
- [prost]( https://github.com/tokio-rs/prost ) 0.13.0
- [prost-build]( https://github.com/tokio-rs/prost ) 0.12.3
- [prost-derive]( https://github.com/tokio-rs/prost ) 0.12.6
- [prost-derive]( https://github.com/tokio-rs/prost ) 0.13.0
- [prost-types]( https://github.com/tokio-rs/prost ) 0.12.6
- [prost-types]( https://github.com/tokio-rs/prost ) 0.13.0
- [rayon]( https://github.com/rayon-rs/rayon ) 1.8.1
- [rayon-core]( https://github.com/rayon-rs/rayon ) 1.12.1
- [regex]( https://github.com/rust-lang/regex ) 1.10.4
- [regex]( https://github.com/rust-lang/regex ) 1.10.5
- [regex-automata]( https://github.com/rust-lang/regex/tree/master/regex-automata ) 0.4.5
- [regex-syntax]( https://github.com/rust-lang/regex ) 0.6.29
- [regex-syntax]( https://github.com/rust-lang/regex/tree/master/regex-syntax ) 0.8.2
Expand All @@ -3720,8 +3723,8 @@ limitations under the License.
- [tinytemplate]( https://github.com/bheisler/TinyTemplate ) 1.2.1
- [unicode-bidi]( https://github.com/servo/unicode-bidi ) 0.3.15
- [unicode-normalization]( https://github.com/unicode-rs/unicode-normalization ) 0.1.22
- [url]( https://github.com/servo/rust-url ) 2.5.0
- [uuid]( https://github.com/uuid-rs/uuid ) 1.8.0
- [url]( https://github.com/servo/rust-url ) 2.5.2
- [uuid]( https://github.com/uuid-rs/uuid ) 1.9.1
- [version_check]( https://github.com/SergioBenitez/version_check ) 0.9.4
- [wasi]( https://github.com/bytecodealliance/wasi ) 0.11.0+wasi-snapshot-preview1
- [wasm-bindgen]( https://github.com/rustwasm/wasm-bindgen ) 0.2.91
Expand Down Expand Up @@ -4130,7 +4133,6 @@ END OF TERMS AND CONDITIONS

#### Used by

- [rand_core]( https://github.com/rust-random/rand ) 0.6.4
- [rand_distr]( https://github.com/rust-random/rand ) 0.4.3

#### License
Expand Down Expand Up @@ -5233,6 +5235,7 @@ limitations under the License.
- [bollard-stubs]( https://crates.io/crates/bollard-stubs ) 1.44.0-rc.2
- [half]( https://github.com/starkat99/half-rs ) 2.3.1
- [prost]( https://github.com/tokio-rs/prost ) 0.12.6
- [rand_core]( https://github.com/rust-random/rand ) 0.6.4
- [winapi-i686-pc-windows-gnu]( https://github.com/retep998/winapi-rs ) 0.4.0
- [winapi-x86_64-pc-windows-gnu]( https://github.com/retep998/winapi-rs ) 0.4.0

Expand Down Expand Up @@ -6076,8 +6079,9 @@ DEALINGS IN THE SOFTWARE.
#### Used by

- [tonic]( https://github.com/hyperium/tonic ) 0.11.0
- [tonic]( https://github.com/hyperium/tonic ) 0.12.0
- [tonic-build]( https://github.com/hyperium/tonic ) 0.10.2
- [tonic-reflection]( https://github.com/hyperium/tonic ) 0.11.0
- [tonic-reflection]( https://github.com/hyperium/tonic ) 0.12.0

#### License

Expand Down Expand Up @@ -6108,8 +6112,8 @@ THE SOFTWARE.

#### Used by

- [metrics]( https://github.com/metrics-rs/metrics ) 0.22.1
- [metrics-util]( https://github.com/metrics-rs/metrics ) 0.16.3
- [metrics]( https://github.com/metrics-rs/metrics ) 0.23.0
- [metrics-util]( https://github.com/metrics-rs/metrics ) 0.17.0

#### License

Expand Down Expand Up @@ -6171,7 +6175,6 @@ THE SOFTWARE.

#### Used by

- [tokio]( https://github.com/tokio-rs/tokio ) 1.37.0
- [tokio-stream]( https://github.com/tokio-rs/tokio ) 0.1.15
- [tokio-util]( https://github.com/tokio-rs/tokio ) 0.7.11

Expand Down Expand Up @@ -6210,40 +6213,33 @@ DEALINGS IN THE SOFTWARE.

#### Used by

- [tokio-macros]( https://github.com/tokio-rs/tokio ) 2.2.0
- [axum-core]( https://github.com/tokio-rs/axum ) 0.3.4

#### License

```text
Copyright (c) 2023 Tokio Contributors
Copyright 2021 Axum Contributors

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software without restriction, including without
limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software
is furnished to do so, subject to the following
conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice
shall be included in all copies or substantial portions
of the Software.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The MIT License (MIT)
```

Copyright (c) 2019 Yoshua Wuyts
### MIT (MIT License)

#### Used by

- [test-case]( https://github.com/frondeus/test-case ) 2.2.2

#### License

```text
MIT License

Copyright (c) 2017 Marcin Sas-Szymański

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -6269,33 +6265,15 @@ SOFTWARE.

#### Used by

- [axum-core]( https://github.com/tokio-rs/axum ) 0.3.4

#### License

```text
Copyright 2021 Axum Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

```

### MIT (MIT License)

#### Used by

- [test-case]( https://github.com/frondeus/test-case ) 2.2.2
- [tokio-macros]( https://github.com/tokio-rs/tokio ) 2.3.0

#### License

```text
MIT License

Copyright (c) 2017 Marcin Sas-Szymański
Copyright (c) 2019 Yoshua Wuyts
Copyright (c) Tokio Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -6398,6 +6376,39 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

#### Used by

- [tokio]( https://github.com/tokio-rs/tokio ) 1.38.0

#### License

```text
MIT License

Copyright (c) Tokio Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

```

### MIT (MIT License)

#### Used by

- [overload]( https://github.com/danaugrs/overload ) 0.1.1

#### License
Expand Down