Signed-off-by: Russell Bryant <russ...@ovn.org> --- python/ovs/dirs.py | 12 ++++++++++++ python/ovstest/tests.py | 12 ++++++++++++ 2 files changed, 24 insertions(+)
diff --git a/python/ovs/dirs.py b/python/ovs/dirs.py index 10571db..dae9288 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. + import os PKGDATADIR = os.environ.get("OVS_PKGDATADIR", "/usr/local/share/openvswitch") RUNDIR = os.environ.get("OVS_RUNDIR", "/var/run") diff --git a/python/ovstest/tests.py b/python/ovstest/tests.py index 63d761f..748607f 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. + from __future__ import print_function import math -- 2.5.0 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev