From 65a00620d80a89603c3358fd4b90265a692ae767 Mon Sep 17 00:00:00 2001 From: dzmitry-huba <123517587+dzmitry-huba@users.noreply.github.com> Date: Thu, 7 Dec 2023 19:54:45 -0800 Subject: [PATCH] Update LICENSE file to contain boilerplate project owner (#533) Signed-off-by: Dzmitry Huba --- LICENSE | 2 +- src/config.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 9d9266484..4eedc0116 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ Apache License same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 TiKV Project Authors. + Copyright [yyyy] [name of copyright owner] 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/config.rs b/src/config.rs index 4d6aa73d2..eed62efa7 100644 --- a/src/config.rs +++ b/src/config.rs @@ -14,7 +14,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -pub use super::read_only::{ReadOnlyOption, ReadState}; +pub use super::read_only::ReadOnlyOption; use super::util::NO_LIMIT; use super::{ errors::{Error, Result},