From 06c1689c5ecf1c61faf173c36456f254d3feed79 Mon Sep 17 00:00:00 2001 From: DesmonDay <908660116@qq.com> Date: Mon, 13 Jul 2020 17:01:18 +0800 Subject: [PATCH] fix license --- .../tencent_ailab_chinese_embedding/module.py | 13 ------------- .../tencent_ailab_chinese_embedding_small/module.py | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/hub_module/modules/text/embedding/tencent_ailab_chinese_embedding/module.py b/hub_module/modules/text/embedding/tencent_ailab_chinese_embedding/module.py index 0f000300..b12bc1fa 100644 --- a/hub_module/modules/text/embedding/tencent_ailab_chinese_embedding/module.py +++ b/hub_module/modules/text/embedding/tencent_ailab_chinese_embedding/module.py @@ -1,17 +1,4 @@ # -*- coding:utf-8 -*- -# 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 -# -# 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. from __future__ import absolute_import from __future__ import division from __future__ import print_function diff --git a/hub_module/modules/text/embedding/tencent_ailab_chinese_embedding_small/module.py b/hub_module/modules/text/embedding/tencent_ailab_chinese_embedding_small/module.py index 34516dfa..bab0289d 100644 --- a/hub_module/modules/text/embedding/tencent_ailab_chinese_embedding_small/module.py +++ b/hub_module/modules/text/embedding/tencent_ailab_chinese_embedding_small/module.py @@ -1,17 +1,4 @@ # -*- coding:utf-8 -*- -# 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 -# -# 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. from __future__ import absolute_import from __future__ import division from __future__ import print_function -- GitLab