summaryrefslogtreecommitdiff
path: root/python/ovs/dirs.py.template
diff options
context:
space:
mode:
authorRussell Bryant <russell@ovn.org>2016-01-05 14:34:22 -0500
committerRussell Bryant <russell@ovn.org>2016-01-05 18:17:56 -0500
commitf7f7fcced57438de4ff422712edf6809183b40bc (patch)
tree70752bbea6104c452df5a2d1f356c5adcf154e07 /python/ovs/dirs.py.template
parent0ab00d6d74ab5cf63943272f0fb928431280f20f (diff)
downloadopenvswitch-f7f7fcced57438de4ff422712edf6809183b40bc.tar.gz
python: Add missing Apache License headers.
Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'python/ovs/dirs.py.template')
-rw-r--r--python/ovs/dirs.py.template12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/ovs/dirs.py.template b/python/ovs/dirs.py.template
index c526e377d..fb31b7475 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.