diff options
Diffstat (limited to 'kubernetes/cps/templates/secrets.yaml')
-rw-r--r-- | kubernetes/cps/templates/secrets.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/kubernetes/cps/templates/secrets.yaml b/kubernetes/cps/templates/secrets.yaml index f25044d339..84e279d928 100644 --- a/kubernetes/cps/templates/secrets.yaml +++ b/kubernetes/cps/templates/secrets.yaml @@ -1,6 +1,7 @@ {{/* -# Copyright (C) 2021 Pantheon.tech -# +# ============LICENSE_START======================================================= +# Copyright (C) 2021 Nordix Foundation +# ================================================================================ # 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 @@ -12,6 +13,9 @@ # 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. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= */}} {{ include "common.secretFast" . }} |