From 2a9135770195454ce664cc668884d9e5db0b62e8 Mon Sep 17 00:00:00 2001 From: MRXLT Date: Thu, 21 May 2020 11:00:35 +0800 Subject: [PATCH] add license --- python/paddle_serving_app/trace.py | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/python/paddle_serving_app/trace.py b/python/paddle_serving_app/trace.py index 83473c22..2a7f35b6 100644 --- a/python/paddle_serving_app/trace.py +++ b/python/paddle_serving_app/trace.py @@ -1,4 +1,20 @@ -#coding=utf-8 +# -*- 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. +""" + import json import sys import argparse -- GitLab