From 9855fdbabaa30c576c5a1eeeb0f1d00eade660d2 Mon Sep 17 00:00:00 2001 From: xingchensong Date: Wed, 3 Apr 2024 13:07:43 +0800 Subject: [PATCH] [fix] fix copyright --- tools/analyze_dataset.py | 2 +- tools/latency_metrics.py | 2 +- wenet/text/tokenize_utils.py | 2 +- wenet/utils/train_utils.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/analyze_dataset.py b/tools/analyze_dataset.py index f5b8fab4b..7d0432c27 100755 --- a/tools/analyze_dataset.py +++ b/tools/analyze_dataset.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2022 Horizon Inc. (authors: Xingchen Song) +# Copyright (c) 2022 Tsinghua Univ. (authors: Xingchen Song) # # Licensed 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/latency_metrics.py b/tools/latency_metrics.py index f408ced3e..5a1985abc 100644 --- a/tools/latency_metrics.py +++ b/tools/latency_metrics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Horizon Inc. (author: Xingchen Song) +# Copyright (c) 2022 Tsinghua Univ. (author: Xingchen Song) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/wenet/text/tokenize_utils.py b/wenet/text/tokenize_utils.py index 4cdb10118..0bb322495 100644 --- a/wenet/text/tokenize_utils.py +++ b/wenet/text/tokenize_utils.py @@ -1,5 +1,5 @@ # Copyright (c) 2021 Mobvoi Inc. (authors: Binbin Zhang) -# 2023 Horizon Inc. (authors: Xingchen Song) +# 2023 Tsinghua Univ. (authors: Xingchen Song) # 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 diff --git a/wenet/utils/train_utils.py b/wenet/utils/train_utils.py index 8d3f6a89a..d3d06f57a 100644 --- a/wenet/utils/train_utils.py +++ b/wenet/utils/train_utils.py @@ -1,5 +1,5 @@ # Copyright (c) 2021 Mobvoi Inc. (authors: Binbin Zhang) -# 2023 Horizon Inc. (authors: Xingchen Song) +# 2023 Tsinghua Univ. (authors: Xingchen Song) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.