Adding extra line that src files are part of RIC platform project 75/1775/1 bronze
authorczichy <thoralf.czichy@nokia.com>
Tue, 26 Nov 2019 09:08:33 +0000 (11:08 +0200)
committerczichy <thoralf.czichy@nokia.com>
Tue, 26 Nov 2019 09:09:18 +0000 (11:09 +0200)
Change-Id: Ieb9fa5de205c2323edf4473e717ffa354c7ecaae
Signed-off-by: czichy <thoralf.czichy@nokia.com>
chart/.helmignore
chart/Chart.yaml
chart/templates/_helpers.tpl
chart/templates/agent-service.yaml
chart/templates/collector-service.yaml
chart/templates/deployment.yaml
chart/templates/query-service.yaml
chart/values.yaml

index d29b399..3902c6b 100644 (file)
 #   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.
index c83771b..f579bb7 100644 (file)
 #   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
index 8840d47..f0e4082 100644 (file)
 #   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.
index 4d1300a..3fb17d5 100644 (file)
 #   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:
index a26c3d4..9bfc98f 100644 (file)
 #   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:
index 38b9719..df2176b 100644 (file)
 #   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:
index c768b93..3df22e1 100644 (file)
 #   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:
index 60e997b..a799407 100644 (file)
 #   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.