summaryrefslogtreecommitdiff
path: root/stevedore/example/load_as_driver.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-10-05 16:59:20 +0000
committerGerrit Code Review <review@openstack.org>2020-10-05 16:59:20 +0000
commit9f4a7d1e26dc426244b5f049ce45b9035bd27c88 (patch)
treeb9b53a4254ed76e3be28cc6c430ae5ba8678f66d /stevedore/example/load_as_driver.py
parent1f41eccb3a98f7488c6c62fa9062e219025a74fe (diff)
parentde9b2fc6a184611531c46d519797c428a0aeaead (diff)
downloadstevedore-9f4a7d1e26dc426244b5f049ce45b9035bd27c88.tar.gz
Merge "Adding pre-commit"
Diffstat (limited to 'stevedore/example/load_as_driver.py')
-rw-r--r--stevedore/example/load_as_driver.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/stevedore/example/load_as_driver.py b/stevedore/example/load_as_driver.py
index 6838c9d..a3de5df 100644
--- a/stevedore/example/load_as_driver.py
+++ b/stevedore/example/load_as_driver.py
@@ -1,3 +1,17 @@
+# Copyright (C) 2020 Red Hat, Inc.
+#
+# 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 argparse
from stevedore import driver