X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fcommon.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=62390b61fcefa0ffabf952de991250af671e2098;hp=c10a4f0c190e2f7560c6cbb4be5bb85071d0f7f4;hb=87858cab98b3b169fc891fd2e0a0ba10f8b46127;hpb=6aacb2e8e50a89e20d43216731c36da42a1571bb diff --git a/setup.py b/setup.py index c10a4f0..62390b6 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,21 @@ #!/usr/bin/env python3 +# -*- coding: utf-8 -*- + +# Copyright 2018 Telefonica S.A. +# +# 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 os from setuptools import setup