Adding extra line that src files are part of RIC platform project

Change-Id: Ieb9fa5de205c2323edf4473e717ffa354c7ecaae
Signed-off-by: czichy <thoralf.czichy@nokia.com>
diff --git a/chart/.helmignore b/chart/.helmignore
index d29b399..3902c6b 100644
--- a/chart/.helmignore
+++ b/chart/.helmignore
@@ -13,6 +13,11 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
+#
+#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+#   platform project (RICP).
+#
+
 # Patterns to ignore when building packages.
 # This supports shell glob matching, relative path matching, and
 # negation (prefixed with !). Only one pattern per line.
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index c83771b..f579bb7 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -13,6 +13,11 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
+#
+#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+#   platform project (RICP).
+#
+
 apiVersion: v1
 appVersion: "1.0"
 description: A Helm chart for Kubernetes
diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl
index 8840d47..f0e4082 100644
--- a/chart/templates/_helpers.tpl
+++ b/chart/templates/_helpers.tpl
@@ -13,6 +13,11 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
+#
+#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+#   platform project (RICP).
+#
+
 {{/* vim: set filetype=mustache: */}}
 {{/*
 Expand the name of the chart.
diff --git a/chart/templates/agent-service.yaml b/chart/templates/agent-service.yaml
index 4d1300a..3fb17d5 100644
--- a/chart/templates/agent-service.yaml
+++ b/chart/templates/agent-service.yaml
@@ -13,6 +13,11 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
+#
+#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+#   platform project (RICP).
+#
+
 apiVersion: v1
 kind: Service
 metadata:
diff --git a/chart/templates/collector-service.yaml b/chart/templates/collector-service.yaml
index a26c3d4..9bfc98f 100644
--- a/chart/templates/collector-service.yaml
+++ b/chart/templates/collector-service.yaml
@@ -13,6 +13,11 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
+#
+#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+#   platform project (RICP).
+#
+
 apiVersion: v1
 kind: Service
 metadata:
diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml
index 38b9719..df2176b 100644
--- a/chart/templates/deployment.yaml
+++ b/chart/templates/deployment.yaml
@@ -13,6 +13,11 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
+#
+#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+#   platform project (RICP).
+#
+
 apiVersion: apps/v1
 kind: Deployment
 metadata:
diff --git a/chart/templates/query-service.yaml b/chart/templates/query-service.yaml
index c768b93..3df22e1 100644
--- a/chart/templates/query-service.yaml
+++ b/chart/templates/query-service.yaml
@@ -13,6 +13,11 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
+#
+#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+#   platform project (RICP).
+#
+
 apiVersion: v1
 kind: Service
 metadata:
diff --git a/chart/values.yaml b/chart/values.yaml
index 60e997b..a799407 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -13,6 +13,11 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
+#
+#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+#   platform project (RICP).
+#
+
 # Default values for jaeger-all-in-one.
 # This is a YAML-formatted file.
 # Declare variables to be passed into your templates.