diff --git a/NOTICE b/NOTICE index c2746f155..9340680cb 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Iceberg Rust -Copyright 2023 The Apache Software Foundation +Copyright 2023-2024 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/README.md b/README.md index 30168141b..6a65904ac 100644 --- a/README.md +++ b/README.md @@ -81,13 +81,13 @@ The Apache Iceberg Rust project is composed of the following components: Iceberg Rust is built and tested with stable rust, and will keep a rolling MSRV(minimum supported rust version). The current MSRV is 1.77.1. -Also, we use unstable rust to run linters, such as `clippy` and `rustfmt`. But this will not affect downstream users, +Also, iceberg-rust use unstable rust to run linters, such as `clippy` and `rustfmt`. But this will not affect downstream users, and only MSRV is required. ## Contribute -Apache Iceberg is an active open-source project, governed under the Apache Software Foundation (ASF). We are always open to people who want to use or contribute to it. Here are some ways to get involved. +Apache Iceberg is an active open-source project, governed under the Apache Software Foundation (ASF). Iceberg-rust are always open to people who want to use or contribute to it. Here are some ways to get involved. - Start with [Contributing Guide](CONTRIBUTING.md). - Submit [Issues](https://github.com/apache/iceberg-rust/issues/new) for bug report or feature requests.