diff --git a/.github/semantic.yml b/.github/semantic.yml index 890ca4f..a7d5867 100644 --- a/.github/semantic.yml +++ b/.github/semantic.yml @@ -1,4 +1,4 @@ -# Copyright 2024 CratesLand Developers +# Copyright 2024 FastLabs Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -39,4 +39,4 @@ types: - chore - revert -targetUrl: https://github.com/cratesland/logforth/blob/main/.github/semantic.yml +targetUrl: https://github.com/fast/logforth/blob/main/.github/semantic.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48e8c6d..de6f95b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -# Copyright 2024 CratesLand Developers +# Copyright 2024 FastLabs Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/Cargo.toml b/Cargo.toml index 2d04392..b2c883a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2024 CratesLand Developers +# Copyright 2024 FastLabs Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,15 +15,15 @@ [package] name = "logforth" -authors = ["CratesLand Developers"] +authors = ["FastLabs Developers"] description = "A versatile and extensible logging implementation." edition = "2021" -homepage = "https://github.com/cratesland/logforth" +homepage = "https://github.com/fast/logforth" license = "Apache-2.0" readme = "README.md" -repository = "https://github.com/cratesland/logforth" +repository = "https://github.com/fast/logforth" rust-version = "1.71.0" -version = "0.9.0" +version = "0.9.1" categories = ["development-tools::debugging"] keywords = ["logging", "log", "opentelemetry", "fastrace"] diff --git a/README.md b/README.md index 3164982..01710ed 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ [docs-url]: https://docs.rs/logforth [license-badge]: https://img.shields.io/crates/l/logforth [license-url]: LICENSE -[actions-badge]: https://github.com/cratesland/logforth/workflows/CI/badge.svg -[actions-url]:https://github.com/cratesland/logforth/actions?query=workflow%3ACI +[actions-badge]: https://github.com/fast/logforth/workflows/CI/badge.svg +[actions-url]:https://github.com/fast/logforth/actions?query=workflow%3ACI ## Overview diff --git a/examples/fn_layout_filter.rs b/examples/fn_layout_filter.rs index 01f056f..bfd64f7 100644 --- a/examples/fn_layout_filter.rs +++ b/examples/fn_layout_filter.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/json_stdio.rs b/examples/json_stdio.rs index 4eacb07..2420ed5 100644 --- a/examples/json_stdio.rs +++ b/examples/json_stdio.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/rolling_file.rs b/examples/rolling_file.rs index 443bcc9..3571f77 100644 --- a/examples/rolling_file.rs +++ b/examples/rolling_file.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/simple_stdio.rs b/examples/simple_stdio.rs index 350bba0..1589851 100644 --- a/examples/simple_stdio.rs +++ b/examples/simple_stdio.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/licenserc.toml b/licenserc.toml index 0e76d37..2b80854 100644 --- a/licenserc.toml +++ b/licenserc.toml @@ -1,4 +1,4 @@ -# Copyright 2024 CratesLand Developers +# Copyright 2024 FastLabs Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,5 +17,5 @@ headerPath = "Apache-2.0.txt" includes = ['**/*.proto', '**/*.rs', '**/*.yml', '**/*.yaml', '**/*.toml'] [properties] -copyrightOwner = "CratesLand Developers" +copyrightOwner = "FastLabs Developers" inceptionYear = 2024 diff --git a/rust-toolchain.toml b/rust-toolchain.toml index d2159ed..9f15326 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ -# Copyright 2024 CratesLand Developers +# Copyright 2024 FastLabs Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rustfmt.toml b/rustfmt.toml index f9cc660..4ca11ce 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,4 +1,4 @@ -# Copyright 2024 CratesLand Developers +# Copyright 2024 FastLabs Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/append/fastrace.rs b/src/append/fastrace.rs index 63d2440..617a510 100644 --- a/src/append/fastrace.rs +++ b/src/append/fastrace.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/append/mod.rs b/src/append/mod.rs index b671bc4..2a05fef 100644 --- a/src/append/mod.rs +++ b/src/append/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/append/opentelemetry.rs b/src/append/opentelemetry.rs index f11c904..ce292b5 100644 --- a/src/append/opentelemetry.rs +++ b/src/append/opentelemetry.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/append/rolling_file/append.rs b/src/append/rolling_file/append.rs index d2919a4..6c7a523 100644 --- a/src/append/rolling_file/append.rs +++ b/src/append/rolling_file/append.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/append/rolling_file/clock.rs b/src/append/rolling_file/clock.rs index c27d26c..9ad806d 100644 --- a/src/append/rolling_file/clock.rs +++ b/src/append/rolling_file/clock.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/append/rolling_file/mod.rs b/src/append/rolling_file/mod.rs index a59b64a..bec33b2 100644 --- a/src/append/rolling_file/mod.rs +++ b/src/append/rolling_file/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/append/rolling_file/non_blocking.rs b/src/append/rolling_file/non_blocking.rs index b73faee..a668181 100644 --- a/src/append/rolling_file/non_blocking.rs +++ b/src/append/rolling_file/non_blocking.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/append/rolling_file/rolling.rs b/src/append/rolling_file/rolling.rs index 5065698..f4181ce 100644 --- a/src/append/rolling_file/rolling.rs +++ b/src/append/rolling_file/rolling.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/append/rolling_file/rotation.rs b/src/append/rolling_file/rotation.rs index 0810306..117ee22 100644 --- a/src/append/rolling_file/rotation.rs +++ b/src/append/rolling_file/rotation.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/append/rolling_file/worker.rs b/src/append/rolling_file/worker.rs index c5b9523..1b1a57d 100644 --- a/src/append/rolling_file/worker.rs +++ b/src/append/rolling_file/worker.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/append/stdio.rs b/src/append/stdio.rs index 073a23f..5c780eb 100644 --- a/src/append/stdio.rs +++ b/src/append/stdio.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/filter/custom.rs b/src/filter/custom.rs index 8958514..266714d 100644 --- a/src/filter/custom.rs +++ b/src/filter/custom.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/filter/level.rs b/src/filter/level.rs index 4cdc0ca..66e74da 100644 --- a/src/filter/level.rs +++ b/src/filter/level.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/filter/mod.rs b/src/filter/mod.rs index 5dc41a7..2038c4a 100644 --- a/src/filter/mod.rs +++ b/src/filter/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/layout/custom.rs b/src/layout/custom.rs index 5fff277..0235904 100644 --- a/src/layout/custom.rs +++ b/src/layout/custom.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/layout/identical.rs b/src/layout/identical.rs index 5712dd5..18efecc 100644 --- a/src/layout/identical.rs +++ b/src/layout/identical.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/layout/json.rs b/src/layout/json.rs index 96632d7..89f9848 100644 --- a/src/layout/json.rs +++ b/src/layout/json.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/layout/kv.rs b/src/layout/kv.rs index 670ed8f..a619f34 100644 --- a/src/layout/kv.rs +++ b/src/layout/kv.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/layout/mod.rs b/src/layout/mod.rs index 79ff0e6..de9d092 100644 --- a/src/layout/mod.rs +++ b/src/layout/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/layout/text.rs b/src/layout/text.rs index 0237a79..e06d683 100644 --- a/src/layout/text.rs +++ b/src/layout/text.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/lib.rs b/src/lib.rs index 0bbfdd2..e05f557 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -51,7 +51,7 @@ //! log::trace!("Hello trace!"); //! ``` //! -//! Read more demos under the [examples](https://github.com/cratesland/logforth/tree/main/examples) directory. +//! Read more demos under the [examples](https://github.com/fast/logforth/tree/main/examples) directory. pub mod append; pub mod filter; diff --git a/src/logger.rs b/src/logger.rs index b1d1cef..869f187 100644 --- a/src/logger.rs +++ b/src/logger.rs @@ -1,4 +1,4 @@ -// Copyright 2024 CratesLand Developers +// Copyright 2024 FastLabs Developers // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/taplo.toml b/taplo.toml index e722d86..8720420 100644 --- a/taplo.toml +++ b/taplo.toml @@ -1,4 +1,4 @@ -# Copyright 2024 CratesLand Developers +# Copyright 2024 FastLabs Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/typos.toml b/typos.toml index 5288ad5..55bd36b 100644 --- a/typos.toml +++ b/typos.toml @@ -1,4 +1,4 @@ -# Copyright 2024 CratesLand Developers +# Copyright 2024 FastLabs Developers # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.