From 9d4b5be8e58fd85c610f273fbc33c54695948f69 Mon Sep 17 00:00:00 2001 From: Dwarakanath Yadavalli Date: Tue, 4 Feb 2020 23:00:16 +0530 Subject: [PATCH] Update setup.py --- setup.py | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/setup.py b/setup.py index a9caf2b..7ee3b4f 100644 --- a/setup.py +++ b/setup.py @@ -1,11 +1,16 @@ -# Copyright 2018 Juniper Networks, Inc. All rights reserved +# Copyright 2018 Juniper Networks, Inc. All rights reserved. # -# Licensed under the Juniper Networks Script Software License (the "License"). -# You may not use this script file except in compliance with the License, which is located at -# http://www.juniper.net/support/legal/scriptlicense/ -# Unless required by applicable law or otherwise agreed to in writing by the parties, -# software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES -# OR CONDITIONS OF ANY KIND, either express or implied. +# 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 setuptools import setup with open('requirements.txt') as f: