From 4941c25767c44a04b757c657b246270b26beeade Mon Sep 17 00:00:00 2001 From: Ishin Pavel Date: Thu, 4 Jul 2024 14:17:22 +0300 Subject: [PATCH] Fix copyright Signed-off-by: Ishin Pavel --- tooling/dispatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/dispatcher.cpp b/tooling/dispatcher.cpp index 7e14dc8c..eac22c12 100644 --- a/tooling/dispatcher.cpp +++ b/tooling/dispatcher.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * 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 -- Gitee