From df7ffd198a15e2ccb53e8ed373c23a97230a5107 Mon Sep 17 00:00:00 2001 From: John Connelly Date: Tue, 11 Mar 2025 08:59:29 -0700 Subject: [PATCH 1/2] Updated SDK version in README.md --- README.md | 2 +- src/lib.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9e4d93..4ca9262 100644 --- a/README.md +++ b/README.md @@ -438,7 +438,7 @@ Please consult the [security guide](./SECURITY.md) for our responsible security ### License -Copyright (C) 2024, 2025 Oracle and/or its affiliates. All rights reserved. +Copyright (C) 2019, 2024, 2025 Oracle and/or its affiliates. All rights reserved. This SDK is licensed under the Universal Permissive License 1.0. See [LICENSE](https://github.com/oracle/nosql-rust-sdk/blob/main/LICENSE.txt) for diff --git a/src/lib.rs b/src/lib.rs index d405cd6..4a577b2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -63,7 +63,7 @@ //! To do so, add the following dependency to your `Cargo.toml` file: //! ```text //! [dependencies] -//! oracle-nosql-rust-sdk = "0.1.0" +//! oracle-nosql-rust-sdk = "0.1" //! ``` //! //! ## Configuring the SDK @@ -460,7 +460,7 @@ //! //! ## License //! -//! Copyright (C) 2019, 2024, 2025 Oracle and/or its affiliates. All rights reserved. +//! Copyright (C) 2024, 2025 Oracle and/or its affiliates. All rights reserved. //! //! This SDK is licensed under the Universal Permissive License 1.0. See //! [LICENSE](https://github.com/oracle/nosql-rust-sdk/blob/main/LICENSE.txt) for From d66663bc43b1d9221323c0723efed38086fe6c9d Mon Sep 17 00:00:00 2001 From: John Connelly Date: Tue, 11 Mar 2025 11:07:28 -0700 Subject: [PATCH 2/2] Fixed copyright date --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ca9262..e9e4d93 100644 --- a/README.md +++ b/README.md @@ -438,7 +438,7 @@ Please consult the [security guide](./SECURITY.md) for our responsible security ### License -Copyright (C) 2019, 2024, 2025 Oracle and/or its affiliates. All rights reserved. +Copyright (C) 2024, 2025 Oracle and/or its affiliates. All rights reserved. This SDK is licensed under the Universal Permissive License 1.0. See [LICENSE](https://github.com/oracle/nosql-rust-sdk/blob/main/LICENSE.txt) for