You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2020/12/29 02:50:50 UTC

[atlas] branch master updated: ATLAS-4089: refactor Python Atlas Client to PEP8 - #2 (added license text to new files in previous commit)

This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new b3793fb  ATLAS-4089: refactor Python Atlas Client to PEP8 - #2 (added license text to new files in previous commit)
b3793fb is described below

commit b3793fbb05ebea4135f1cc0c5e5899f0fb3210bf
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Mon Dec 28 18:37:06 2020 -0800

    ATLAS-4089: refactor Python Atlas Client to PEP8 - #2 (added license text to new files in previous commit)
---
 intg/src/main/python/Makefile | 18 ++++++++++++++++++
 intg/src/main/python/tox.ini  | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/intg/src/main/python/Makefile b/intg/src/main/python/Makefile
index b204e01..ccfe604 100644
--- a/intg/src/main/python/Makefile
+++ b/intg/src/main/python/Makefile
@@ -1,3 +1,21 @@
+##########################################################################
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+##########################################################################
+
 .PHONY: test_unit
 test_unit:
 	python3 -b -m pytest tests
diff --git a/intg/src/main/python/tox.ini b/intg/src/main/python/tox.ini
index 6deafc2..191a709 100644
--- a/intg/src/main/python/tox.ini
+++ b/intg/src/main/python/tox.ini
@@ -1,2 +1,20 @@
+##########################################################################
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
+##########################################################################
+
 [flake8]
 max-line-length = 120