Repository: stratos Updated Branches: refs/heads/stratos-4.1.x 63ea5e373 -> 0db74156b
Python CLI - Added missing license headers Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/0db74156 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/0db74156 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/0db74156 Branch: refs/heads/stratos-4.1.x Commit: 0db74156b6faa3ef842eb2bb190c4a83398b8df5 Parents: 63ea5e3 Author: Chamila de Alwis <[email protected]> Authored: Wed Oct 14 14:35:57 2015 +0530 Committer: Chamila de Alwis <[email protected]> Committed: Wed Oct 14 14:36:25 2015 +0530 ---------------------------------------------------------------------- .../src/main/python/tests/CLITest.py | 18 ++++++++++++++++++ .../src/main/python/tox.ini | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/0db74156/components/org.apache.stratos.python.cli/src/main/python/tests/CLITest.py ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.python.cli/src/main/python/tests/CLITest.py b/components/org.apache.stratos.python.cli/src/main/python/tests/CLITest.py index b0ad3cc..be663f9 100644 --- a/components/org.apache.stratos.python.cli/src/main/python/tests/CLITest.py +++ b/components/org.apache.stratos.python.cli/src/main/python/tests/CLITest.py @@ -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. + + from scripttest import TestFileEnvironment env = TestFileEnvironment('./scratch') http://git-wip-us.apache.org/repos/asf/stratos/blob/0db74156/components/org.apache.stratos.python.cli/src/main/python/tox.ini ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.python.cli/src/main/python/tox.ini b/components/org.apache.stratos.python.cli/src/main/python/tox.ini index ecaf47c..69d55bc 100644 --- a/components/org.apache.stratos.python.cli/src/main/python/tox.ini +++ b/components/org.apache.stratos.python.cli/src/main/python/tox.ini @@ -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. + + [tox] envlist = py27, py34 [testenv]
