Skip to content

Commit a6094c4

Browse files
authored
Update copyright for the some examples (PaddlePaddle#1270)
* add the copyright for the some module * update the order of copyright * format the some copyright
1 parent 630792e commit a6094c4

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

examples/language_model/data_tools/ernie_dataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) 2021, PadddlePaddle authors. All rights reserved.
2-
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
1+
# Copyright (c) 2021, PadddlePaddle authors. All Rights Reserved.
2+
# Copyright (c) 2020, NVIDIA CORPORATION.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

examples/language_model/gpt/predict.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved
1+
# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved.
2+
# Copyright (c) 2020 TsinghuaAI Authors.
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.

examples/language_model/pretraining_data_prepare/create_pretraining_data.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Copyright (c) 2019 NVIDIA CORPORATION & 2021 PaddlePaddle Authors.
2-
# Copyright 2018 The Google AI Language Team Authors and The HugginFace Inc. team.
3-
# All rights reserved.
1+
# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved.
2+
# Copyright (c) 2018 The Google AI Language Team Authors and The HugginFace Inc. team.
3+
# Copyright (c) 2019 NVIDIA CORPORATION.
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
66
# You may obtain a copy of the License at

examples/language_model/pretraining_data_prepare/text_formatting/bookcorpus.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) 2019 NVIDIA CORPORATION & 2021 PaddlePaddle Authors.
2-
# All rights reserved.
1+
# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved.
2+
# Copyright (c) 2019 NVIDIA CORPORATION.
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at

examples/language_model/pretraining_data_prepare/text_formatting/wikicorpus.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright (c) 2019 NVIDIA CORPORATION & 2021 PaddlePaddle Authors.
2-
# All rights reserved.
1+
# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved.
2+
# Copyright (c) 2019 NVIDIA CORPORATION.
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at

0 commit comments

Comments
 (0)