python: Add missing Apache License headers.
authorRussell Bryant <russell@ovn.org>
Tue, 5 Jan 2016 19:34:22 +0000 (14:34 -0500)
committerRussell Bryant <russell@ovn.org>
Tue, 5 Jan 2016 23:17:56 +0000 (18:17 -0500)
Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
python/ovs/dirs.py
python/ovs/dirs.py.template
python/ovstest/tests.py

index a805f0a..c67aecb 100644 (file)
@@ -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.
index c526e37..fb31b74 100644 (file)
@@ -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.
index 26befef..108cad4 100644 (file)
@@ -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