From ee0f721760b2048ea06e16e1980cfc002edf3436 Mon Sep 17 00:00:00 2001 From: "zhu.boxiang" Date: Mon, 27 Dec 2021 10:10:28 +0800 Subject: [PATCH] Add copyright for python files Add copyright for python files under skyline_console. Change-Id: I35be3e195e76a83dfdaaee21f3bf6363220ad00b --- skyline_console/__init__.py | 14 ++++++++++++++ skyline_console/__main__.py | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/skyline_console/__init__.py b/skyline_console/__init__.py index a54ae431..8fbaf668 100644 --- a/skyline_console/__init__.py +++ b/skyline_console/__init__.py @@ -1,3 +1,17 @@ +# Copyright 2021 99cloud +# +# 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 pathlib import Path __version__ = "0.1.0" diff --git a/skyline_console/__main__.py b/skyline_console/__main__.py index bc44cd96..4bf0c0b1 100644 --- a/skyline_console/__main__.py +++ b/skyline_console/__main__.py @@ -1,3 +1,17 @@ +# Copyright 2021 99cloud +# +# 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 sys from skyline_console import static_path