[ovs-dev] [PATCH v2 11/12] python: Add missing Apache License headers.

Russell Bryant russell at ovn.org
Tue Jan 5 19:59:04 UTC 2016


Signed-off-by: Russell Bryant <russell at ovn.org>
---
 python/ovs/dirs.py          | 12 ++++++++++++
 python/ovs/dirs.py.template | 12 ++++++++++++
 python/ovstest/tests.py     | 12 ++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/python/ovs/dirs.py b/python/ovs/dirs.py
index a805f0a..c67aecb 100644
--- a/python/ovs/dirs.py
+++ b/python/ovs/dirs.py
@@ -1,3 +1,15 @@
+# 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.
+
 # The @variables@ in this file are replaced by default directories for
 # use in python/ovs/dirs.py in the source directory and replaced by the
 # configured directories for use in the installed python/ovs/dirs.py.
diff --git a/python/ovs/dirs.py.template b/python/ovs/dirs.py.template
index c526e37..fb31b74 100644
--- a/python/ovs/dirs.py.template
+++ b/python/ovs/dirs.py.template
@@ -1,3 +1,15 @@
+# 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.
+
 # The @variables@ in this file are replaced by default directories for
 # use in python/ovs/dirs.py in the source directory and replaced by the
 # configured directories for use in the installed python/ovs/dirs.py.
diff --git a/python/ovstest/tests.py b/python/ovstest/tests.py
index 26befef..108cad4 100644
--- a/python/ovstest/tests.py
+++ b/python/ovstest/tests.py
@@ -1,3 +1,15 @@
+# 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 math
 import time
 
-- 
2.5.0




More information about the dev mailing list