diff options
author | muraliparthatechm <muraliparthasarathy.k@techmahindra.com> | 2024-12-23 06:18:00 +0100 |
---|---|---|
committer | muraliparthatechm <muraliparthasarathy.k@techmahindra.com> | 2024-12-24 12:35:30 +0100 |
commit | f3a345387a6315d7819a32b1db8dd85a8b531c1d (patch) | |
tree | 2bf2a4a29ea9fc5a21bf2ac5e8b80fd0c1b995a4 /compose | |
parent | be5104f21cce47c3f3c46571047d998179a679ab (diff) |
Added License Headers
Issue-ID: POLICY-5211
Change-Id: Idabbf533f5cd077918b4843e023270e412474431
Signed-off-by: muraliparthatechm <muraliparthasarathy.k@techmahindra.com>
Diffstat (limited to 'compose')
-rw-r--r-- | compose/compose.yaml | 1 | ||||
-rw-r--r-- | compose/config/opa-pdp/opa-pdp.env | 18 | ||||
-rwxr-xr-x | compose/config/opa-pdp/policy-opa-pdp.sh | 18 | ||||
-rwxr-xr-x | compose/export-ports.sh | 1 | ||||
-rwxr-xr-x | compose/get-versions.sh | 2 |
5 files changed, 39 insertions, 1 deletions
diff --git a/compose/compose.yaml b/compose/compose.yaml index 6d1abad0..2210de8f 100644 --- a/compose/compose.yaml +++ b/compose/compose.yaml @@ -3,6 +3,7 @@ # Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. # Modifications Copyright (C) 2021 Bell Canada. All rights reserved. # Modification Copyright 2021-2024 Nordix Foundation. +# Modifications Copyright 2024 Deutsche Telekom # ============================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/compose/config/opa-pdp/opa-pdp.env b/compose/config/opa-pdp/opa-pdp.env index 7e2a9070..a29c6510 100644 --- a/compose/config/opa-pdp/opa-pdp.env +++ b/compose/config/opa-pdp/opa-pdp.env @@ -1,3 +1,21 @@ +## - +## ========================LICENSE_START================================= +## Copyright (C) 2024: Deutsche Telekom +## +## 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. +## SPDX-License-Identifier: Apache-2.0 +## ========================LICENSE_END=================================== +## #env variables# LOG_LEVEL=debug diff --git a/compose/config/opa-pdp/policy-opa-pdp.sh b/compose/config/opa-pdp/policy-opa-pdp.sh index 4cb2cf01..5ce72c30 100755 --- a/compose/config/opa-pdp/policy-opa-pdp.sh +++ b/compose/config/opa-pdp/policy-opa-pdp.sh @@ -1,4 +1,22 @@ #!/bin/bash +## - +## ========================LICENSE_START================================= +## Copyright (C) 2024: Deutsche Telekom +## +## 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. +## SPDX-License-Identifier: Apache-2.0 +## ========================LICENSE_END=================================== +## #Execution of OPA-PDP bin diff --git a/compose/export-ports.sh b/compose/export-ports.sh index a1f372f8..35cd89c9 100755 --- a/compose/export-ports.sh +++ b/compose/export-ports.sh @@ -1,6 +1,7 @@ #!/bin/bash # ============LICENSE_START======================================================= # Copyright 2023-2024 Nordix Foundation. +# Modifications Copyright 2024 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/compose/get-versions.sh b/compose/get-versions.sh index c7378ee7..a592dec6 100755 --- a/compose/get-versions.sh +++ b/compose/get-versions.sh @@ -1,9 +1,9 @@ #! /bin/bash - # ============LICENSE_START==================================================== # Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. # Modification Copyright 2021-2024 Nordix Foundation. # Modifications Copyright (C) 2021 Bell Canada. All rights reserved. +# Modifications Copyright 2024 Deutsche Telekom # ============================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |