tokio-rs / tracing

Application level tracing for Rust.
https://tracing.rs
MIT License
5.39k stars 707 forks source link

docs: Update license year to 2024 #2922

Open joshka opened 6 months ago

joshka commented 6 months ago

This removes the copyright year in all the LICENSE files. It also uses the MIT license text with the wrapping from https://choosealicense.com/licenses/mit/ rather than the more narrow wrapped text that was previously used, and adds the explicit "MIT License" header to each file to make this more obvious.

Motivation

When I opened the license file, I was unsure if this was MIT licensed or another custom license due to the lack of header and non-standard formatting.

Solution

Use a more standard formatted license, and ensure the header states this is an MIT License.

joshka commented 6 months ago

See also comments in related PR for Tokio https://github.com/tokio-rs/tokio/pull/6451

joshka commented 4 months ago

ping