From 82f1da6843b03c9a2c7cd7d346e359deae1ef5b8 Mon Sep 17 00:00:00 2001 From: songmingyang Date: Mon, 29 Aug 2022 20:26:17 +0800 Subject: [PATCH] cleancode --- parser/common/parser_fp16_t.h | 2 +- parser/common/parser_inner_ctx.cc | 2 +- parser/common/parser_types.cc | 2 +- parser/common/parser_utils.cc | 2 +- parser/common/parser_utils.h | 2 +- parser/common/pass_manager.cc | 2 +- parser/common/pre_checker.cc | 2 +- parser/common/pre_checker.h | 2 +- parser/common/proto_file_parser.cc | 2 +- parser/common/proto_file_parser.h | 2 +- parser/common/prototype_pass_manager.cc | 2 +- parser/common/prototype_pass_manager.h | 2 +- parser/common/register_tbe.cc | 2 +- parser/common/register_tbe.h | 2 +- parser/common/tbe_plugin_loader.cc | 2 +- parser/common/tbe_plugin_loader.h | 2 +- parser/common/thread_pool.cc | 2 +- parser/common/tuple.h | 2 +- parser/common/types_map.h | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/parser/common/parser_fp16_t.h b/parser/common/parser_fp16_t.h index 2a50d2f..2d4c060 100644 --- a/parser/common/parser_fp16_t.h +++ b/parser/common/parser_fp16_t.h @@ -1,5 +1,5 @@ /** - * Copyright 2020 Huawei Technologies Co., Ltd + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/parser_inner_ctx.cc b/parser/common/parser_inner_ctx.cc index 1e5bc84..04e44fa 100644 --- a/parser/common/parser_inner_ctx.cc +++ b/parser/common/parser_inner_ctx.cc @@ -1,5 +1,5 @@ /** - * Copyright 2020 Huawei Technologies Co., Ltd + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/parser_types.cc b/parser/common/parser_types.cc index fbfdc57..a7bf216 100644 --- a/parser/common/parser_types.cc +++ b/parser/common/parser_types.cc @@ -1,5 +1,5 @@ /** - * Copyright 2019-2020 Huawei Technologies Co., Ltd + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/parser_utils.cc b/parser/common/parser_utils.cc index 0595bba..7b4e886 100644 --- a/parser/common/parser_utils.cc +++ b/parser/common/parser_utils.cc @@ -1,5 +1,5 @@ /** - * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/parser_utils.h b/parser/common/parser_utils.h index 130e640..d40c52a 100644 --- a/parser/common/parser_utils.h +++ b/parser/common/parser_utils.h @@ -1,5 +1,5 @@ /** - * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/pass_manager.cc b/parser/common/pass_manager.cc index 1e2ad9e..19b6e5c 100644 --- a/parser/common/pass_manager.cc +++ b/parser/common/pass_manager.cc @@ -1,5 +1,5 @@ /** - * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/pre_checker.cc b/parser/common/pre_checker.cc index 7b53340..7d5c141 100644 --- a/parser/common/pre_checker.cc +++ b/parser/common/pre_checker.cc @@ -1,5 +1,5 @@ /** - * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/pre_checker.h b/parser/common/pre_checker.h index ad04c76..dce9335 100644 --- a/parser/common/pre_checker.h +++ b/parser/common/pre_checker.h @@ -1,5 +1,5 @@ /** - * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/proto_file_parser.cc b/parser/common/proto_file_parser.cc index 52ca523..d1e32c5 100644 --- a/parser/common/proto_file_parser.cc +++ b/parser/common/proto_file_parser.cc @@ -1,5 +1,5 @@ /** - * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/proto_file_parser.h b/parser/common/proto_file_parser.h index 3441c89..15019fd 100644 --- a/parser/common/proto_file_parser.h +++ b/parser/common/proto_file_parser.h @@ -1,5 +1,5 @@ /** - * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/prototype_pass_manager.cc b/parser/common/prototype_pass_manager.cc index 57d2110..f8e16c7 100644 --- a/parser/common/prototype_pass_manager.cc +++ b/parser/common/prototype_pass_manager.cc @@ -1,5 +1,5 @@ /** - * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/prototype_pass_manager.h b/parser/common/prototype_pass_manager.h index 97b4f74..d1b19e2 100644 --- a/parser/common/prototype_pass_manager.h +++ b/parser/common/prototype_pass_manager.h @@ -1,5 +1,5 @@ /** - * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/register_tbe.cc b/parser/common/register_tbe.cc index 061772c..c1287f2 100644 --- a/parser/common/register_tbe.cc +++ b/parser/common/register_tbe.cc @@ -1,5 +1,5 @@ /** - * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/register_tbe.h b/parser/common/register_tbe.h index 62e6acf..a20d86b 100644 --- a/parser/common/register_tbe.h +++ b/parser/common/register_tbe.h @@ -1,5 +1,5 @@ /** - * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/tbe_plugin_loader.cc b/parser/common/tbe_plugin_loader.cc index 291487d..2389852 100644 --- a/parser/common/tbe_plugin_loader.cc +++ b/parser/common/tbe_plugin_loader.cc @@ -1,5 +1,5 @@ /** - * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/tbe_plugin_loader.h b/parser/common/tbe_plugin_loader.h index 1a75bef..b5adfb5 100644 --- a/parser/common/tbe_plugin_loader.h +++ b/parser/common/tbe_plugin_loader.h @@ -1,5 +1,5 @@ /** - * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/thread_pool.cc b/parser/common/thread_pool.cc index 9e9e4ca..6f0591f 100644 --- a/parser/common/thread_pool.cc +++ b/parser/common/thread_pool.cc @@ -1,5 +1,5 @@ /** - * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/tuple.h b/parser/common/tuple.h index 683e81b..fe2fb8c 100644 --- a/parser/common/tuple.h +++ b/parser/common/tuple.h @@ -1,5 +1,5 @@ /** - * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/parser/common/types_map.h b/parser/common/types_map.h index 373969a..33f7c50 100644 --- a/parser/common/types_map.h +++ b/parser/common/types_map.h @@ -1,5 +1,5 @@ /** - * Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2020. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.