diff --git a/nemo/collections/asr/modules/multi_head_attention.py b/nemo/collections/asr/modules/multi_head_attention.py index 47549a0f7ca7..9d1d5bbbdbd1 100644 --- a/nemo/collections/asr/modules/multi_head_attention.py +++ b/nemo/collections/asr/modules/multi_head_attention.py @@ -1,5 +1,4 @@ # Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. -# Copyright 2017 Johns Hopkins University (Shinji Watanabe) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.