From a75803e209b68ddb16e3430d5c673f020725a545 Mon Sep 17 00:00:00 2001 From: jingyong hou Date: Mon, 6 Dec 2021 17:04:24 +0800 Subject: [PATCH] add copyrigh info --- kws/model/classifier.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/kws/model/classifier.py b/kws/model/classifier.py index c742b7b..fc71f52 100644 --- a/kws/model/classifier.py +++ b/kws/model/classifier.py @@ -1,3 +1,17 @@ +# Copyright (c) 2021 Binbin Zhang +# +# 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 torch import torch.nn as nn