From 18a4bd97ddbb380928b3d701b3a03cac79a05fe6 Mon Sep 17 00:00:00 2001 From: fengjiayi Date: Wed, 10 May 2017 16:10:19 +0800 Subject: [PATCH] remove copyright statement --- text_classification/text_classification_cnn.py | 14 -------------- text_classification/text_classification_dnn.py | 14 -------------- 2 files changed, 28 deletions(-) diff --git a/text_classification/text_classification_cnn.py b/text_classification/text_classification_cnn.py index 87baccc5..43d6a6b0 100644 --- a/text_classification/text_classification_cnn.py +++ b/text_classification/text_classification_cnn.py @@ -1,17 +1,3 @@ -# Copyright (c) 2016 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# 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. - import sys import paddle.v2 as paddle import gzip diff --git a/text_classification/text_classification_dnn.py b/text_classification/text_classification_dnn.py index af5bb67e..c3f76fa8 100644 --- a/text_classification/text_classification_dnn.py +++ b/text_classification/text_classification_dnn.py @@ -1,17 +1,3 @@ -# Copyright (c) 2016 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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# 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. - import sys import math import paddle.v2 as paddle -- GitLab