Skip to content

Commit

Permalink
Automatic application of license header
Browse files Browse the repository at this point in the history
  • Loading branch information
License Bot committed Dec 16, 2024
1 parent 61ff60a commit 1a7bfb6
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 1 deletion.
3 changes: 3 additions & 0 deletions audit-opentelemetry/ci/kind.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
# SPDX-License-Identifier: Apache-2.0

apiVersion: kind.x-k8s.io/v1alpha4
kind: Cluster
nodes:
Expand Down
3 changes: 3 additions & 0 deletions audit-opentelemetry/ci/recv/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
# SPDX-License-Identifier: Apache-2.0

#FROM ruby
#RUN gem install youplot
FROM golang
Expand Down
2 changes: 2 additions & 0 deletions audit-opentelemetry/ci/recv/dep.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
# SPDX-License-Identifier: Apache-2.0

apiVersion: apps/v1
kind: Deployment
Expand Down
3 changes: 3 additions & 0 deletions audit-opentelemetry/ci/recv/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
// SPDX-License-Identifier: Apache-2.0

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions audit-opentelemetry/ci/send/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
# SPDX-License-Identifier: Apache-2.0

#FROM ruby
#RUN gem install youplot

Expand Down
3 changes: 2 additions & 1 deletion audit-opentelemetry/ci/send/dep.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
# SPDX-License-Identifier: Apache-2.0

apiVersion: apps/v1
kind: Deployment
Expand Down
3 changes: 3 additions & 0 deletions audit-opentelemetry/ci/send/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
// SPDX-License-Identifier: Apache-2.0

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions audit-opentelemetry/startup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/sh
# SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Greenhouse contributors
# SPDX-License-Identifier: Apache-2.0


load_gen=load-gen
load_recv=load-recv
Expand Down

0 comments on commit 1a7bfb6

Please sign in to comment.