From 6bce9861077cb3f9a04949b1257ffb9d4fc1cc65 Mon Sep 17 00:00:00 2001 From: ceci3 Date: Wed, 27 Feb 2019 13:35:41 +0800 Subject: [PATCH] 2018 -> 2019 --- python/paddle/fluid/tests/unittests/test_npair_loss_op.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/fluid/tests/unittests/test_npair_loss_op.py b/python/paddle/fluid/tests/unittests/test_npair_loss_op.py index deb43dcc6a..2f6c3b0ceb 100644 --- a/python/paddle/fluid/tests/unittests/test_npair_loss_op.py +++ b/python/paddle/fluid/tests/unittests/test_npair_loss_op.py @@ -1,4 +1,4 @@ -# Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved. +# Copyright (c) 2019 PaddlePaddle Authors. 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. -- GitLab