aboutsummaryrefslogtreecommitdiffstats
path: root/compose
diff options
context:
space:
mode:
authormuraliparthatechm <muraliparthasarathy.k@techmahindra.com>2024-12-23 06:18:00 +0100
committermuraliparthatechm <muraliparthasarathy.k@techmahindra.com>2024-12-24 12:35:30 +0100
commitf3a345387a6315d7819a32b1db8dd85a8b531c1d (patch)
tree2bf2a4a29ea9fc5a21bf2ac5e8b80fd0c1b995a4 /compose
parentbe5104f21cce47c3f3c46571047d998179a679ab (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.yaml1
-rw-r--r--compose/config/opa-pdp/opa-pdp.env18
-rwxr-xr-xcompose/config/opa-pdp/policy-opa-pdp.sh18
-rwxr-xr-xcompose/export-ports.sh1
-rwxr-xr-xcompose/get-versions.sh2
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.