diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 49d4a54677..d94ac528ef 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5682afce85..fd7207667a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index a10599ca5a..4a4e8b7426 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/.github/actions-rs/gcrov.yml b/.github/actions-rs/gcrov.yml index cdb94e809e..aa08342854 100644 --- a/.github/actions-rs/gcrov.yml +++ b/.github/actions-rs/gcrov.yml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/.github/codecov.yml b/.github/codecov.yml index 2f738ad94e..2cf3e00970 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13b4773a34..ae4473fd3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e241b90fc2..fd2e6b3383 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/.github/workflows/docker-build-image.yml b/.github/workflows/docker-build-image.yml index 541c0ea951..a34d907c34 100644 --- a/.github/workflows/docker-build-image.yml +++ b/.github/workflows/docker-build-image.yml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/.github/workflows/tsbs.yml b/.github/workflows/tsbs.yml index 24ebd0a7c7..5f2d979a17 100644 --- a/.github/workflows/tsbs.yml +++ b/.github/workflows/tsbs.yml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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 01af922e94..6f95cf820a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/analytic_engine/Cargo.toml b/analytic_engine/Cargo.toml index 661b19b1e9..c9d747d080 100644 --- a/analytic_engine/Cargo.toml +++ b/analytic_engine/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/analytic_engine/src/compaction/metrics.rs b/analytic_engine/src/compaction/metrics.rs index cae5fbc0d6..3bba272da6 100644 --- a/analytic_engine/src/compaction/metrics.rs +++ b/analytic_engine/src/compaction/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/compaction/mod.rs b/analytic_engine/src/compaction/mod.rs index fc9244ef22..dd9edf9e07 100644 --- a/analytic_engine/src/compaction/mod.rs +++ b/analytic_engine/src/compaction/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/compaction/picker.rs b/analytic_engine/src/compaction/picker.rs index 4c862056d7..87bca043f6 100644 --- a/analytic_engine/src/compaction/picker.rs +++ b/analytic_engine/src/compaction/picker.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/compaction/scheduler.rs b/analytic_engine/src/compaction/scheduler.rs index dea77022d2..387f6c7ed6 100644 --- a/analytic_engine/src/compaction/scheduler.rs +++ b/analytic_engine/src/compaction/scheduler.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/context.rs b/analytic_engine/src/context.rs index 6fcf699539..05cc7be427 100644 --- a/analytic_engine/src/context.rs +++ b/analytic_engine/src/context.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/engine.rs b/analytic_engine/src/engine.rs index 1d6a49c9fd..5cb483ed0e 100644 --- a/analytic_engine/src/engine.rs +++ b/analytic_engine/src/engine.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/instance/alter.rs b/analytic_engine/src/instance/alter.rs index 9fb382c6e8..1024dff329 100644 --- a/analytic_engine/src/instance/alter.rs +++ b/analytic_engine/src/instance/alter.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/instance/close.rs b/analytic_engine/src/instance/close.rs index 9cc801590c..c7a1a10034 100644 --- a/analytic_engine/src/instance/close.rs +++ b/analytic_engine/src/instance/close.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/instance/create.rs b/analytic_engine/src/instance/create.rs index f7b87ae445..4a8394cc74 100644 --- a/analytic_engine/src/instance/create.rs +++ b/analytic_engine/src/instance/create.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/instance/drop.rs b/analytic_engine/src/instance/drop.rs index cdb5ec71c9..678be9e581 100644 --- a/analytic_engine/src/instance/drop.rs +++ b/analytic_engine/src/instance/drop.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/instance/engine.rs b/analytic_engine/src/instance/engine.rs index 607000157f..37b244deb9 100644 --- a/analytic_engine/src/instance/engine.rs +++ b/analytic_engine/src/instance/engine.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/instance/flush_compaction.rs b/analytic_engine/src/instance/flush_compaction.rs index 35dcca8caf..3a4e0aabcd 100644 --- a/analytic_engine/src/instance/flush_compaction.rs +++ b/analytic_engine/src/instance/flush_compaction.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/instance/mem_collector.rs b/analytic_engine/src/instance/mem_collector.rs index 8485cf09e3..640377bb06 100644 --- a/analytic_engine/src/instance/mem_collector.rs +++ b/analytic_engine/src/instance/mem_collector.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/instance/mod.rs b/analytic_engine/src/instance/mod.rs index 4b70a3f0c8..7bd1b51c92 100644 --- a/analytic_engine/src/instance/mod.rs +++ b/analytic_engine/src/instance/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/instance/open.rs b/analytic_engine/src/instance/open.rs index 9363e5a096..40cec6a5ec 100644 --- a/analytic_engine/src/instance/open.rs +++ b/analytic_engine/src/instance/open.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/instance/read.rs b/analytic_engine/src/instance/read.rs index 251d8168d3..d169e883bf 100644 --- a/analytic_engine/src/instance/read.rs +++ b/analytic_engine/src/instance/read.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/instance/reorder_memtable.rs b/analytic_engine/src/instance/reorder_memtable.rs index be1db287dc..03f8a0c395 100644 --- a/analytic_engine/src/instance/reorder_memtable.rs +++ b/analytic_engine/src/instance/reorder_memtable.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/instance/serial_executor.rs b/analytic_engine/src/instance/serial_executor.rs index 56dcfc27f2..f608486376 100644 --- a/analytic_engine/src/instance/serial_executor.rs +++ b/analytic_engine/src/instance/serial_executor.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/instance/wal_replayer.rs b/analytic_engine/src/instance/wal_replayer.rs index 41ea3fb8b5..8efa17fb83 100644 --- a/analytic_engine/src/instance/wal_replayer.rs +++ b/analytic_engine/src/instance/wal_replayer.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/instance/write.rs b/analytic_engine/src/instance/write.rs index ed738f864e..1d9f813551 100644 --- a/analytic_engine/src/instance/write.rs +++ b/analytic_engine/src/instance/write.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/lib.rs b/analytic_engine/src/lib.rs index 64ba8942cf..d87145f682 100644 --- a/analytic_engine/src/lib.rs +++ b/analytic_engine/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/manifest/details.rs b/analytic_engine/src/manifest/details.rs index 9a23cd8871..6e2c34e1d6 100644 --- a/analytic_engine/src/manifest/details.rs +++ b/analytic_engine/src/manifest/details.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/manifest/meta_edit.rs b/analytic_engine/src/manifest/meta_edit.rs index 46be646822..9c38158e8f 100644 --- a/analytic_engine/src/manifest/meta_edit.rs +++ b/analytic_engine/src/manifest/meta_edit.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/manifest/meta_snapshot.rs b/analytic_engine/src/manifest/meta_snapshot.rs index 8790dd9c81..b38e9ef3e1 100644 --- a/analytic_engine/src/manifest/meta_snapshot.rs +++ b/analytic_engine/src/manifest/meta_snapshot.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/manifest/mod.rs b/analytic_engine/src/manifest/mod.rs index 9806d9284f..8dc4ec04c6 100644 --- a/analytic_engine/src/manifest/mod.rs +++ b/analytic_engine/src/manifest/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/memtable/columnar/factory.rs b/analytic_engine/src/memtable/columnar/factory.rs index 1e8f0604b3..56f05ea061 100644 --- a/analytic_engine/src/memtable/columnar/factory.rs +++ b/analytic_engine/src/memtable/columnar/factory.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/memtable/columnar/iter.rs b/analytic_engine/src/memtable/columnar/iter.rs index e10739f240..3a64d1547c 100644 --- a/analytic_engine/src/memtable/columnar/iter.rs +++ b/analytic_engine/src/memtable/columnar/iter.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/memtable/columnar/mod.rs b/analytic_engine/src/memtable/columnar/mod.rs index 55d4542532..37d53906d8 100644 --- a/analytic_engine/src/memtable/columnar/mod.rs +++ b/analytic_engine/src/memtable/columnar/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/memtable/factory.rs b/analytic_engine/src/memtable/factory.rs index 97a7bd4371..dfc6ea781b 100644 --- a/analytic_engine/src/memtable/factory.rs +++ b/analytic_engine/src/memtable/factory.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/memtable/key.rs b/analytic_engine/src/memtable/key.rs index 426b567893..0c5861f305 100644 --- a/analytic_engine/src/memtable/key.rs +++ b/analytic_engine/src/memtable/key.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/memtable/mod.rs b/analytic_engine/src/memtable/mod.rs index 28d0eeb8b3..37900c9f90 100644 --- a/analytic_engine/src/memtable/mod.rs +++ b/analytic_engine/src/memtable/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/memtable/reversed_iter.rs b/analytic_engine/src/memtable/reversed_iter.rs index 475eb704f3..a33b09d588 100644 --- a/analytic_engine/src/memtable/reversed_iter.rs +++ b/analytic_engine/src/memtable/reversed_iter.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/memtable/skiplist/factory.rs b/analytic_engine/src/memtable/skiplist/factory.rs index 1e6e8b1ddc..ad2d2aeb1e 100644 --- a/analytic_engine/src/memtable/skiplist/factory.rs +++ b/analytic_engine/src/memtable/skiplist/factory.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/memtable/skiplist/iter.rs b/analytic_engine/src/memtable/skiplist/iter.rs index b101746096..acb85aeb86 100644 --- a/analytic_engine/src/memtable/skiplist/iter.rs +++ b/analytic_engine/src/memtable/skiplist/iter.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/memtable/skiplist/mod.rs b/analytic_engine/src/memtable/skiplist/mod.rs index 6298903904..88487d2329 100644 --- a/analytic_engine/src/memtable/skiplist/mod.rs +++ b/analytic_engine/src/memtable/skiplist/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/payload.rs b/analytic_engine/src/payload.rs index bcffa81a17..344ef46546 100644 --- a/analytic_engine/src/payload.rs +++ b/analytic_engine/src/payload.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/prefetchable_stream.rs b/analytic_engine/src/prefetchable_stream.rs index 0745cc5a4a..9d1b96e23d 100644 --- a/analytic_engine/src/prefetchable_stream.rs +++ b/analytic_engine/src/prefetchable_stream.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/row_iter/chain.rs b/analytic_engine/src/row_iter/chain.rs index 71df6e2f9c..501cb71907 100644 --- a/analytic_engine/src/row_iter/chain.rs +++ b/analytic_engine/src/row_iter/chain.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/row_iter/dedup.rs b/analytic_engine/src/row_iter/dedup.rs index cdcffeb5a7..4b523d396c 100644 --- a/analytic_engine/src/row_iter/dedup.rs +++ b/analytic_engine/src/row_iter/dedup.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/row_iter/merge.rs b/analytic_engine/src/row_iter/merge.rs index db39f78d2f..0541d6b9d5 100644 --- a/analytic_engine/src/row_iter/merge.rs +++ b/analytic_engine/src/row_iter/merge.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/row_iter/mod.rs b/analytic_engine/src/row_iter/mod.rs index a2e28dc24b..f48e50b07c 100644 --- a/analytic_engine/src/row_iter/mod.rs +++ b/analytic_engine/src/row_iter/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/row_iter/record_batch_stream.rs b/analytic_engine/src/row_iter/record_batch_stream.rs index 0c0fe35ae5..11aaa55d4d 100644 --- a/analytic_engine/src/row_iter/record_batch_stream.rs +++ b/analytic_engine/src/row_iter/record_batch_stream.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/row_iter/tests.rs b/analytic_engine/src/row_iter/tests.rs index 3484980c29..67ceac394e 100644 --- a/analytic_engine/src/row_iter/tests.rs +++ b/analytic_engine/src/row_iter/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sampler.rs b/analytic_engine/src/sampler.rs index 3dd3f8b385..e8fbbaa629 100644 --- a/analytic_engine/src/sampler.rs +++ b/analytic_engine/src/sampler.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/setup.rs b/analytic_engine/src/setup.rs index 371fadc33a..7f8d899840 100644 --- a/analytic_engine/src/setup.rs +++ b/analytic_engine/src/setup.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/space.rs b/analytic_engine/src/space.rs index d79b68c9a8..a810844753 100644 --- a/analytic_engine/src/space.rs +++ b/analytic_engine/src/space.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sst/factory.rs b/analytic_engine/src/sst/factory.rs index d7faf6fe29..ca17aa5628 100644 --- a/analytic_engine/src/sst/factory.rs +++ b/analytic_engine/src/sst/factory.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sst/file.rs b/analytic_engine/src/sst/file.rs index c3b02358f0..b8b5d6eb03 100644 --- a/analytic_engine/src/sst/file.rs +++ b/analytic_engine/src/sst/file.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sst/header.rs b/analytic_engine/src/sst/header.rs index 8c4408ef0b..248c91174c 100644 --- a/analytic_engine/src/sst/header.rs +++ b/analytic_engine/src/sst/header.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sst/manager.rs b/analytic_engine/src/sst/manager.rs index 1054171212..d888340596 100644 --- a/analytic_engine/src/sst/manager.rs +++ b/analytic_engine/src/sst/manager.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sst/meta_data/cache.rs b/analytic_engine/src/sst/meta_data/cache.rs index 5f0b34d993..16e7e3100f 100644 --- a/analytic_engine/src/sst/meta_data/cache.rs +++ b/analytic_engine/src/sst/meta_data/cache.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sst/meta_data/metadata_reader.rs b/analytic_engine/src/sst/meta_data/metadata_reader.rs index 8bc240ed1a..7bf9c2c19a 100644 --- a/analytic_engine/src/sst/meta_data/metadata_reader.rs +++ b/analytic_engine/src/sst/meta_data/metadata_reader.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sst/meta_data/mod.rs b/analytic_engine/src/sst/meta_data/mod.rs index 7e80afb4f5..389063f1b1 100644 --- a/analytic_engine/src/sst/meta_data/mod.rs +++ b/analytic_engine/src/sst/meta_data/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sst/metrics.rs b/analytic_engine/src/sst/metrics.rs index 3ae4e1f9fc..b7c01eaed8 100644 --- a/analytic_engine/src/sst/metrics.rs +++ b/analytic_engine/src/sst/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sst/mod.rs b/analytic_engine/src/sst/mod.rs index 4b4441dfa0..009c6a04d5 100644 --- a/analytic_engine/src/sst/mod.rs +++ b/analytic_engine/src/sst/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sst/parquet/async_reader.rs b/analytic_engine/src/sst/parquet/async_reader.rs index f8db79a332..24badc26f0 100644 --- a/analytic_engine/src/sst/parquet/async_reader.rs +++ b/analytic_engine/src/sst/parquet/async_reader.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sst/parquet/encoding.rs b/analytic_engine/src/sst/parquet/encoding.rs index 742d0ec370..41da99c582 100644 --- a/analytic_engine/src/sst/parquet/encoding.rs +++ b/analytic_engine/src/sst/parquet/encoding.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sst/parquet/meta_data.rs b/analytic_engine/src/sst/parquet/meta_data.rs index 622c4e8909..12fe42749a 100644 --- a/analytic_engine/src/sst/parquet/meta_data.rs +++ b/analytic_engine/src/sst/parquet/meta_data.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sst/parquet/mod.rs b/analytic_engine/src/sst/parquet/mod.rs index 6e2b0a3c8c..1fcc9397a2 100644 --- a/analytic_engine/src/sst/parquet/mod.rs +++ b/analytic_engine/src/sst/parquet/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sst/parquet/row_group_pruner.rs b/analytic_engine/src/sst/parquet/row_group_pruner.rs index 81aeaeff7d..3cf079c0c3 100644 --- a/analytic_engine/src/sst/parquet/row_group_pruner.rs +++ b/analytic_engine/src/sst/parquet/row_group_pruner.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sst/parquet/writer.rs b/analytic_engine/src/sst/parquet/writer.rs index 24aa626e49..a2e3370f07 100644 --- a/analytic_engine/src/sst/parquet/writer.rs +++ b/analytic_engine/src/sst/parquet/writer.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sst/reader.rs b/analytic_engine/src/sst/reader.rs index fbb36364bc..6d24018f9e 100644 --- a/analytic_engine/src/sst/reader.rs +++ b/analytic_engine/src/sst/reader.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/sst/writer.rs b/analytic_engine/src/sst/writer.rs index 355ef1827e..4d37742f87 100644 --- a/analytic_engine/src/sst/writer.rs +++ b/analytic_engine/src/sst/writer.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/table/data.rs b/analytic_engine/src/table/data.rs index 29286042a2..b5e87a5820 100644 --- a/analytic_engine/src/table/data.rs +++ b/analytic_engine/src/table/data.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/table/metrics.rs b/analytic_engine/src/table/metrics.rs index ea3b0c526c..59410f662a 100644 --- a/analytic_engine/src/table/metrics.rs +++ b/analytic_engine/src/table/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/table/mod.rs b/analytic_engine/src/table/mod.rs index 90097101bc..00d9c26542 100644 --- a/analytic_engine/src/table/mod.rs +++ b/analytic_engine/src/table/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/table/sst_util.rs b/analytic_engine/src/table/sst_util.rs index fb6bdc0f11..54d9235d61 100644 --- a/analytic_engine/src/table/sst_util.rs +++ b/analytic_engine/src/table/sst_util.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/table/version.rs b/analytic_engine/src/table/version.rs index d7de30e277..b5cef6cb1d 100644 --- a/analytic_engine/src/table/version.rs +++ b/analytic_engine/src/table/version.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/table/version_edit.rs b/analytic_engine/src/table/version_edit.rs index d77942c29e..ecd4c69b55 100644 --- a/analytic_engine/src/table/version_edit.rs +++ b/analytic_engine/src/table/version_edit.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/table_meta_set_impl.rs b/analytic_engine/src/table_meta_set_impl.rs index 00ead80aae..b0028ab3e8 100644 --- a/analytic_engine/src/table_meta_set_impl.rs +++ b/analytic_engine/src/table_meta_set_impl.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/table_options.rs b/analytic_engine/src/table_options.rs index 35b0afc63e..677ca7b69d 100644 --- a/analytic_engine/src/table_options.rs +++ b/analytic_engine/src/table_options.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/tests/alter_test.rs b/analytic_engine/src/tests/alter_test.rs index c94f2954fc..72d7693e7f 100644 --- a/analytic_engine/src/tests/alter_test.rs +++ b/analytic_engine/src/tests/alter_test.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/tests/compaction_test.rs b/analytic_engine/src/tests/compaction_test.rs index dc157d4833..4805be6f53 100644 --- a/analytic_engine/src/tests/compaction_test.rs +++ b/analytic_engine/src/tests/compaction_test.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/tests/drop_test.rs b/analytic_engine/src/tests/drop_test.rs index 61d19e522f..2ab4a47529 100644 --- a/analytic_engine/src/tests/drop_test.rs +++ b/analytic_engine/src/tests/drop_test.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/tests/mod.rs b/analytic_engine/src/tests/mod.rs index 91daaab0d8..b7372ffcb6 100644 --- a/analytic_engine/src/tests/mod.rs +++ b/analytic_engine/src/tests/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/tests/open_test.rs b/analytic_engine/src/tests/open_test.rs index c64c00205c..06a720ee49 100644 --- a/analytic_engine/src/tests/open_test.rs +++ b/analytic_engine/src/tests/open_test.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/tests/read_write_test.rs b/analytic_engine/src/tests/read_write_test.rs index bc453cbb56..d17948b6ea 100644 --- a/analytic_engine/src/tests/read_write_test.rs +++ b/analytic_engine/src/tests/read_write_test.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/tests/row_util.rs b/analytic_engine/src/tests/row_util.rs index c23732f23d..34a57a3c33 100644 --- a/analytic_engine/src/tests/row_util.rs +++ b/analytic_engine/src/tests/row_util.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/tests/table.rs b/analytic_engine/src/tests/table.rs index 8524f9debe..4df09c19be 100644 --- a/analytic_engine/src/tests/table.rs +++ b/analytic_engine/src/tests/table.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/analytic_engine/src/tests/util.rs b/analytic_engine/src/tests/util.rs index 0d9613b7a8..1ac8204806 100644 --- a/analytic_engine/src/tests/util.rs +++ b/analytic_engine/src/tests/util.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 4724e864b5..ad4917a2ae 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/benchmarks/bench.toml b/benchmarks/bench.toml index f8dfb18036..81d078b654 100644 --- a/benchmarks/bench.toml +++ b/benchmarks/bench.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/benchmarks/benches/bench.rs b/benchmarks/benches/bench.rs index aa06f8c280..466d3faabe 100644 --- a/benchmarks/benches/bench.rs +++ b/benchmarks/benches/bench.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/benchmarks/config/bench.toml b/benchmarks/config/bench.toml index a5b976c222..008fb2885a 100644 --- a/benchmarks/config/bench.toml +++ b/benchmarks/config/bench.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/benchmarks/config/sst.toml b/benchmarks/config/sst.toml index 7dcd41cbd6..c957f21151 100644 --- a/benchmarks/config/sst.toml +++ b/benchmarks/config/sst.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/benchmarks/src/bin/parquet-reader.rs b/benchmarks/src/bin/parquet-reader.rs index 114202fb47..e9ae762986 100644 --- a/benchmarks/src/bin/parquet-reader.rs +++ b/benchmarks/src/bin/parquet-reader.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/benchmarks/src/bin/sst-tools.rs b/benchmarks/src/bin/sst-tools.rs index bb774931ef..6343a1caee 100644 --- a/benchmarks/src/bin/sst-tools.rs +++ b/benchmarks/src/bin/sst-tools.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/benchmarks/src/config.rs b/benchmarks/src/config.rs index 052b59967e..c53331d369 100644 --- a/benchmarks/src/config.rs +++ b/benchmarks/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/benchmarks/src/lib.rs b/benchmarks/src/lib.rs index 39b0d54a0a..97529753ef 100644 --- a/benchmarks/src/lib.rs +++ b/benchmarks/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/benchmarks/src/merge_memtable_bench.rs b/benchmarks/src/merge_memtable_bench.rs index 3167673485..8a5151e63a 100644 --- a/benchmarks/src/merge_memtable_bench.rs +++ b/benchmarks/src/merge_memtable_bench.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/benchmarks/src/merge_sst_bench.rs b/benchmarks/src/merge_sst_bench.rs index 47d80ac83b..1429e24c7e 100644 --- a/benchmarks/src/merge_sst_bench.rs +++ b/benchmarks/src/merge_sst_bench.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/benchmarks/src/parquet_bench.rs b/benchmarks/src/parquet_bench.rs index 5fbc4f3c24..f3dc722b36 100644 --- a/benchmarks/src/parquet_bench.rs +++ b/benchmarks/src/parquet_bench.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/benchmarks/src/scan_memtable_bench.rs b/benchmarks/src/scan_memtable_bench.rs index a738a9c100..024e4d304d 100644 --- a/benchmarks/src/scan_memtable_bench.rs +++ b/benchmarks/src/scan_memtable_bench.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/benchmarks/src/sst_bench.rs b/benchmarks/src/sst_bench.rs index 38273bb758..23843e0e2a 100644 --- a/benchmarks/src/sst_bench.rs +++ b/benchmarks/src/sst_bench.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/benchmarks/src/sst_tools.rs b/benchmarks/src/sst_tools.rs index 1d4ca8044b..00d449fc0a 100644 --- a/benchmarks/src/sst_tools.rs +++ b/benchmarks/src/sst_tools.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/benchmarks/src/util.rs b/benchmarks/src/util.rs index d00c00ef8b..f1d7f4720a 100644 --- a/benchmarks/src/util.rs +++ b/benchmarks/src/util.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/benchmarks/src/wal_write_bench.rs b/benchmarks/src/wal_write_bench.rs index e154c61b3b..98644461cd 100644 --- a/benchmarks/src/wal_write_bench.rs +++ b/benchmarks/src/wal_write_bench.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/catalog/Cargo.toml b/catalog/Cargo.toml index d0e42642b4..dbee97ad4b 100644 --- a/catalog/Cargo.toml +++ b/catalog/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/catalog/src/consts.rs b/catalog/src/consts.rs index 200a3eedf0..49220f82bb 100644 --- a/catalog/src/consts.rs +++ b/catalog/src/consts.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/catalog/src/lib.rs b/catalog/src/lib.rs index 050a29d914..4b64cc2737 100644 --- a/catalog/src/lib.rs +++ b/catalog/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/catalog/src/manager.rs b/catalog/src/manager.rs index 2864ee2c11..06f90186f9 100644 --- a/catalog/src/manager.rs +++ b/catalog/src/manager.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/catalog/src/schema.rs b/catalog/src/schema.rs index 01d27d5447..dc9310cec3 100644 --- a/catalog/src/schema.rs +++ b/catalog/src/schema.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/catalog/src/table_operator.rs b/catalog/src/table_operator.rs index 9a38a2d949..1fcc790b8c 100644 --- a/catalog/src/table_operator.rs +++ b/catalog/src/table_operator.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/catalog/src/test_util.rs b/catalog/src/test_util.rs index 6317bd9c57..4338d5d146 100644 --- a/catalog/src/test_util.rs +++ b/catalog/src/test_util.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/catalog_impls/Cargo.toml b/catalog_impls/Cargo.toml index d4f060cd24..0607fbd761 100644 --- a/catalog_impls/Cargo.toml +++ b/catalog_impls/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/catalog_impls/src/lib.rs b/catalog_impls/src/lib.rs index 2abbda9528..1aaf33acec 100644 --- a/catalog_impls/src/lib.rs +++ b/catalog_impls/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/catalog_impls/src/system_tables.rs b/catalog_impls/src/system_tables.rs index 52933f63f8..d8f1fb3db6 100644 --- a/catalog_impls/src/system_tables.rs +++ b/catalog_impls/src/system_tables.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/catalog_impls/src/table_based.rs b/catalog_impls/src/table_based.rs index f1af4e3ac0..1b5da1b332 100644 --- a/catalog_impls/src/table_based.rs +++ b/catalog_impls/src/table_based.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/catalog_impls/src/volatile.rs b/catalog_impls/src/volatile.rs index e217d157fa..ff36729d7f 100644 --- a/catalog_impls/src/volatile.rs +++ b/catalog_impls/src/volatile.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/clippy.toml b/clippy.toml index f9db705479..95103101e6 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/cluster/Cargo.toml b/cluster/Cargo.toml index e8fbc6f94f..3b7152bd03 100644 --- a/cluster/Cargo.toml +++ b/cluster/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/cluster/src/cluster_impl.rs b/cluster/src/cluster_impl.rs index 6804081a4e..069e56d67f 100644 --- a/cluster/src/cluster_impl.rs +++ b/cluster/src/cluster_impl.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/cluster/src/config.rs b/cluster/src/config.rs index 47af5b7eef..228d21ff7e 100644 --- a/cluster/src/config.rs +++ b/cluster/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/cluster/src/lib.rs b/cluster/src/lib.rs index be7374d7e0..1f4c452615 100644 --- a/cluster/src/lib.rs +++ b/cluster/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/cluster/src/shard_lock_manager.rs b/cluster/src/shard_lock_manager.rs index fc0d4e6c84..3d250f343a 100644 --- a/cluster/src/shard_lock_manager.rs +++ b/cluster/src/shard_lock_manager.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/cluster/src/shard_operation.rs b/cluster/src/shard_operation.rs index 154d532696..1d24f9c005 100644 --- a/cluster/src/shard_operation.rs +++ b/cluster/src/shard_operation.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/cluster/src/shard_operator.rs b/cluster/src/shard_operator.rs index 368ed5816d..872f6a37e5 100644 --- a/cluster/src/shard_operator.rs +++ b/cluster/src/shard_operator.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/cluster/src/shard_set.rs b/cluster/src/shard_set.rs index b815c6047f..9f3799c825 100644 --- a/cluster/src/shard_set.rs +++ b/cluster/src/shard_set.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/cluster/src/topology.rs b/cluster/src/topology.rs index d19c80d0d9..e6d7e4f8e3 100644 --- a/cluster/src/topology.rs +++ b/cluster/src/topology.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/Cargo.toml b/common_types/Cargo.toml index d0727a082b..d2e7f3bdb1 100644 --- a/common_types/Cargo.toml +++ b/common_types/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/common_types/src/bitset.rs b/common_types/src/bitset.rs index aa62c01387..e51635a4c7 100644 --- a/common_types/src/bitset.rs +++ b/common_types/src/bitset.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/src/column.rs b/common_types/src/column.rs index 08eacfbaac..5ffa705d0f 100644 --- a/common_types/src/column.rs +++ b/common_types/src/column.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/src/column_block.rs b/common_types/src/column_block.rs index fbb83c16a7..36f425be62 100644 --- a/common_types/src/column_block.rs +++ b/common_types/src/column_block.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/src/column_schema.rs b/common_types/src/column_schema.rs index 2821079977..5fe7c0fd0e 100644 --- a/common_types/src/column_schema.rs +++ b/common_types/src/column_schema.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/src/datum.rs b/common_types/src/datum.rs index 886dd8759f..7697ba6f9a 100644 --- a/common_types/src/datum.rs +++ b/common_types/src/datum.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/src/hex.rs b/common_types/src/hex.rs index 77d1ce16de..b4c33563db 100644 --- a/common_types/src/hex.rs +++ b/common_types/src/hex.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/src/lib.rs b/common_types/src/lib.rs index 78995e1217..d18a13ca2f 100644 --- a/common_types/src/lib.rs +++ b/common_types/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/src/projected_schema.rs b/common_types/src/projected_schema.rs index 77962765d9..859684d37d 100644 --- a/common_types/src/projected_schema.rs +++ b/common_types/src/projected_schema.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/src/record_batch.rs b/common_types/src/record_batch.rs index af9cca487d..99d687da26 100644 --- a/common_types/src/record_batch.rs +++ b/common_types/src/record_batch.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/src/request_id.rs b/common_types/src/request_id.rs index 9b9b6be98e..d91c1910fb 100644 --- a/common_types/src/request_id.rs +++ b/common_types/src/request_id.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/src/row/bitset.rs b/common_types/src/row/bitset.rs index 7e0a5ff592..258c047b18 100644 --- a/common_types/src/row/bitset.rs +++ b/common_types/src/row/bitset.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/src/row/contiguous.rs b/common_types/src/row/contiguous.rs index db055e66ea..7d0816af1e 100644 --- a/common_types/src/row/contiguous.rs +++ b/common_types/src/row/contiguous.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/src/row/mod.rs b/common_types/src/row/mod.rs index 4fb8139283..a65ef24e76 100644 --- a/common_types/src/row/mod.rs +++ b/common_types/src/row/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/src/schema.rs b/common_types/src/schema.rs index 2ceaa46576..945c480a9b 100644 --- a/common_types/src/schema.rs +++ b/common_types/src/schema.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/src/string.rs b/common_types/src/string.rs index f7ed1b750e..a807ba2774 100644 --- a/common_types/src/string.rs +++ b/common_types/src/string.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/src/table.rs b/common_types/src/table.rs index 627ea0a42f..7112969798 100644 --- a/common_types/src/table.rs +++ b/common_types/src/table.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/src/tests.rs b/common_types/src/tests.rs index c3abca0060..431a4a507a 100644 --- a/common_types/src/tests.rs +++ b/common_types/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/common_types/src/time.rs b/common_types/src/time.rs index 342a5509fd..5ec1ae3cfe 100644 --- a/common_types/src/time.rs +++ b/common_types/src/time.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/alloc_tracker/Cargo.toml b/components/alloc_tracker/Cargo.toml index d6e95ab30d..a54dc6530e 100644 --- a/components/alloc_tracker/Cargo.toml +++ b/components/alloc_tracker/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/alloc_tracker/src/lib.rs b/components/alloc_tracker/src/lib.rs index 1b51e1507a..04e083af61 100644 --- a/components/alloc_tracker/src/lib.rs +++ b/components/alloc_tracker/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/arena/Cargo.toml b/components/arena/Cargo.toml index bf12f96e2e..57732d1242 100644 --- a/components/arena/Cargo.toml +++ b/components/arena/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/arena/src/arena_trait.rs b/components/arena/src/arena_trait.rs index b4248e42d1..a7f24ea315 100644 --- a/components/arena/src/arena_trait.rs +++ b/components/arena/src/arena_trait.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/arena/src/lib.rs b/components/arena/src/lib.rs index e045d29366..129b11f1a9 100644 --- a/components/arena/src/lib.rs +++ b/components/arena/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/arena/src/mono_inc.rs b/components/arena/src/mono_inc.rs index 9bcf32b505..7f120bf31f 100644 --- a/components/arena/src/mono_inc.rs +++ b/components/arena/src/mono_inc.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/arrow_ext/Cargo.toml b/components/arrow_ext/Cargo.toml index a5b1a5c1ab..11303963d0 100644 --- a/components/arrow_ext/Cargo.toml +++ b/components/arrow_ext/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/arrow_ext/src/ipc.rs b/components/arrow_ext/src/ipc.rs index c5896d5239..c03b203180 100644 --- a/components/arrow_ext/src/ipc.rs +++ b/components/arrow_ext/src/ipc.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/arrow_ext/src/lib.rs b/components/arrow_ext/src/lib.rs index 04d5c82b72..ec5c6381c0 100644 --- a/components/arrow_ext/src/lib.rs +++ b/components/arrow_ext/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/arrow_ext/src/operation.rs b/components/arrow_ext/src/operation.rs index 2555a7e585..543c146314 100644 --- a/components/arrow_ext/src/operation.rs +++ b/components/arrow_ext/src/operation.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/bytes_ext/Cargo.toml b/components/bytes_ext/Cargo.toml index 110bd814c0..83ebdd1c05 100644 --- a/components/bytes_ext/Cargo.toml +++ b/components/bytes_ext/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/bytes_ext/src/lib.rs b/components/bytes_ext/src/lib.rs index 103aac2789..e58be58fcd 100644 --- a/components/bytes_ext/src/lib.rs +++ b/components/bytes_ext/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/Cargo.toml b/components/codec/Cargo.toml index a132bb20be..ddf031992f 100644 --- a/components/codec/Cargo.toml +++ b/components/codec/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/codec/src/columnar/bool.rs b/components/codec/src/columnar/bool.rs index b9f69e8d99..4d6f419c27 100644 --- a/components/codec/src/columnar/bool.rs +++ b/components/codec/src/columnar/bool.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/src/columnar/bytes.rs b/components/codec/src/columnar/bytes.rs index 68f6279ad9..4db197fb81 100644 --- a/components/codec/src/columnar/bytes.rs +++ b/components/codec/src/columnar/bytes.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/src/columnar/mod.rs b/components/codec/src/columnar/mod.rs index dc91e1c416..ac1c4a1e15 100644 --- a/components/codec/src/columnar/mod.rs +++ b/components/codec/src/columnar/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/src/columnar/number.rs b/components/codec/src/columnar/number.rs index b1182c9857..7d4189da72 100644 --- a/components/codec/src/columnar/number.rs +++ b/components/codec/src/columnar/number.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/src/columnar/timestamp.rs b/components/codec/src/columnar/timestamp.rs index dda86e13ad..2e57be3021 100644 --- a/components/codec/src/columnar/timestamp.rs +++ b/components/codec/src/columnar/timestamp.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/src/compact/bytes.rs b/components/codec/src/compact/bytes.rs index 2b37194ba5..8ecfc91d5f 100644 --- a/components/codec/src/compact/bytes.rs +++ b/components/codec/src/compact/bytes.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/src/compact/datum.rs b/components/codec/src/compact/datum.rs index 9a6018dee7..322ec735dc 100644 --- a/components/codec/src/compact/datum.rs +++ b/components/codec/src/compact/datum.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/src/compact/float.rs b/components/codec/src/compact/float.rs index f40c07f1c9..fdc208788b 100644 --- a/components/codec/src/compact/float.rs +++ b/components/codec/src/compact/float.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/src/compact/mod.rs b/components/codec/src/compact/mod.rs index 171fffb851..190ce5d9b8 100644 --- a/components/codec/src/compact/mod.rs +++ b/components/codec/src/compact/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/src/compact/number.rs b/components/codec/src/compact/number.rs index 8a55d63575..014b7b0ed8 100644 --- a/components/codec/src/compact/number.rs +++ b/components/codec/src/compact/number.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/src/consts.rs b/components/codec/src/consts.rs index 1bd3cd5b04..f880d9f498 100644 --- a/components/codec/src/consts.rs +++ b/components/codec/src/consts.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/src/lib.rs b/components/codec/src/lib.rs index 205e7da115..a1c6a4b4c9 100644 --- a/components/codec/src/lib.rs +++ b/components/codec/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/src/memcomparable/bytes.rs b/components/codec/src/memcomparable/bytes.rs index 973ca6d5f3..046aa24e1c 100644 --- a/components/codec/src/memcomparable/bytes.rs +++ b/components/codec/src/memcomparable/bytes.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/src/memcomparable/datum.rs b/components/codec/src/memcomparable/datum.rs index 6f057a8ae9..55ebe14f6f 100644 --- a/components/codec/src/memcomparable/datum.rs +++ b/components/codec/src/memcomparable/datum.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/src/memcomparable/mod.rs b/components/codec/src/memcomparable/mod.rs index e5d3746160..d17decda60 100644 --- a/components/codec/src/memcomparable/mod.rs +++ b/components/codec/src/memcomparable/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/src/memcomparable/number.rs b/components/codec/src/memcomparable/number.rs index 7ceb4ec3df..7be0859aae 100644 --- a/components/codec/src/memcomparable/number.rs +++ b/components/codec/src/memcomparable/number.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/src/row/mod.rs b/components/codec/src/row/mod.rs index b0dcec2e6d..71dd071a5a 100644 --- a/components/codec/src/row/mod.rs +++ b/components/codec/src/row/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/codec/src/varint.rs b/components/codec/src/varint.rs index 4b6e13bc2b..883af2c6be 100644 --- a/components/codec/src/varint.rs +++ b/components/codec/src/varint.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/future_ext/Cargo.toml b/components/future_ext/Cargo.toml index c7ef946570..203752b44f 100644 --- a/components/future_ext/Cargo.toml +++ b/components/future_ext/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/future_ext/src/cancel.rs b/components/future_ext/src/cancel.rs index 8b48cfcf6f..c4c2c3ee17 100644 --- a/components/future_ext/src/cancel.rs +++ b/components/future_ext/src/cancel.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/future_ext/src/lib.rs b/components/future_ext/src/lib.rs index f00c17e598..7a263e0b50 100644 --- a/components/future_ext/src/lib.rs +++ b/components/future_ext/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/future_ext/src/retry.rs b/components/future_ext/src/retry.rs index d9903664ec..9d7b7aa6f1 100644 --- a/components/future_ext/src/retry.rs +++ b/components/future_ext/src/retry.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/generic_error/Cargo.toml b/components/generic_error/Cargo.toml index abac844284..17729773bf 100644 --- a/components/generic_error/Cargo.toml +++ b/components/generic_error/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/generic_error/src/lib.rs b/components/generic_error/src/lib.rs index 56feef248d..21c27531bc 100644 --- a/components/generic_error/src/lib.rs +++ b/components/generic_error/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/hash_ext/Cargo.toml b/components/hash_ext/Cargo.toml index b039a2034f..79d413a373 100644 --- a/components/hash_ext/Cargo.toml +++ b/components/hash_ext/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/hash_ext/src/lib.rs b/components/hash_ext/src/lib.rs index 1a495493e1..a0d50c01f7 100644 --- a/components/hash_ext/src/lib.rs +++ b/components/hash_ext/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/id_allocator/Cargo.toml b/components/id_allocator/Cargo.toml index a644ddc071..006dfabec5 100644 --- a/components/id_allocator/Cargo.toml +++ b/components/id_allocator/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/id_allocator/src/lib.rs b/components/id_allocator/src/lib.rs index ec43f1cef1..41bb924827 100644 --- a/components/id_allocator/src/lib.rs +++ b/components/id_allocator/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/logger/Cargo.toml b/components/logger/Cargo.toml index 77db8f5948..4432610c15 100644 --- a/components/logger/Cargo.toml +++ b/components/logger/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/logger/src/lib.rs b/components/logger/src/lib.rs index d3780021f1..c979baebe7 100644 --- a/components/logger/src/lib.rs +++ b/components/logger/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/macros/Cargo.toml b/components/macros/Cargo.toml index 1d2028eddf..c5af08629b 100644 --- a/components/macros/Cargo.toml +++ b/components/macros/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/macros/src/lib.rs b/components/macros/src/lib.rs index 52a7a45fe9..168416b98d 100644 --- a/components/macros/src/lib.rs +++ b/components/macros/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/message_queue/Cargo.toml b/components/message_queue/Cargo.toml index cbbb43d1a9..14af3c73bc 100644 --- a/components/message_queue/Cargo.toml +++ b/components/message_queue/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/message_queue/src/kafka/config.rs b/components/message_queue/src/kafka/config.rs index 6780d39a19..2cb5f7dda8 100644 --- a/components/message_queue/src/kafka/config.rs +++ b/components/message_queue/src/kafka/config.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/message_queue/src/kafka/kafka_impl.rs b/components/message_queue/src/kafka/kafka_impl.rs index 3e07863a20..7ac80b9afe 100644 --- a/components/message_queue/src/kafka/kafka_impl.rs +++ b/components/message_queue/src/kafka/kafka_impl.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/message_queue/src/kafka/mod.rs b/components/message_queue/src/kafka/mod.rs index 82fb525dbd..1fcaafe61a 100644 --- a/components/message_queue/src/kafka/mod.rs +++ b/components/message_queue/src/kafka/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/message_queue/src/lib.rs b/components/message_queue/src/lib.rs index f1559ec9ee..8996022ab1 100644 --- a/components/message_queue/src/lib.rs +++ b/components/message_queue/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/message_queue/src/tests/cases.rs b/components/message_queue/src/tests/cases.rs index 3a970832ff..c95f967bce 100644 --- a/components/message_queue/src/tests/cases.rs +++ b/components/message_queue/src/tests/cases.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/message_queue/src/tests/mod.rs b/components/message_queue/src/tests/mod.rs index 1806703108..2503c31ffb 100644 --- a/components/message_queue/src/tests/mod.rs +++ b/components/message_queue/src/tests/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/message_queue/src/tests/util.rs b/components/message_queue/src/tests/util.rs index df08ddeb86..59418d120d 100644 --- a/components/message_queue/src/tests/util.rs +++ b/components/message_queue/src/tests/util.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/metric_ext/Cargo.toml b/components/metric_ext/Cargo.toml index 836d336a57..1f58df4fc3 100644 --- a/components/metric_ext/Cargo.toml +++ b/components/metric_ext/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/metric_ext/src/lib.rs b/components/metric_ext/src/lib.rs index a2b651ccb6..1719fc78eb 100644 --- a/components/metric_ext/src/lib.rs +++ b/components/metric_ext/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/notifier/Cargo.toml b/components/notifier/Cargo.toml index d1e4572185..5eda03d906 100644 --- a/components/notifier/Cargo.toml +++ b/components/notifier/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/notifier/src/lib.rs b/components/notifier/src/lib.rs index f8aba7c2cf..621af927c2 100644 --- a/components/notifier/src/lib.rs +++ b/components/notifier/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/notifier/src/notifier.rs b/components/notifier/src/notifier.rs index c990457bcd..757e20499c 100644 --- a/components/notifier/src/notifier.rs +++ b/components/notifier/src/notifier.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/object_store/Cargo.toml b/components/object_store/Cargo.toml index 3150aaeea8..51d17d66cc 100644 --- a/components/object_store/Cargo.toml +++ b/components/object_store/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/object_store/src/aliyun.rs b/components/object_store/src/aliyun.rs index 0fa82c41c7..967ac0c31f 100644 --- a/components/object_store/src/aliyun.rs +++ b/components/object_store/src/aliyun.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/object_store/src/config.rs b/components/object_store/src/config.rs index a73d914917..f6ca92d36a 100644 --- a/components/object_store/src/config.rs +++ b/components/object_store/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/object_store/src/disk_cache.rs b/components/object_store/src/disk_cache.rs index 5b37431c20..282394b3aa 100644 --- a/components/object_store/src/disk_cache.rs +++ b/components/object_store/src/disk_cache.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/object_store/src/lib.rs b/components/object_store/src/lib.rs index 881c9a88cd..1925f811a4 100644 --- a/components/object_store/src/lib.rs +++ b/components/object_store/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/object_store/src/mem_cache.rs b/components/object_store/src/mem_cache.rs index 68d2f58825..e9eb068e0a 100644 --- a/components/object_store/src/mem_cache.rs +++ b/components/object_store/src/mem_cache.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/object_store/src/metrics.rs b/components/object_store/src/metrics.rs index 98fd6bdc57..3f3aa38661 100644 --- a/components/object_store/src/metrics.rs +++ b/components/object_store/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/object_store/src/multipart.rs b/components/object_store/src/multipart.rs index 7cada5906c..23c1ba0fd1 100644 --- a/components/object_store/src/multipart.rs +++ b/components/object_store/src/multipart.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/object_store/src/obkv/meta.rs b/components/object_store/src/obkv/meta.rs index fb8574cf6b..0cfbd4af67 100644 --- a/components/object_store/src/obkv/meta.rs +++ b/components/object_store/src/obkv/meta.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/object_store/src/obkv/mod.rs b/components/object_store/src/obkv/mod.rs index 0c52d5117e..62da7a2ba5 100644 --- a/components/object_store/src/obkv/mod.rs +++ b/components/object_store/src/obkv/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/object_store/src/obkv/util.rs b/components/object_store/src/obkv/util.rs index 76f3d9db24..4475560e65 100644 --- a/components/object_store/src/obkv/util.rs +++ b/components/object_store/src/obkv/util.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/object_store/src/prefix.rs b/components/object_store/src/prefix.rs index 0352af5787..ced27f6ebd 100644 --- a/components/object_store/src/prefix.rs +++ b/components/object_store/src/prefix.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/object_store/src/s3.rs b/components/object_store/src/s3.rs index 800f16e330..b61ecdb308 100644 --- a/components/object_store/src/s3.rs +++ b/components/object_store/src/s3.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/object_store/src/test_util.rs b/components/object_store/src/test_util.rs index 080f41f027..b8f3f9cbbd 100644 --- a/components/object_store/src/test_util.rs +++ b/components/object_store/src/test_util.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/panic_ext/Cargo.toml b/components/panic_ext/Cargo.toml index 8080468bac..d31438b08e 100644 --- a/components/panic_ext/Cargo.toml +++ b/components/panic_ext/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/panic_ext/src/lib.rs b/components/panic_ext/src/lib.rs index ff3391cda4..ec0ca53b2f 100644 --- a/components/panic_ext/src/lib.rs +++ b/components/panic_ext/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/parquet_ext/Cargo.toml b/components/parquet_ext/Cargo.toml index d963d40d95..958c07b47d 100644 --- a/components/parquet_ext/Cargo.toml +++ b/components/parquet_ext/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/parquet_ext/src/lib.rs b/components/parquet_ext/src/lib.rs index c9c8dc2af1..277b0f2546 100644 --- a/components/parquet_ext/src/lib.rs +++ b/components/parquet_ext/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/parquet_ext/src/meta_data.rs b/components/parquet_ext/src/meta_data.rs index fa2dd6b01d..0982c67a05 100644 --- a/components/parquet_ext/src/meta_data.rs +++ b/components/parquet_ext/src/meta_data.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/parquet_ext/src/prune/equal.rs b/components/parquet_ext/src/prune/equal.rs index a11fc6f398..e4bf2f2bdc 100644 --- a/components/parquet_ext/src/prune/equal.rs +++ b/components/parquet_ext/src/prune/equal.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/parquet_ext/src/prune/min_max.rs b/components/parquet_ext/src/prune/min_max.rs index ea9338bf0b..2de1f813ca 100644 --- a/components/parquet_ext/src/prune/min_max.rs +++ b/components/parquet_ext/src/prune/min_max.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/parquet_ext/src/prune/mod.rs b/components/parquet_ext/src/prune/mod.rs index 7bf0d102e7..44f7d1423f 100644 --- a/components/parquet_ext/src/prune/mod.rs +++ b/components/parquet_ext/src/prune/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/parquet_ext/src/reader.rs b/components/parquet_ext/src/reader.rs index 389779d792..3c505f09e9 100644 --- a/components/parquet_ext/src/reader.rs +++ b/components/parquet_ext/src/reader.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/parquet_ext/src/tests.rs b/components/parquet_ext/src/tests.rs index 79ee8912fb..f5f347eb7e 100644 --- a/components/parquet_ext/src/tests.rs +++ b/components/parquet_ext/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/partitioned_lock/Cargo.toml b/components/partitioned_lock/Cargo.toml index babc6051d5..ce5d44c8d7 100644 --- a/components/partitioned_lock/Cargo.toml +++ b/components/partitioned_lock/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/partitioned_lock/src/lib.rs b/components/partitioned_lock/src/lib.rs index cb2aa2686b..28e150a6d4 100644 --- a/components/partitioned_lock/src/lib.rs +++ b/components/partitioned_lock/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/profile/Cargo.toml b/components/profile/Cargo.toml index 8ce784d568..0c85588990 100644 --- a/components/profile/Cargo.toml +++ b/components/profile/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/profile/src/lib.rs b/components/profile/src/lib.rs index 15f3d98b6d..f44f325388 100644 --- a/components/profile/src/lib.rs +++ b/components/profile/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/runtime/Cargo.toml b/components/runtime/Cargo.toml index c96acdea07..7684b83365 100644 --- a/components/runtime/Cargo.toml +++ b/components/runtime/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/runtime/src/lib.rs b/components/runtime/src/lib.rs index 54f6e7be73..a5d0eefcf5 100644 --- a/components/runtime/src/lib.rs +++ b/components/runtime/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/runtime/src/metrics.rs b/components/runtime/src/metrics.rs index 5ce936f159..d957f0e065 100644 --- a/components/runtime/src/metrics.rs +++ b/components/runtime/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/sampling_cache/Cargo.toml b/components/sampling_cache/Cargo.toml index f585c86fbe..90b7df794d 100644 --- a/components/sampling_cache/Cargo.toml +++ b/components/sampling_cache/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/sampling_cache/src/lib.rs b/components/sampling_cache/src/lib.rs index 3795908ea9..64338db978 100644 --- a/components/sampling_cache/src/lib.rs +++ b/components/sampling_cache/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/size_ext/Cargo.toml b/components/size_ext/Cargo.toml index fccfe24de8..741d14c973 100644 --- a/components/size_ext/Cargo.toml +++ b/components/size_ext/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/size_ext/src/lib.rs b/components/size_ext/src/lib.rs index a64d3e1530..d22dc1674e 100644 --- a/components/size_ext/src/lib.rs +++ b/components/size_ext/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/skiplist/Cargo.toml b/components/skiplist/Cargo.toml index 7ebd93073f..c794b2c3ac 100644 --- a/components/skiplist/Cargo.toml +++ b/components/skiplist/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/skiplist/benches/bench.rs b/components/skiplist/benches/bench.rs index 78ce509b01..3bdcf601ee 100644 --- a/components/skiplist/benches/bench.rs +++ b/components/skiplist/benches/bench.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/skiplist/src/key.rs b/components/skiplist/src/key.rs index 539109d00d..f14db7853f 100644 --- a/components/skiplist/src/key.rs +++ b/components/skiplist/src/key.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/skiplist/src/lib.rs b/components/skiplist/src/lib.rs index 254a1de8fd..e41f9da0a3 100644 --- a/components/skiplist/src/lib.rs +++ b/components/skiplist/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/skiplist/src/list.rs b/components/skiplist/src/list.rs index 872192f9ce..e2826af3a6 100644 --- a/components/skiplist/src/list.rs +++ b/components/skiplist/src/list.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/skiplist/src/slice.rs b/components/skiplist/src/slice.rs index 0774c4963a..35d1593233 100644 --- a/components/skiplist/src/slice.rs +++ b/components/skiplist/src/slice.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/skiplist/tests/tests.rs b/components/skiplist/tests/tests.rs index cd5aa4ee5a..f4a60960cd 100644 --- a/components/skiplist/tests/tests.rs +++ b/components/skiplist/tests/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/table_kv/Cargo.toml b/components/table_kv/Cargo.toml index 8d5bf88318..9dce7daafb 100644 --- a/components/table_kv/Cargo.toml +++ b/components/table_kv/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/table_kv/src/config.rs b/components/table_kv/src/config.rs index 9d4cafb12c..5597d440d2 100644 --- a/components/table_kv/src/config.rs +++ b/components/table_kv/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/table_kv/src/lib.rs b/components/table_kv/src/lib.rs index c54386e00e..78404b5c63 100644 --- a/components/table_kv/src/lib.rs +++ b/components/table_kv/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/table_kv/src/memory.rs b/components/table_kv/src/memory.rs index 7c0c99fcc3..393ac7a72b 100644 --- a/components/table_kv/src/memory.rs +++ b/components/table_kv/src/memory.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/table_kv/src/metrics.rs b/components/table_kv/src/metrics.rs index acafad3a58..2f3c012d82 100644 --- a/components/table_kv/src/metrics.rs +++ b/components/table_kv/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/table_kv/src/obkv.rs b/components/table_kv/src/obkv.rs index 050f45023c..810c9afe97 100644 --- a/components/table_kv/src/obkv.rs +++ b/components/table_kv/src/obkv.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/table_kv/src/obkv/tests.rs b/components/table_kv/src/obkv/tests.rs index 403d613ac1..d2ca667aba 100644 --- a/components/table_kv/src/obkv/tests.rs +++ b/components/table_kv/src/obkv/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/table_kv/src/tests.rs b/components/table_kv/src/tests.rs index 924c280be5..b0bb745a6d 100644 --- a/components/table_kv/src/tests.rs +++ b/components/table_kv/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/test_util/Cargo.toml b/components/test_util/Cargo.toml index c44f9b2943..4180841cd1 100644 --- a/components/test_util/Cargo.toml +++ b/components/test_util/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/test_util/src/lib.rs b/components/test_util/src/lib.rs index 8d1d83c914..d2c0c4097c 100644 --- a/components/test_util/src/lib.rs +++ b/components/test_util/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/time_ext/Cargo.toml b/components/time_ext/Cargo.toml index f2e56dfa08..cd79b34ffc 100644 --- a/components/time_ext/Cargo.toml +++ b/components/time_ext/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/time_ext/src/lib.rs b/components/time_ext/src/lib.rs index e40fbb9f64..4c95ab2c01 100644 --- a/components/time_ext/src/lib.rs +++ b/components/time_ext/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/timed_task/Cargo.toml b/components/timed_task/Cargo.toml index a7f37eef54..f497a81c53 100644 --- a/components/timed_task/Cargo.toml +++ b/components/timed_task/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/timed_task/src/lib.rs b/components/timed_task/src/lib.rs index ffe1f45166..40daf63400 100644 --- a/components/timed_task/src/lib.rs +++ b/components/timed_task/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/toml_ext/Cargo.toml b/components/toml_ext/Cargo.toml index e09733427f..35bdb412ac 100644 --- a/components/toml_ext/Cargo.toml +++ b/components/toml_ext/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/toml_ext/src/lib.rs b/components/toml_ext/src/lib.rs index fe26971460..10b03084eb 100644 --- a/components/toml_ext/src/lib.rs +++ b/components/toml_ext/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/trace_metric/Cargo.toml b/components/trace_metric/Cargo.toml index a2f723ab08..b13b044cda 100644 --- a/components/trace_metric/Cargo.toml +++ b/components/trace_metric/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/trace_metric/src/collector.rs b/components/trace_metric/src/collector.rs index c65c685329..f8c236dd58 100644 --- a/components/trace_metric/src/collector.rs +++ b/components/trace_metric/src/collector.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/trace_metric/src/lib.rs b/components/trace_metric/src/lib.rs index 2751a36920..83e8325f82 100644 --- a/components/trace_metric/src/lib.rs +++ b/components/trace_metric/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/trace_metric/src/metric.rs b/components/trace_metric/src/metric.rs index a09c0d79d8..9eb900a45d 100644 --- a/components/trace_metric/src/metric.rs +++ b/components/trace_metric/src/metric.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/trace_metric_derive/Cargo.toml b/components/trace_metric_derive/Cargo.toml index 80a4e6e4cd..d5fdece566 100644 --- a/components/trace_metric_derive/Cargo.toml +++ b/components/trace_metric_derive/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/trace_metric_derive/src/builder.rs b/components/trace_metric_derive/src/builder.rs index f25b56c64c..0aaeb5fa1d 100644 --- a/components/trace_metric_derive/src/builder.rs +++ b/components/trace_metric_derive/src/builder.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/trace_metric_derive/src/lib.rs b/components/trace_metric_derive/src/lib.rs index 563c715e63..cba4ea4efa 100644 --- a/components/trace_metric_derive/src/lib.rs +++ b/components/trace_metric_derive/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/trace_metric_derive_tests/Cargo.toml b/components/trace_metric_derive_tests/Cargo.toml index 9996e5cc75..fd7cc97b27 100644 --- a/components/trace_metric_derive_tests/Cargo.toml +++ b/components/trace_metric_derive_tests/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/trace_metric_derive_tests/src/lib.rs b/components/trace_metric_derive_tests/src/lib.rs index 5c4da76dfb..7d0765c5ae 100644 --- a/components/trace_metric_derive_tests/src/lib.rs +++ b/components/trace_metric_derive_tests/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/tracing_util/Cargo.toml b/components/tracing_util/Cargo.toml index 07b74384e7..802c6854fb 100644 --- a/components/tracing_util/Cargo.toml +++ b/components/tracing_util/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/components/tracing_util/src/lib.rs b/components/tracing_util/src/lib.rs index 5af0129981..ec855ebb5f 100644 --- a/components/tracing_util/src/lib.rs +++ b/components/tracing_util/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/components/tracing_util/src/logging.rs b/components/tracing_util/src/logging.rs index 5c38288865..02c7f53b3f 100644 --- a/components/tracing_util/src/logging.rs +++ b/components/tracing_util/src/logging.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_engine_extensions/Cargo.toml b/df_engine_extensions/Cargo.toml index 54926369eb..a455fdd91e 100644 --- a/df_engine_extensions/Cargo.toml +++ b/df_engine_extensions/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/df_engine_extensions/src/codec.rs b/df_engine_extensions/src/codec.rs index 587019e240..e56cd05390 100644 --- a/df_engine_extensions/src/codec.rs +++ b/df_engine_extensions/src/codec.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_engine_extensions/src/dist_sql_query/codec.rs b/df_engine_extensions/src/dist_sql_query/codec.rs index 78fa7e0b31..2196455128 100644 --- a/df_engine_extensions/src/dist_sql_query/codec.rs +++ b/df_engine_extensions/src/dist_sql_query/codec.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_engine_extensions/src/dist_sql_query/mod.rs b/df_engine_extensions/src/dist_sql_query/mod.rs index 80db7be05e..df51e6549a 100644 --- a/df_engine_extensions/src/dist_sql_query/mod.rs +++ b/df_engine_extensions/src/dist_sql_query/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_engine_extensions/src/dist_sql_query/physical_plan.rs b/df_engine_extensions/src/dist_sql_query/physical_plan.rs index e64ae96c41..ec6ea63a62 100644 --- a/df_engine_extensions/src/dist_sql_query/physical_plan.rs +++ b/df_engine_extensions/src/dist_sql_query/physical_plan.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_engine_extensions/src/dist_sql_query/resolver.rs b/df_engine_extensions/src/dist_sql_query/resolver.rs index 951ba88d4b..0b98a48171 100644 --- a/df_engine_extensions/src/dist_sql_query/resolver.rs +++ b/df_engine_extensions/src/dist_sql_query/resolver.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_engine_extensions/src/dist_sql_query/test_util.rs b/df_engine_extensions/src/dist_sql_query/test_util.rs index 9a1e6d3740..400926851d 100644 --- a/df_engine_extensions/src/dist_sql_query/test_util.rs +++ b/df_engine_extensions/src/dist_sql_query/test_util.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_engine_extensions/src/lib.rs b/df_engine_extensions/src/lib.rs index 0009f2c659..44fb8b2819 100644 --- a/df_engine_extensions/src/lib.rs +++ b/df_engine_extensions/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_engine_extensions/src/metrics.rs b/df_engine_extensions/src/metrics.rs index 06094c08cd..3d0daa1d4a 100644 --- a/df_engine_extensions/src/metrics.rs +++ b/df_engine_extensions/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_operator/Cargo.toml b/df_operator/Cargo.toml index 4b894fb75c..a153610991 100644 --- a/df_operator/Cargo.toml +++ b/df_operator/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/df_operator/src/aggregate.rs b/df_operator/src/aggregate.rs index 767e87d7f9..e22439a7f8 100644 --- a/df_operator/src/aggregate.rs +++ b/df_operator/src/aggregate.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_operator/src/functions.rs b/df_operator/src/functions.rs index d70d46f39a..0e08181654 100644 --- a/df_operator/src/functions.rs +++ b/df_operator/src/functions.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_operator/src/lib.rs b/df_operator/src/lib.rs index ddc9b6a0f9..f134b4eb52 100644 --- a/df_operator/src/lib.rs +++ b/df_operator/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_operator/src/registry.rs b/df_operator/src/registry.rs index 932fd75694..fadf65df0d 100644 --- a/df_operator/src/registry.rs +++ b/df_operator/src/registry.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_operator/src/scalar.rs b/df_operator/src/scalar.rs index 26d78e1c3b..2c41bbc444 100644 --- a/df_operator/src/scalar.rs +++ b/df_operator/src/scalar.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_operator/src/udaf.rs b/df_operator/src/udaf.rs index f39e28a97c..8672431c8a 100644 --- a/df_operator/src/udaf.rs +++ b/df_operator/src/udaf.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_operator/src/udfs/mod.rs b/df_operator/src/udfs/mod.rs index 66c7a7c232..178aa900eb 100644 --- a/df_operator/src/udfs/mod.rs +++ b/df_operator/src/udfs/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_operator/src/udfs/thetasketch_distinct.rs b/df_operator/src/udfs/thetasketch_distinct.rs index 3c028e4992..f4e7febcdf 100644 --- a/df_operator/src/udfs/thetasketch_distinct.rs +++ b/df_operator/src/udfs/thetasketch_distinct.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_operator/src/udfs/time_bucket.rs b/df_operator/src/udfs/time_bucket.rs index 45a171c81f..15d83e2b28 100644 --- a/df_operator/src/udfs/time_bucket.rs +++ b/df_operator/src/udfs/time_bucket.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/df_operator/src/visitor.rs b/df_operator/src/visitor.rs index 163f167db9..8de24dbf15 100644 --- a/df_operator/src/visitor.rs +++ b/df_operator/src/visitor.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/docs/example-cluster-0.toml b/docs/example-cluster-0.toml index 9f950ea3e6..6aa63b8b2e 100644 --- a/docs/example-cluster-0.toml +++ b/docs/example-cluster-0.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/docs/example-cluster-1.toml b/docs/example-cluster-1.toml index b08d3dc7e8..0265d00f45 100644 --- a/docs/example-cluster-1.toml +++ b/docs/example-cluster-1.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/docs/example-standalone-static-routing.toml b/docs/example-standalone-static-routing.toml index ae216a97d1..fe7873b3fe 100644 --- a/docs/example-standalone-static-routing.toml +++ b/docs/example-standalone-static-routing.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/docs/minimal.toml b/docs/minimal.toml index a9af778903..6548cc06ca 100644 --- a/docs/minimal.toml +++ b/docs/minimal.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index d1455c0cd5..05ae6ac22a 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/integration_tests/cases/env/cluster/config.toml b/integration_tests/cases/env/cluster/config.toml index 4aec15e802..96122612e1 100644 --- a/integration_tests/cases/env/cluster/config.toml +++ b/integration_tests/cases/env/cluster/config.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/integration_tests/cases/env/local/config.toml b/integration_tests/cases/env/local/config.toml index d279f321d4..2d681f218b 100644 --- a/integration_tests/cases/env/local/config.toml +++ b/integration_tests/cases/env/local/config.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/integration_tests/config/ceresdb-cluster-0.toml b/integration_tests/config/ceresdb-cluster-0.toml index 31e9f52639..0f9da1bd25 100644 --- a/integration_tests/config/ceresdb-cluster-0.toml +++ b/integration_tests/config/ceresdb-cluster-0.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/integration_tests/config/ceresdb-cluster-1.toml b/integration_tests/config/ceresdb-cluster-1.toml index fa995047a4..afd3ba9052 100644 --- a/integration_tests/config/ceresdb-cluster-1.toml +++ b/integration_tests/config/ceresdb-cluster-1.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/integration_tests/config/ceresmeta.toml b/integration_tests/config/ceresmeta.toml index ec68eed3e1..da5be67735 100644 --- a/integration_tests/config/ceresmeta.toml +++ b/integration_tests/config/ceresmeta.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/integration_tests/config/shard-based-recovery.toml b/integration_tests/config/shard-based-recovery.toml index 7228d71946..6195550ece 100644 --- a/integration_tests/config/shard-based-recovery.toml +++ b/integration_tests/config/shard-based-recovery.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/integration_tests/prom/prometheus.yml b/integration_tests/prom/prometheus.yml index cf49f9c756..3f3dc161c4 100644 --- a/integration_tests/prom/prometheus.yml +++ b/integration_tests/prom/prometheus.yml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/integration_tests/sdk/rust/Cargo.toml b/integration_tests/sdk/rust/Cargo.toml index 8630587391..229a85b6ff 100644 --- a/integration_tests/sdk/rust/Cargo.toml +++ b/integration_tests/sdk/rust/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/integration_tests/sdk/rust/src/main.rs b/integration_tests/sdk/rust/src/main.rs index e354c9d533..e556cba50d 100644 --- a/integration_tests/sdk/rust/src/main.rs +++ b/integration_tests/sdk/rust/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/integration_tests/src/database.rs b/integration_tests/src/database.rs index 36d0aa5710..5a118adb50 100644 --- a/integration_tests/src/database.rs +++ b/integration_tests/src/database.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/integration_tests/src/main.rs b/integration_tests/src/main.rs index 7400260d19..e848b21424 100644 --- a/integration_tests/src/main.rs +++ b/integration_tests/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/Cargo.toml b/interpreters/Cargo.toml index 94b9f4ea41..69a21ead91 100644 --- a/interpreters/Cargo.toml +++ b/interpreters/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/interpreters/src/alter_table.rs b/interpreters/src/alter_table.rs index 46dc65be73..3b8faba805 100644 --- a/interpreters/src/alter_table.rs +++ b/interpreters/src/alter_table.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/src/context.rs b/interpreters/src/context.rs index cbc64612db..721a707637 100644 --- a/interpreters/src/context.rs +++ b/interpreters/src/context.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/src/create.rs b/interpreters/src/create.rs index cc0888c349..3e9705d9d1 100644 --- a/interpreters/src/create.rs +++ b/interpreters/src/create.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/src/describe.rs b/interpreters/src/describe.rs index b7a58eec3a..55acafb6d9 100644 --- a/interpreters/src/describe.rs +++ b/interpreters/src/describe.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/src/drop.rs b/interpreters/src/drop.rs index f6a86cb831..66fe7211c6 100644 --- a/interpreters/src/drop.rs +++ b/interpreters/src/drop.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/src/exists.rs b/interpreters/src/exists.rs index aaf709e82c..d62680236e 100644 --- a/interpreters/src/exists.rs +++ b/interpreters/src/exists.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/src/factory.rs b/interpreters/src/factory.rs index 6216b6c92f..ef3fdfdce4 100644 --- a/interpreters/src/factory.rs +++ b/interpreters/src/factory.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/src/insert.rs b/interpreters/src/insert.rs index cd47c97c8d..6bee739f6e 100644 --- a/interpreters/src/insert.rs +++ b/interpreters/src/insert.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/src/interpreter.rs b/interpreters/src/interpreter.rs index e5c63064ea..e0646bf058 100644 --- a/interpreters/src/interpreter.rs +++ b/interpreters/src/interpreter.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/src/lib.rs b/interpreters/src/lib.rs index b7b8ce35bc..75ff1fcaee 100644 --- a/interpreters/src/lib.rs +++ b/interpreters/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/src/select.rs b/interpreters/src/select.rs index eb701663b8..876774c6e1 100644 --- a/interpreters/src/select.rs +++ b/interpreters/src/select.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/src/show.rs b/interpreters/src/show.rs index dcf0ec34a9..a74c82a04d 100644 --- a/interpreters/src/show.rs +++ b/interpreters/src/show.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/src/show_create.rs b/interpreters/src/show_create.rs index bb52015c56..36ea1d9e2b 100644 --- a/interpreters/src/show_create.rs +++ b/interpreters/src/show_create.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/src/table_manipulator/catalog_based.rs b/interpreters/src/table_manipulator/catalog_based.rs index 17a446aac4..7906ac2f0a 100644 --- a/interpreters/src/table_manipulator/catalog_based.rs +++ b/interpreters/src/table_manipulator/catalog_based.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/src/table_manipulator/meta_based.rs b/interpreters/src/table_manipulator/meta_based.rs index bdecfd3e34..c6087ffbb6 100644 --- a/interpreters/src/table_manipulator/meta_based.rs +++ b/interpreters/src/table_manipulator/meta_based.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/src/table_manipulator/mod.rs b/interpreters/src/table_manipulator/mod.rs index 9e484c0702..5d5c47123a 100644 --- a/interpreters/src/table_manipulator/mod.rs +++ b/interpreters/src/table_manipulator/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/src/tests.rs b/interpreters/src/tests.rs index ed5081d4fb..152d8a7ee7 100644 --- a/interpreters/src/tests.rs +++ b/interpreters/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/interpreters/src/validator.rs b/interpreters/src/validator.rs index 23acf61624..857ed60928 100644 --- a/interpreters/src/validator.rs +++ b/interpreters/src/validator.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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 0428eaf2d2..e4bf34f822 100644 --- a/licenserc.toml +++ b/licenserc.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -21,5 +21,5 @@ includes = [ ] [properties] -inceptionYear = 2023 +inceptionYear = 2022 copyrightOwner = "The HoraeDB Authors" diff --git a/meta_client/Cargo.toml b/meta_client/Cargo.toml index 9518aa26eb..dc127dbc17 100644 --- a/meta_client/Cargo.toml +++ b/meta_client/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/meta_client/src/lib.rs b/meta_client/src/lib.rs index 6b4b143847..c2090d31f5 100644 --- a/meta_client/src/lib.rs +++ b/meta_client/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/meta_client/src/load_balance.rs b/meta_client/src/load_balance.rs index 7d3881908b..b8477cfd46 100644 --- a/meta_client/src/load_balance.rs +++ b/meta_client/src/load_balance.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/meta_client/src/meta_impl.rs b/meta_client/src/meta_impl.rs index fb706dedca..27324a2a2d 100644 --- a/meta_client/src/meta_impl.rs +++ b/meta_client/src/meta_impl.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/meta_client/src/types.rs b/meta_client/src/types.rs index f822428ed5..00ac09b379 100644 --- a/meta_client/src/types.rs +++ b/meta_client/src/types.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/partition_table_engine/Cargo.toml b/partition_table_engine/Cargo.toml index a090cdbf0a..abe549085c 100644 --- a/partition_table_engine/Cargo.toml +++ b/partition_table_engine/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/partition_table_engine/src/error.rs b/partition_table_engine/src/error.rs index 52bf41cd5e..68b74ef751 100644 --- a/partition_table_engine/src/error.rs +++ b/partition_table_engine/src/error.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/partition_table_engine/src/lib.rs b/partition_table_engine/src/lib.rs index 482b75cfed..8d1c51934b 100644 --- a/partition_table_engine/src/lib.rs +++ b/partition_table_engine/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/partition_table_engine/src/metrics.rs b/partition_table_engine/src/metrics.rs index 1bdb06c7ea..1c2e4062b0 100644 --- a/partition_table_engine/src/metrics.rs +++ b/partition_table_engine/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/partition_table_engine/src/partition.rs b/partition_table_engine/src/partition.rs index 4ee1927c3f..66aa3732ca 100644 --- a/partition_table_engine/src/partition.rs +++ b/partition_table_engine/src/partition.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/partition_table_engine/src/scan_builder.rs b/partition_table_engine/src/scan_builder.rs index 1291508fd2..93b36d1a9b 100644 --- a/partition_table_engine/src/scan_builder.rs +++ b/partition_table_engine/src/scan_builder.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/partition_table_engine/src/test_util.rs b/partition_table_engine/src/test_util.rs index 5bff833f1e..420c7bbd7d 100644 --- a/partition_table_engine/src/test_util.rs +++ b/partition_table_engine/src/test_util.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/Cargo.toml b/proxy/Cargo.toml index 5f7e684463..e850536413 100644 --- a/proxy/Cargo.toml +++ b/proxy/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/proxy/src/context.rs b/proxy/src/context.rs index 7de2b1712c..ca0e62c485 100644 --- a/proxy/src/context.rs +++ b/proxy/src/context.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/error.rs b/proxy/src/error.rs index 279dc6e063..1a54e6aa3a 100644 --- a/proxy/src/error.rs +++ b/proxy/src/error.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/error_util.rs b/proxy/src/error_util.rs index ee6cb3eba2..815e3767af 100644 --- a/proxy/src/error_util.rs +++ b/proxy/src/error_util.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/forward.rs b/proxy/src/forward.rs index 2837a6aec9..ee52ff43d7 100644 --- a/proxy/src/forward.rs +++ b/proxy/src/forward.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/grpc/mod.rs b/proxy/src/grpc/mod.rs index bf687281a9..aa4dc81ed5 100644 --- a/proxy/src/grpc/mod.rs +++ b/proxy/src/grpc/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/grpc/prom_query.rs b/proxy/src/grpc/prom_query.rs index 70094ba943..5498588fdf 100644 --- a/proxy/src/grpc/prom_query.rs +++ b/proxy/src/grpc/prom_query.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/grpc/route.rs b/proxy/src/grpc/route.rs index 45a599968c..ea24fd8b94 100644 --- a/proxy/src/grpc/route.rs +++ b/proxy/src/grpc/route.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/grpc/sql_query.rs b/proxy/src/grpc/sql_query.rs index 785b0a3483..a0c8d4640c 100644 --- a/proxy/src/grpc/sql_query.rs +++ b/proxy/src/grpc/sql_query.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/grpc/write.rs b/proxy/src/grpc/write.rs index ace7f48c52..90013580e3 100644 --- a/proxy/src/grpc/write.rs +++ b/proxy/src/grpc/write.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/handlers/admin.rs b/proxy/src/handlers/admin.rs index 6dd1c324e8..1793ff0a3b 100644 --- a/proxy/src/handlers/admin.rs +++ b/proxy/src/handlers/admin.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/handlers/error.rs b/proxy/src/handlers/error.rs index 15ecd18925..c27159b867 100644 --- a/proxy/src/handlers/error.rs +++ b/proxy/src/handlers/error.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/handlers/mod.rs b/proxy/src/handlers/mod.rs index f1aab22955..6e3f13da9d 100644 --- a/proxy/src/handlers/mod.rs +++ b/proxy/src/handlers/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/hotspot.rs b/proxy/src/hotspot.rs index fa783e4af8..c3f4608580 100644 --- a/proxy/src/hotspot.rs +++ b/proxy/src/hotspot.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/hotspot_lru.rs b/proxy/src/hotspot_lru.rs index 8cb2422c43..c84ceab1bd 100644 --- a/proxy/src/hotspot_lru.rs +++ b/proxy/src/hotspot_lru.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/http/mod.rs b/proxy/src/http/mod.rs index d7dab1865f..896a4313ba 100644 --- a/proxy/src/http/mod.rs +++ b/proxy/src/http/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/http/prom.rs b/proxy/src/http/prom.rs index 68190174a3..29c7b22c6a 100644 --- a/proxy/src/http/prom.rs +++ b/proxy/src/http/prom.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/http/route.rs b/proxy/src/http/route.rs index abef5ebde0..b3abca96b8 100644 --- a/proxy/src/http/route.rs +++ b/proxy/src/http/route.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/http/sql.rs b/proxy/src/http/sql.rs index 14ce7f291f..9f67009902 100644 --- a/proxy/src/http/sql.rs +++ b/proxy/src/http/sql.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/influxdb/mod.rs b/proxy/src/influxdb/mod.rs index ec61cbb743..80ec3fc08f 100644 --- a/proxy/src/influxdb/mod.rs +++ b/proxy/src/influxdb/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/influxdb/types.rs b/proxy/src/influxdb/types.rs index 1a86744970..c3fd476a8e 100644 --- a/proxy/src/influxdb/types.rs +++ b/proxy/src/influxdb/types.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/instance.rs b/proxy/src/instance.rs index ec0d2e4890..d3563f6970 100644 --- a/proxy/src/instance.rs +++ b/proxy/src/instance.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/lib.rs b/proxy/src/lib.rs index a4155fe0ef..4a5e441313 100644 --- a/proxy/src/lib.rs +++ b/proxy/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/limiter.rs b/proxy/src/limiter.rs index 9405dd9ec4..e00f0f3bd0 100644 --- a/proxy/src/limiter.rs +++ b/proxy/src/limiter.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/metrics.rs b/proxy/src/metrics.rs index c55c47c27b..7e62216600 100644 --- a/proxy/src/metrics.rs +++ b/proxy/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/opentsdb/mod.rs b/proxy/src/opentsdb/mod.rs index 13a5f46aa7..55f1471de9 100644 --- a/proxy/src/opentsdb/mod.rs +++ b/proxy/src/opentsdb/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/opentsdb/types.rs b/proxy/src/opentsdb/types.rs index 51ee423a1e..acc1861079 100644 --- a/proxy/src/opentsdb/types.rs +++ b/proxy/src/opentsdb/types.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/read.rs b/proxy/src/read.rs index 9102be916b..0321962f3a 100644 --- a/proxy/src/read.rs +++ b/proxy/src/read.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/schema_config_provider/cluster_based.rs b/proxy/src/schema_config_provider/cluster_based.rs index fe464b6c6e..56721340dd 100644 --- a/proxy/src/schema_config_provider/cluster_based.rs +++ b/proxy/src/schema_config_provider/cluster_based.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/schema_config_provider/config_based.rs b/proxy/src/schema_config_provider/config_based.rs index 3285502fc0..eac7bc965f 100644 --- a/proxy/src/schema_config_provider/config_based.rs +++ b/proxy/src/schema_config_provider/config_based.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/schema_config_provider/mod.rs b/proxy/src/schema_config_provider/mod.rs index 2cde060de2..14ac07b738 100644 --- a/proxy/src/schema_config_provider/mod.rs +++ b/proxy/src/schema_config_provider/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/util.rs b/proxy/src/util.rs index b04737a227..9a2534a49f 100644 --- a/proxy/src/util.rs +++ b/proxy/src/util.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/proxy/src/write.rs b/proxy/src/write.rs index c455078ddf..0175b0448e 100644 --- a/proxy/src/write.rs +++ b/proxy/src/write.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/Cargo.toml b/query_engine/Cargo.toml index df2e3240ca..5e416df7b4 100644 --- a/query_engine/Cargo.toml +++ b/query_engine/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/query_engine/src/config.rs b/query_engine/src/config.rs index 1e6350bac7..c20de6411b 100644 --- a/query_engine/src/config.rs +++ b/query_engine/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/context.rs b/query_engine/src/context.rs index 2bf6aebf9b..be6adc3ac2 100644 --- a/query_engine/src/context.rs +++ b/query_engine/src/context.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/datafusion_impl/executor.rs b/query_engine/src/datafusion_impl/executor.rs index 83208d1fd5..0db26b1ef7 100644 --- a/query_engine/src/datafusion_impl/executor.rs +++ b/query_engine/src/datafusion_impl/executor.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/datafusion_impl/logical_optimizer/mod.rs b/query_engine/src/datafusion_impl/logical_optimizer/mod.rs index a3b5130f3b..cb2698983c 100644 --- a/query_engine/src/datafusion_impl/logical_optimizer/mod.rs +++ b/query_engine/src/datafusion_impl/logical_optimizer/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/datafusion_impl/logical_optimizer/tests.rs b/query_engine/src/datafusion_impl/logical_optimizer/tests.rs index 6df6fda539..ca9290f732 100644 --- a/query_engine/src/datafusion_impl/logical_optimizer/tests.rs +++ b/query_engine/src/datafusion_impl/logical_optimizer/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/datafusion_impl/logical_optimizer/type_conversion.rs b/query_engine/src/datafusion_impl/logical_optimizer/type_conversion.rs index 29c1e95684..ab3b131ec4 100644 --- a/query_engine/src/datafusion_impl/logical_optimizer/type_conversion.rs +++ b/query_engine/src/datafusion_impl/logical_optimizer/type_conversion.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/datafusion_impl/mod.rs b/query_engine/src/datafusion_impl/mod.rs index d4109d3219..f48f1aa517 100644 --- a/query_engine/src/datafusion_impl/mod.rs +++ b/query_engine/src/datafusion_impl/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/datafusion_impl/physical_optimizer/coalesce_batches.rs b/query_engine/src/datafusion_impl/physical_optimizer/coalesce_batches.rs index 8e36aa4413..c8643d989e 100644 --- a/query_engine/src/datafusion_impl/physical_optimizer/coalesce_batches.rs +++ b/query_engine/src/datafusion_impl/physical_optimizer/coalesce_batches.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/datafusion_impl/physical_optimizer/mod.rs b/query_engine/src/datafusion_impl/physical_optimizer/mod.rs index 546f9cd34f..320c3f0942 100644 --- a/query_engine/src/datafusion_impl/physical_optimizer/mod.rs +++ b/query_engine/src/datafusion_impl/physical_optimizer/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/datafusion_impl/physical_optimizer/repartition.rs b/query_engine/src/datafusion_impl/physical_optimizer/repartition.rs index 57d219b7cc..dcb9fa1737 100644 --- a/query_engine/src/datafusion_impl/physical_optimizer/repartition.rs +++ b/query_engine/src/datafusion_impl/physical_optimizer/repartition.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/datafusion_impl/physical_plan.rs b/query_engine/src/datafusion_impl/physical_plan.rs index 583db57413..b42ac2a219 100644 --- a/query_engine/src/datafusion_impl/physical_plan.rs +++ b/query_engine/src/datafusion_impl/physical_plan.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/datafusion_impl/physical_plan_extension/mod.rs b/query_engine/src/datafusion_impl/physical_plan_extension/mod.rs index 94dfda2be5..314e15e819 100644 --- a/query_engine/src/datafusion_impl/physical_plan_extension/mod.rs +++ b/query_engine/src/datafusion_impl/physical_plan_extension/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/datafusion_impl/physical_plan_extension/prom_align.rs b/query_engine/src/datafusion_impl/physical_plan_extension/prom_align.rs index cf79d91442..d5bbaa59d5 100644 --- a/query_engine/src/datafusion_impl/physical_plan_extension/prom_align.rs +++ b/query_engine/src/datafusion_impl/physical_plan_extension/prom_align.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/datafusion_impl/physical_planner.rs b/query_engine/src/datafusion_impl/physical_planner.rs index 50b302e502..fb042fa4cb 100644 --- a/query_engine/src/datafusion_impl/physical_planner.rs +++ b/query_engine/src/datafusion_impl/physical_planner.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/datafusion_impl/physical_planner_extension/mod.rs b/query_engine/src/datafusion_impl/physical_planner_extension/mod.rs index 45527e7b62..d0c7c62f99 100644 --- a/query_engine/src/datafusion_impl/physical_planner_extension/mod.rs +++ b/query_engine/src/datafusion_impl/physical_planner_extension/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/datafusion_impl/physical_planner_extension/prom_align.rs b/query_engine/src/datafusion_impl/physical_planner_extension/prom_align.rs index 9254e4402d..6c2d0770e6 100644 --- a/query_engine/src/datafusion_impl/physical_planner_extension/prom_align.rs +++ b/query_engine/src/datafusion_impl/physical_planner_extension/prom_align.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/datafusion_impl/task_context.rs b/query_engine/src/datafusion_impl/task_context.rs index b5eb7856cd..ff3d1ce159 100644 --- a/query_engine/src/datafusion_impl/task_context.rs +++ b/query_engine/src/datafusion_impl/task_context.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/error.rs b/query_engine/src/error.rs index 494149f0f9..dcae5d321b 100644 --- a/query_engine/src/error.rs +++ b/query_engine/src/error.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/executor.rs b/query_engine/src/executor.rs index bf32a24b03..9ca5cecb24 100644 --- a/query_engine/src/executor.rs +++ b/query_engine/src/executor.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/lib.rs b/query_engine/src/lib.rs index 528da80307..66450c4e3a 100644 --- a/query_engine/src/lib.rs +++ b/query_engine/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_engine/src/physical_planner.rs b/query_engine/src/physical_planner.rs index c32975e190..48072045d2 100644 --- a/query_engine/src/physical_planner.rs +++ b/query_engine/src/physical_planner.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/Cargo.toml b/query_frontend/Cargo.toml index 998beb2b9f..1547d56ebc 100644 --- a/query_frontend/Cargo.toml +++ b/query_frontend/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/query_frontend/src/ast.rs b/query_frontend/src/ast.rs index a6d1506e71..b4db9c087d 100644 --- a/query_frontend/src/ast.rs +++ b/query_frontend/src/ast.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/config.rs b/query_frontend/src/config.rs index f9adc69a7a..6d88bad536 100644 --- a/query_frontend/src/config.rs +++ b/query_frontend/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/container.rs b/query_frontend/src/container.rs index 708ca87549..eade82158f 100644 --- a/query_frontend/src/container.rs +++ b/query_frontend/src/container.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/frontend.rs b/query_frontend/src/frontend.rs index 016df62eb7..28e11c5844 100644 --- a/query_frontend/src/frontend.rs +++ b/query_frontend/src/frontend.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/influxql/mod.rs b/query_frontend/src/influxql/mod.rs index 6f94ec6ac3..60b2afe25c 100644 --- a/query_frontend/src/influxql/mod.rs +++ b/query_frontend/src/influxql/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/influxql/planner.rs b/query_frontend/src/influxql/planner.rs index dc3b3693e5..f4903cf33e 100644 --- a/query_frontend/src/influxql/planner.rs +++ b/query_frontend/src/influxql/planner.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/lib.rs b/query_frontend/src/lib.rs index ee96af794a..dd9407749f 100644 --- a/query_frontend/src/lib.rs +++ b/query_frontend/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/parser.rs b/query_frontend/src/parser.rs index 6ce521a84e..1a2a797a3c 100644 --- a/query_frontend/src/parser.rs +++ b/query_frontend/src/parser.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/partition.rs b/query_frontend/src/partition.rs index 1511501359..cce9b1bb66 100644 --- a/query_frontend/src/partition.rs +++ b/query_frontend/src/partition.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/plan.rs b/query_frontend/src/plan.rs index f2dd864e3d..c1b431ccb4 100644 --- a/query_frontend/src/plan.rs +++ b/query_frontend/src/plan.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/planner.rs b/query_frontend/src/planner.rs index 7b1fa82ede..8e9a846e78 100644 --- a/query_frontend/src/planner.rs +++ b/query_frontend/src/planner.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/promql.rs b/query_frontend/src/promql.rs index 001b22b54a..ec6fdbc0e0 100644 --- a/query_frontend/src/promql.rs +++ b/query_frontend/src/promql.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/promql/convert.rs b/query_frontend/src/promql/convert.rs index e8ba58518f..511700b175 100644 --- a/query_frontend/src/promql/convert.rs +++ b/query_frontend/src/promql/convert.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/promql/datafusion_util.rs b/query_frontend/src/promql/datafusion_util.rs index 5179702f74..b95e2abd7d 100644 --- a/query_frontend/src/promql/datafusion_util.rs +++ b/query_frontend/src/promql/datafusion_util.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/promql/error.rs b/query_frontend/src/promql/error.rs index a73d552b8c..4ad50523ec 100644 --- a/query_frontend/src/promql/error.rs +++ b/query_frontend/src/promql/error.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/promql/pushdown.rs b/query_frontend/src/promql/pushdown.rs index 7ffcedc1bb..48e2208c04 100644 --- a/query_frontend/src/promql/pushdown.rs +++ b/query_frontend/src/promql/pushdown.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/promql/remote.rs b/query_frontend/src/promql/remote.rs index 6b8c8f8f3f..409f56c6b8 100644 --- a/query_frontend/src/promql/remote.rs +++ b/query_frontend/src/promql/remote.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/promql/udf.rs b/query_frontend/src/promql/udf.rs index 3bc2c58060..065b3b2099 100644 --- a/query_frontend/src/promql/udf.rs +++ b/query_frontend/src/promql/udf.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/provider.rs b/query_frontend/src/provider.rs index b056e63ed2..092e03a9ab 100644 --- a/query_frontend/src/provider.rs +++ b/query_frontend/src/provider.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/query_frontend/src/tests.rs b/query_frontend/src/tests.rs index ac4eb98fd6..90451c0e36 100644 --- a/query_frontend/src/tests.rs +++ b/query_frontend/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/remote_engine_client/Cargo.toml b/remote_engine_client/Cargo.toml index d65f4e8668..4078c197d1 100644 --- a/remote_engine_client/Cargo.toml +++ b/remote_engine_client/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/remote_engine_client/src/cached_router.rs b/remote_engine_client/src/cached_router.rs index 1349b32cfd..ca65b809bc 100644 --- a/remote_engine_client/src/cached_router.rs +++ b/remote_engine_client/src/cached_router.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/remote_engine_client/src/channel.rs b/remote_engine_client/src/channel.rs index 5d781deafd..a0161429ba 100644 --- a/remote_engine_client/src/channel.rs +++ b/remote_engine_client/src/channel.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/remote_engine_client/src/client.rs b/remote_engine_client/src/client.rs index 80e47ad6ef..f36bcb98ec 100644 --- a/remote_engine_client/src/client.rs +++ b/remote_engine_client/src/client.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/remote_engine_client/src/config.rs b/remote_engine_client/src/config.rs index f609839766..844696deac 100644 --- a/remote_engine_client/src/config.rs +++ b/remote_engine_client/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/remote_engine_client/src/lib.rs b/remote_engine_client/src/lib.rs index c88026f3d6..4b779c4b37 100644 --- a/remote_engine_client/src/lib.rs +++ b/remote_engine_client/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/remote_engine_client/src/status_code.rs b/remote_engine_client/src/status_code.rs index bc4ae8e977..2ea12e5291 100644 --- a/remote_engine_client/src/status_code.rs +++ b/remote_engine_client/src/status_code.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/router/Cargo.toml b/router/Cargo.toml index ac8eef72c7..115b7e4cfb 100644 --- a/router/Cargo.toml +++ b/router/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/router/src/cluster_based.rs b/router/src/cluster_based.rs index 83d2b266b4..d23136c965 100644 --- a/router/src/cluster_based.rs +++ b/router/src/cluster_based.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/router/src/endpoint.rs b/router/src/endpoint.rs index 38709d660d..9881638cb7 100644 --- a/router/src/endpoint.rs +++ b/router/src/endpoint.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/router/src/hash.rs b/router/src/hash.rs index 854fdcfff7..518955e0c9 100644 --- a/router/src/hash.rs +++ b/router/src/hash.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/router/src/lib.rs b/router/src/lib.rs index 785ebc540c..cf689977f0 100644 --- a/router/src/lib.rs +++ b/router/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/router/src/rule_based.rs b/router/src/rule_based.rs index 60cedfc859..0bd699aa78 100644 --- a/router/src/rule_based.rs +++ b/router/src/rule_based.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/rust-toolchain.toml b/rust-toolchain.toml index d49b1b3456..23359ff3bb 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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 5f5ee6aa76..0a40c8c8cf 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/scripts/license-header.txt b/scripts/license-header.txt index c7fa2092e5..3150202c35 100644 --- a/scripts/license-header.txt +++ b/scripts/license-header.txt @@ -1,4 +1,4 @@ -Copyright 2023 The CeresDB Authors +Copyright 2022 The HoraeDB Authors 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/server/Cargo.toml b/server/Cargo.toml index 1ded23837f..02469dce02 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/server/src/config.rs b/server/src/config.rs index fa11290a87..a49504d2ca 100644 --- a/server/src/config.rs +++ b/server/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/consts.rs b/server/src/consts.rs index 57e5bb9d99..2c929e837d 100644 --- a/server/src/consts.rs +++ b/server/src/consts.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/error_util.rs b/server/src/error_util.rs index ee6cb3eba2..815e3767af 100644 --- a/server/src/error_util.rs +++ b/server/src/error_util.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/grpc/meta_event_service/error.rs b/server/src/grpc/meta_event_service/error.rs index 48840fe884..d332e5734b 100644 --- a/server/src/grpc/meta_event_service/error.rs +++ b/server/src/grpc/meta_event_service/error.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/grpc/meta_event_service/mod.rs b/server/src/grpc/meta_event_service/mod.rs index 9e8140f724..da622646f4 100644 --- a/server/src/grpc/meta_event_service/mod.rs +++ b/server/src/grpc/meta_event_service/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/grpc/metrics.rs b/server/src/grpc/metrics.rs index 6389058075..073c3ff0aa 100644 --- a/server/src/grpc/metrics.rs +++ b/server/src/grpc/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/grpc/mod.rs b/server/src/grpc/mod.rs index 317896e11a..99fbe0ffc5 100644 --- a/server/src/grpc/mod.rs +++ b/server/src/grpc/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/grpc/remote_engine_service/error.rs b/server/src/grpc/remote_engine_service/error.rs index bceffb229d..ac958fe9eb 100644 --- a/server/src/grpc/remote_engine_service/error.rs +++ b/server/src/grpc/remote_engine_service/error.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/grpc/remote_engine_service/mod.rs b/server/src/grpc/remote_engine_service/mod.rs index 7fb3e48aec..158757bb08 100644 --- a/server/src/grpc/remote_engine_service/mod.rs +++ b/server/src/grpc/remote_engine_service/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/grpc/storage_service/error.rs b/server/src/grpc/storage_service/error.rs index 3590e77022..b445a1f80e 100644 --- a/server/src/grpc/storage_service/error.rs +++ b/server/src/grpc/storage_service/error.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/grpc/storage_service/header.rs b/server/src/grpc/storage_service/header.rs index 0970927bdb..49d33cf4fd 100644 --- a/server/src/grpc/storage_service/header.rs +++ b/server/src/grpc/storage_service/header.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/grpc/storage_service/mod.rs b/server/src/grpc/storage_service/mod.rs index ef8ab77ea4..81967e9015 100644 --- a/server/src/grpc/storage_service/mod.rs +++ b/server/src/grpc/storage_service/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/http.rs b/server/src/http.rs index 04d2134ed8..96a1b23ef2 100644 --- a/server/src/http.rs +++ b/server/src/http.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/lib.rs b/server/src/lib.rs index d59341e84c..33dba4abfc 100644 --- a/server/src/lib.rs +++ b/server/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/local_tables.rs b/server/src/local_tables.rs index 1bd4d8f580..f04c633681 100644 --- a/server/src/local_tables.rs +++ b/server/src/local_tables.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/metrics.rs b/server/src/metrics.rs index f1517b172f..d18bc83b35 100644 --- a/server/src/metrics.rs +++ b/server/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/mysql/builder.rs b/server/src/mysql/builder.rs index 874d5eadb0..4ee1969427 100644 --- a/server/src/mysql/builder.rs +++ b/server/src/mysql/builder.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/mysql/error.rs b/server/src/mysql/error.rs index 45feec04b7..087d36a8fb 100644 --- a/server/src/mysql/error.rs +++ b/server/src/mysql/error.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/mysql/mod.rs b/server/src/mysql/mod.rs index 8703c22c00..c1bb86dde4 100644 --- a/server/src/mysql/mod.rs +++ b/server/src/mysql/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/mysql/service.rs b/server/src/mysql/service.rs index e7f04c6737..ef2a00ed8f 100644 --- a/server/src/mysql/service.rs +++ b/server/src/mysql/service.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/mysql/worker.rs b/server/src/mysql/worker.rs index f3e322a8e0..5c9ae76861 100644 --- a/server/src/mysql/worker.rs +++ b/server/src/mysql/worker.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/mysql/writer.rs b/server/src/mysql/writer.rs index ced992e6de..a0e5eeec26 100644 --- a/server/src/mysql/writer.rs +++ b/server/src/mysql/writer.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/postgresql/builder.rs b/server/src/postgresql/builder.rs index ce16c01109..71d5b95613 100644 --- a/server/src/postgresql/builder.rs +++ b/server/src/postgresql/builder.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/postgresql/error.rs b/server/src/postgresql/error.rs index f10cbed8bc..b8f7d8e0fc 100644 --- a/server/src/postgresql/error.rs +++ b/server/src/postgresql/error.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/postgresql/handler.rs b/server/src/postgresql/handler.rs index 8df97e09d4..7f6a37fb0d 100644 --- a/server/src/postgresql/handler.rs +++ b/server/src/postgresql/handler.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/postgresql/mod.rs b/server/src/postgresql/mod.rs index 342dbeb03d..063f2d9f42 100644 --- a/server/src/postgresql/mod.rs +++ b/server/src/postgresql/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/postgresql/service.rs b/server/src/postgresql/service.rs index 10ac58cdcb..4309ad8707 100644 --- a/server/src/postgresql/service.rs +++ b/server/src/postgresql/service.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/server/src/server.rs b/server/src/server.rs index 27f59c1819..dd2dd6b66b 100644 --- a/server/src/server.rs +++ b/server/src/server.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/ceresdb/Cargo.toml b/src/ceresdb/Cargo.toml index f54add5d14..601d8afdcd 100644 --- a/src/ceresdb/Cargo.toml +++ b/src/ceresdb/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/ceresdb/bin/ceresdb-server.rs b/src/ceresdb/bin/ceresdb-server.rs index 0e35f9d74b..6a0c10f6e8 100644 --- a/src/ceresdb/bin/ceresdb-server.rs +++ b/src/ceresdb/bin/ceresdb-server.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/ceresdb/build.rs b/src/ceresdb/build.rs index d879302958..550416d801 100644 --- a/src/ceresdb/build.rs +++ b/src/ceresdb/build.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/ceresdb/src/config.rs b/src/ceresdb/src/config.rs index b23476d480..b6cdaef571 100644 --- a/src/ceresdb/src/config.rs +++ b/src/ceresdb/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/ceresdb/src/lib.rs b/src/ceresdb/src/lib.rs index bf6ef26709..cd7883306b 100644 --- a/src/ceresdb/src/lib.rs +++ b/src/ceresdb/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/ceresdb/src/setup.rs b/src/ceresdb/src/setup.rs index de78aa3db6..9e9bcb8e9a 100644 --- a/src/ceresdb/src/setup.rs +++ b/src/ceresdb/src/setup.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/ceresdb/src/signal_handler.rs b/src/ceresdb/src/signal_handler.rs index 2c28d2d514..2a5b3a488c 100644 --- a/src/ceresdb/src/signal_handler.rs +++ b/src/ceresdb/src/signal_handler.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/Cargo.toml b/src/wal/Cargo.toml index 195ff32989..3972b5d828 100644 --- a/src/wal/Cargo.toml +++ b/src/wal/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/wal/src/config.rs b/src/wal/src/config.rs index 4c6c5efa6e..d7171b7b82 100644 --- a/src/wal/src/config.rs +++ b/src/wal/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/dummy.rs b/src/wal/src/dummy.rs index edea6db41d..f20eb09b83 100644 --- a/src/wal/src/dummy.rs +++ b/src/wal/src/dummy.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/kv_encoder.rs b/src/wal/src/kv_encoder.rs index 56c78b3c1a..2f87c8c801 100644 --- a/src/wal/src/kv_encoder.rs +++ b/src/wal/src/kv_encoder.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/lib.rs b/src/wal/src/lib.rs index e071be71d8..e46f5ee9c0 100644 --- a/src/wal/src/lib.rs +++ b/src/wal/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/log_batch.rs b/src/wal/src/log_batch.rs index ba3b7b5576..95c238fcff 100644 --- a/src/wal/src/log_batch.rs +++ b/src/wal/src/log_batch.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/manager.rs b/src/wal/src/manager.rs index e92cac2f2c..57d45c8731 100644 --- a/src/wal/src/manager.rs +++ b/src/wal/src/manager.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/message_queue_impl/config.rs b/src/wal/src/message_queue_impl/config.rs index ad7fe19624..ff8a65cb8e 100644 --- a/src/wal/src/message_queue_impl/config.rs +++ b/src/wal/src/message_queue_impl/config.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/message_queue_impl/encoding.rs b/src/wal/src/message_queue_impl/encoding.rs index a3960df5d9..4d666d293a 100644 --- a/src/wal/src/message_queue_impl/encoding.rs +++ b/src/wal/src/message_queue_impl/encoding.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/message_queue_impl/log_cleaner.rs b/src/wal/src/message_queue_impl/log_cleaner.rs index 3914d792e4..daf7128ebf 100644 --- a/src/wal/src/message_queue_impl/log_cleaner.rs +++ b/src/wal/src/message_queue_impl/log_cleaner.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/message_queue_impl/mod.rs b/src/wal/src/message_queue_impl/mod.rs index 95b491b352..08c023d038 100644 --- a/src/wal/src/message_queue_impl/mod.rs +++ b/src/wal/src/message_queue_impl/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/message_queue_impl/namespace.rs b/src/wal/src/message_queue_impl/namespace.rs index 93713e5819..24640b2be7 100644 --- a/src/wal/src/message_queue_impl/namespace.rs +++ b/src/wal/src/message_queue_impl/namespace.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/message_queue_impl/region.rs b/src/wal/src/message_queue_impl/region.rs index 1ebfd176a7..0bdfb42718 100644 --- a/src/wal/src/message_queue_impl/region.rs +++ b/src/wal/src/message_queue_impl/region.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/message_queue_impl/region_context.rs b/src/wal/src/message_queue_impl/region_context.rs index 05f50e3bdd..eaf1ca5045 100644 --- a/src/wal/src/message_queue_impl/region_context.rs +++ b/src/wal/src/message_queue_impl/region_context.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/message_queue_impl/snapshot_synchronizer.rs b/src/wal/src/message_queue_impl/snapshot_synchronizer.rs index dc4114d5c1..30693a7c40 100644 --- a/src/wal/src/message_queue_impl/snapshot_synchronizer.rs +++ b/src/wal/src/message_queue_impl/snapshot_synchronizer.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/message_queue_impl/test_util.rs b/src/wal/src/message_queue_impl/test_util.rs index 672d7406b7..c4c7d6a3fc 100644 --- a/src/wal/src/message_queue_impl/test_util.rs +++ b/src/wal/src/message_queue_impl/test_util.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/message_queue_impl/wal.rs b/src/wal/src/message_queue_impl/wal.rs index 52110fc49a..a7c54ce08d 100644 --- a/src/wal/src/message_queue_impl/wal.rs +++ b/src/wal/src/message_queue_impl/wal.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/metrics.rs b/src/wal/src/metrics.rs index e1ad5798a3..fde474310a 100644 --- a/src/wal/src/metrics.rs +++ b/src/wal/src/metrics.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/rocksdb_impl/config.rs b/src/wal/src/rocksdb_impl/config.rs index 9cc6becd93..a002791886 100644 --- a/src/wal/src/rocksdb_impl/config.rs +++ b/src/wal/src/rocksdb_impl/config.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/rocksdb_impl/manager.rs b/src/wal/src/rocksdb_impl/manager.rs index 378b1f6038..89edaa74ba 100644 --- a/src/wal/src/rocksdb_impl/manager.rs +++ b/src/wal/src/rocksdb_impl/manager.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/rocksdb_impl/mod.rs b/src/wal/src/rocksdb_impl/mod.rs index 57000d67cf..b25727e840 100644 --- a/src/wal/src/rocksdb_impl/mod.rs +++ b/src/wal/src/rocksdb_impl/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/table_kv_impl/config.rs b/src/wal/src/table_kv_impl/config.rs index 30f9016c0d..ce7ff6dcd0 100644 --- a/src/wal/src/table_kv_impl/config.rs +++ b/src/wal/src/table_kv_impl/config.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/table_kv_impl/encoding.rs b/src/wal/src/table_kv_impl/encoding.rs index a3a7302939..656b0834d9 100644 --- a/src/wal/src/table_kv_impl/encoding.rs +++ b/src/wal/src/table_kv_impl/encoding.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/table_kv_impl/mod.rs b/src/wal/src/table_kv_impl/mod.rs index 6a08e4c5c0..4ce5a22e2c 100644 --- a/src/wal/src/table_kv_impl/mod.rs +++ b/src/wal/src/table_kv_impl/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/table_kv_impl/model.rs b/src/wal/src/table_kv_impl/model.rs index 831d9d6144..8b1a6ebe4d 100644 --- a/src/wal/src/table_kv_impl/model.rs +++ b/src/wal/src/table_kv_impl/model.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/table_kv_impl/namespace.rs b/src/wal/src/table_kv_impl/namespace.rs index 7fe1558ad1..4bb2a09f33 100644 --- a/src/wal/src/table_kv_impl/namespace.rs +++ b/src/wal/src/table_kv_impl/namespace.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/table_kv_impl/table_unit.rs b/src/wal/src/table_kv_impl/table_unit.rs index f84c15da62..1192200477 100644 --- a/src/wal/src/table_kv_impl/table_unit.rs +++ b/src/wal/src/table_kv_impl/table_unit.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/src/table_kv_impl/wal.rs b/src/wal/src/table_kv_impl/wal.rs index 4054743d7a..b33766701c 100644 --- a/src/wal/src/table_kv_impl/wal.rs +++ b/src/wal/src/table_kv_impl/wal.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/wal/tests/read_write.rs b/src/wal/tests/read_write.rs index 2d8fabb5a0..dc7f03f033 100644 --- a/src/wal/tests/read_write.rs +++ b/src/wal/tests/read_write.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/system_catalog/Cargo.toml b/system_catalog/Cargo.toml index 9892e60613..1f57963e25 100644 --- a/system_catalog/Cargo.toml +++ b/system_catalog/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/system_catalog/src/lib.rs b/system_catalog/src/lib.rs index a525efaf2a..5734288e93 100644 --- a/system_catalog/src/lib.rs +++ b/system_catalog/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/system_catalog/src/sys_catalog_table.rs b/system_catalog/src/sys_catalog_table.rs index 0daacb03c9..2038244313 100644 --- a/system_catalog/src/sys_catalog_table.rs +++ b/system_catalog/src/sys_catalog_table.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/system_catalog/src/tables.rs b/system_catalog/src/tables.rs index 7593f7d754..81475bef5c 100644 --- a/system_catalog/src/tables.rs +++ b/system_catalog/src/tables.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/Cargo.toml b/table_engine/Cargo.toml index d1ce73f46c..2a8c07be9e 100644 --- a/table_engine/Cargo.toml +++ b/table_engine/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/table_engine/src/engine.rs b/table_engine/src/engine.rs index 9946d0cbae..4cdb6e660c 100644 --- a/table_engine/src/engine.rs +++ b/table_engine/src/engine.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/src/lib.rs b/table_engine/src/lib.rs index f21f6ccda4..f3491a733f 100644 --- a/table_engine/src/lib.rs +++ b/table_engine/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/src/memory.rs b/table_engine/src/memory.rs index feb0615e79..83a08975f4 100644 --- a/table_engine/src/memory.rs +++ b/table_engine/src/memory.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/src/partition/mod.rs b/table_engine/src/partition/mod.rs index 22c2b1a65c..91df2e9c33 100644 --- a/table_engine/src/partition/mod.rs +++ b/table_engine/src/partition/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/src/partition/rule/df_adapter/extractor.rs b/table_engine/src/partition/rule/df_adapter/extractor.rs index f484e10e7a..3cafa346b2 100644 --- a/table_engine/src/partition/rule/df_adapter/extractor.rs +++ b/table_engine/src/partition/rule/df_adapter/extractor.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/src/partition/rule/df_adapter/mod.rs b/table_engine/src/partition/rule/df_adapter/mod.rs index 0ce2776f3b..8989dda480 100644 --- a/table_engine/src/partition/rule/df_adapter/mod.rs +++ b/table_engine/src/partition/rule/df_adapter/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/src/partition/rule/factory.rs b/table_engine/src/partition/rule/factory.rs index a577e052ec..5421d86c99 100644 --- a/table_engine/src/partition/rule/factory.rs +++ b/table_engine/src/partition/rule/factory.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/src/partition/rule/filter.rs b/table_engine/src/partition/rule/filter.rs index daa7515de4..996398a86c 100644 --- a/table_engine/src/partition/rule/filter.rs +++ b/table_engine/src/partition/rule/filter.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/src/partition/rule/key.rs b/table_engine/src/partition/rule/key.rs index d33fd88ba4..3d357ac715 100644 --- a/table_engine/src/partition/rule/key.rs +++ b/table_engine/src/partition/rule/key.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/src/partition/rule/mod.rs b/table_engine/src/partition/rule/mod.rs index 8f910733e7..b9ef9e2a97 100644 --- a/table_engine/src/partition/rule/mod.rs +++ b/table_engine/src/partition/rule/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/src/partition/rule/random.rs b/table_engine/src/partition/rule/random.rs index 7f70f33d23..6d05826a4c 100644 --- a/table_engine/src/partition/rule/random.rs +++ b/table_engine/src/partition/rule/random.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/src/predicate.rs b/table_engine/src/predicate.rs index b1ef04ca6d..28c4c1529f 100644 --- a/table_engine/src/predicate.rs +++ b/table_engine/src/predicate.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/src/provider.rs b/table_engine/src/provider.rs index a8b3e7310f..b344211cf2 100644 --- a/table_engine/src/provider.rs +++ b/table_engine/src/provider.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/src/proxy.rs b/table_engine/src/proxy.rs index b5e130027f..2fde92493b 100644 --- a/table_engine/src/proxy.rs +++ b/table_engine/src/proxy.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/src/remote/mod.rs b/table_engine/src/remote/mod.rs index 29061de3e1..bf3ef61115 100644 --- a/table_engine/src/remote/mod.rs +++ b/table_engine/src/remote/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/src/remote/model.rs b/table_engine/src/remote/model.rs index 842829d3c4..28e3cf44e7 100644 --- a/table_engine/src/remote/model.rs +++ b/table_engine/src/remote/model.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/src/stream.rs b/table_engine/src/stream.rs index a40af4e191..f1d62f9bc7 100644 --- a/table_engine/src/stream.rs +++ b/table_engine/src/stream.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/table_engine/src/table.rs b/table_engine/src/table.rs index 62f7c3437a..04658e6f27 100644 --- a/table_engine/src/table.rs +++ b/table_engine/src/table.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/tools/Cargo.toml b/tools/Cargo.toml index bdc265e0c7..65455b428a 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2023 The HoraeDB Authors +# Copyright 2022 The HoraeDB Authors # # 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/tools/src/bin/sst-convert.rs b/tools/src/bin/sst-convert.rs index 7944a62ab1..0a5c4d15ec 100644 --- a/tools/src/bin/sst-convert.rs +++ b/tools/src/bin/sst-convert.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/tools/src/bin/sst-metadata.rs b/tools/src/bin/sst-metadata.rs index 4abd35a345..276fbc4622 100644 --- a/tools/src/bin/sst-metadata.rs +++ b/tools/src/bin/sst-metadata.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/tools/src/lib.rs b/tools/src/lib.rs index 15cce83683..9367c5ebf4 100644 --- a/tools/src/lib.rs +++ b/tools/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // 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/tools/src/sst_util.rs b/tools/src/sst_util.rs index f02242faa5..d7f6f3284e 100644 --- a/tools/src/sst_util.rs +++ b/tools/src/sst_util.rs @@ -1,4 +1,4 @@ -// Copyright 2023 The HoraeDB Authors +// Copyright 2022 The HoraeDB Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.