diff options
Diffstat (limited to 'k8s/k8splugin/exceptions.py')
-rw-r--r-- | k8s/k8splugin/exceptions.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/k8s/k8splugin/exceptions.py b/k8s/k8splugin/exceptions.py index 0d8a341..1c398c6 100644 --- a/k8s/k8splugin/exceptions.py +++ b/k8s/k8splugin/exceptions.py @@ -1,7 +1,7 @@ # ============LICENSE_START======================================================= # org.onap.dcae # ================================================================================ -# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2017-2020 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,6 @@ # limitations under the License. # ============LICENSE_END========================================================= # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. class DockerPluginDeploymentError(RuntimeError): pass |