From 5fcad7a1757b67ebc98b36cb60d6e93395ddc18c Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Tue, 3 Jan 2023 16:10:21 +0800 Subject: [PATCH] fix: update license header for instant manipulate (#817) Signed-off-by: Ruihang Xia Signed-off-by: Ruihang Xia --- src/promql/src/extension_plan/instant_manipulate.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/promql/src/extension_plan/instant_manipulate.rs b/src/promql/src/extension_plan/instant_manipulate.rs index 9b0b42fc5f..a096447b5e 100644 --- a/src/promql/src/extension_plan/instant_manipulate.rs +++ b/src/promql/src/extension_plan/instant_manipulate.rs @@ -1,10 +1,10 @@ -// Copyright 2022 Greptime Team +// Copyright 2023 Greptime Team // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS,