From c8dc0453f39fb2f50a33992ec78512742f64abb1 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Fri, 2 Feb 2024 14:54:37 +0800 Subject: [PATCH] chore: make license eye happy --- examples/ingest.rs | 2 +- examples/stream_ingest.rs | 2 +- src/api/mod.rs | 2 +- src/api/v1.rs | 2 +- src/channel_manager.rs | 2 +- src/client.rs | 2 +- src/database.rs | 2 +- src/error.rs | 2 +- src/helpers/mod.rs | 2 +- src/helpers/schema.rs | 2 +- src/helpers/values.rs | 2 +- src/lib.rs | 2 +- src/load_balance.rs | 2 +- src/stream_insert.rs | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/examples/ingest.rs b/examples/ingest.rs index 49f3dd4..d43804c 100644 --- a/examples/ingest.rs +++ b/examples/ingest.rs @@ -1,4 +1,4 @@ -// Copyright 2023 Greptime Team +// Copyright 2024 Greptime Team // // 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/stream_ingest.rs b/examples/stream_ingest.rs index 8cf4184..17ad695 100644 --- a/examples/stream_ingest.rs +++ b/examples/stream_ingest.rs @@ -1,4 +1,4 @@ -// Copyright 2023 Greptime Team +// Copyright 2024 Greptime Team // // 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/api/mod.rs b/src/api/mod.rs index 5558f3c..2791325 100644 --- a/src/api/mod.rs +++ b/src/api/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 Greptime Team +// Copyright 2024 Greptime Team // // 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/api/v1.rs b/src/api/v1.rs index 41eb051..8fc1b96 100644 --- a/src/api/v1.rs +++ b/src/api/v1.rs @@ -1,4 +1,4 @@ -// Copyright 2023 Greptime Team +// Copyright 2024 Greptime Team // // 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/channel_manager.rs b/src/channel_manager.rs index 2b609cf..480f45d 100644 --- a/src/channel_manager.rs +++ b/src/channel_manager.rs @@ -1,4 +1,4 @@ -// Copyright 2023 Greptime Team +// Copyright 2024 Greptime Team // // 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/client.rs b/src/client.rs index a556427..0aa462f 100644 --- a/src/client.rs +++ b/src/client.rs @@ -1,4 +1,4 @@ -// Copyright 2023 Greptime Team +// Copyright 2024 Greptime Team // // 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/database.rs b/src/database.rs index 0a163af..7cd7237 100644 --- a/src/database.rs +++ b/src/database.rs @@ -1,4 +1,4 @@ -// Copyright 2023 Greptime Team +// Copyright 2024 Greptime Team // // 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/error.rs b/src/error.rs index 1c0a04a..37f4671 100644 --- a/src/error.rs +++ b/src/error.rs @@ -1,4 +1,4 @@ -// Copyright 2023 Greptime Team +// Copyright 2024 Greptime Team // // 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/helpers/mod.rs b/src/helpers/mod.rs index f1c57ce..0590845 100644 --- a/src/helpers/mod.rs +++ b/src/helpers/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 Greptime Team +// Copyright 2024 Greptime Team // // 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/helpers/schema.rs b/src/helpers/schema.rs index 8e88062..b71e207 100644 --- a/src/helpers/schema.rs +++ b/src/helpers/schema.rs @@ -1,4 +1,4 @@ -// Copyright 2023 Greptime Team +// Copyright 2024 Greptime Team // // 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/helpers/values.rs b/src/helpers/values.rs index 1f6d9fc..2cc95a8 100644 --- a/src/helpers/values.rs +++ b/src/helpers/values.rs @@ -1,4 +1,4 @@ -// Copyright 2023 Greptime Team +// Copyright 2024 Greptime Team // // 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 63665e2..4270cbb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 Greptime Team +// Copyright 2024 Greptime Team // // 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/load_balance.rs b/src/load_balance.rs index d283788..f48dded 100644 --- a/src/load_balance.rs +++ b/src/load_balance.rs @@ -1,4 +1,4 @@ -// Copyright 2023 Greptime Team +// Copyright 2024 Greptime Team // // 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/stream_insert.rs b/src/stream_insert.rs index 5d22bbc..d6bfa82 100644 --- a/src/stream_insert.rs +++ b/src/stream_insert.rs @@ -1,4 +1,4 @@ -// Copyright 2023 Greptime Team +// Copyright 2024 Greptime Team // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.