From a86c4b290e0184d6e1d4a8161eb4ac464c74b4b5 Mon Sep 17 00:00:00 2001 From: gaotingquan Date: Thu, 23 Dec 2021 09:11:24 +0000 Subject: [PATCH] add license --- ppcls/arch/backbone/base/theseus_layer.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ppcls/arch/backbone/base/theseus_layer.py b/ppcls/arch/backbone/base/theseus_layer.py index c11ac6b3..8c56ed89 100644 --- a/ppcls/arch/backbone/base/theseus_layer.py +++ b/ppcls/arch/backbone/base/theseus_layer.py @@ -1,3 +1,17 @@ +# copyright (c) 2021 PaddlePaddle Authors. All Rights Reserve. +# +# 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 typing import Tuple, List, Dict, Union, Callable, Any from paddle import nn from ppcls.utils import logger -- GitLab