From f473de55c4cfd3d0085e53356c042cb2a94160cc Mon Sep 17 00:00:00 2001 From: yinhaofeng <1841837261@qq.com> Date: Sun, 23 Aug 2020 07:04:12 +0000 Subject: [PATCH] add copyright --- tools/cal_pos_neg.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/cal_pos_neg.py b/tools/cal_pos_neg.py index 831a5d80..3f349aef 100644 --- a/tools/cal_pos_neg.py +++ b/tools/cal_pos_neg.py @@ -1,5 +1,5 @@ # Copyright (c) 2020 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. # You may obtain a copy of the License at @@ -11,7 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - #!/usr/bin/python #-*- coding:utf-8 -*- ############################ -- GitLab