This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-management.git
The following commit(s) were added to refs/heads/main by this push:
new 498d223c add license headers (#785)
498d223c is described below
commit 498d223c4f05a76f9ab6870fdb78e5787d4b8480
Author: PJ Fanning <[email protected]>
AuthorDate: Fri May 15 08:36:32 2026 +0100
add license headers (#785)
---
.github/workflows/integration-tests-app-version-revision.yml | 8 ++++++++
.github/workflows/integration-tests-kube-api.yml | 8 ++++++++
.github/workflows/integration-tests-kube-dns.yml | 8 ++++++++
.github/workflows/integration-tests-lease.yml | 8 ++++++++
.github/workflows/integration-tests-maven.yml | 8 ++++++++
.github/workflows/integration-tests-rolling-update-cr.yml | 8 ++++++++
.github/workflows/link-validator.yml | 8 ++++++++
integration-test-scripts/aws-api-ec2-tag-based.sh | 9 ++++++++-
integration-test/aws-api-ecs/scripts/deploy-infrastructure.sh | 9 ++++++++-
integration-test/aws-api-ecs/scripts/deploy.sh | 9 ++++++++-
integration-test/aws-api-ecs/scripts/publish.sh | 9 ++++++++-
integration-test/kubernetes-api/test.sh | 10 ++++++++--
.../rolling-update-kubernetes/test-app-version-revision.sh | 9 ++++++++-
integration-test/rolling-update-kubernetes/test-cr.sh | 9 ++++++++-
integration-test/rolling-update-kubernetes/test.sh | 9 ++++++++-
.../scripts/app-version-revision-kubernetes-test.sh | 9 ++++++++-
integration-test/scripts/kubernetes-test.sh | 9 ++++++++-
integration-test/scripts/rollingupdate-kubernetes-cr-test.sh | 9 ++++++++-
integration-test/scripts/rollingupdate-kubernetes-test.sh | 9 ++++++++-
lease-kubernetes-int-test/test.sh | 9 ++++++++-
scripts/cat-log.sh | 8 ++++++++
21 files changed, 168 insertions(+), 14 deletions(-)
diff --git a/.github/workflows/integration-tests-app-version-revision.yml
b/.github/workflows/integration-tests-app-version-revision.yml
index dc7e2804..4ef9c239 100644
--- a/.github/workflows/integration-tests-app-version-revision.yml
+++ b/.github/workflows/integration-tests-app-version-revision.yml
@@ -1,3 +1,11 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
name: Integration Tests for AppVersionRevision
on:
diff --git a/.github/workflows/integration-tests-kube-api.yml
b/.github/workflows/integration-tests-kube-api.yml
index 700b6501..ef27c950 100644
--- a/.github/workflows/integration-tests-kube-api.yml
+++ b/.github/workflows/integration-tests-kube-api.yml
@@ -1,3 +1,11 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
name: Integration test for Kubernetes API
on:
diff --git a/.github/workflows/integration-tests-kube-dns.yml
b/.github/workflows/integration-tests-kube-dns.yml
index 53f62c69..9831167a 100644
--- a/.github/workflows/integration-tests-kube-dns.yml
+++ b/.github/workflows/integration-tests-kube-dns.yml
@@ -1,3 +1,11 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
name: Integration test for Kubernetes DNS
on:
diff --git a/.github/workflows/integration-tests-lease.yml
b/.github/workflows/integration-tests-lease.yml
index fb883d75..222de7ab 100644
--- a/.github/workflows/integration-tests-lease.yml
+++ b/.github/workflows/integration-tests-lease.yml
@@ -1,3 +1,11 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
name: Integration test for Kubernetes Lease
on:
diff --git a/.github/workflows/integration-tests-maven.yml
b/.github/workflows/integration-tests-maven.yml
index b7749250..d8f36d40 100644
--- a/.github/workflows/integration-tests-maven.yml
+++ b/.github/workflows/integration-tests-maven.yml
@@ -1,3 +1,11 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
name: Integration test for Kubernetes API with Maven
on:
diff --git a/.github/workflows/integration-tests-rolling-update-cr.yml
b/.github/workflows/integration-tests-rolling-update-cr.yml
index 271ec0ac..153b9328 100644
--- a/.github/workflows/integration-tests-rolling-update-cr.yml
+++ b/.github/workflows/integration-tests-rolling-update-cr.yml
@@ -1,3 +1,11 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
name: Integration test for Rolling Update CR Kubernetes
on:
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index f45c0d3d..df4a4736 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -1,3 +1,11 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
name: Link Validator
permissions: {}
diff --git a/integration-test-scripts/aws-api-ec2-tag-based.sh
b/integration-test-scripts/aws-api-ec2-tag-based.sh
index e2c5c8e8..d9aff137 100755
--- a/integration-test-scripts/aws-api-ec2-tag-based.sh
+++ b/integration-test-scripts/aws-api-ec2-tag-based.sh
@@ -1,5 +1,12 @@
#!/usr/bin/env bash
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
echo Running integration tests for aws-api-ec2-tag-based
echo You need to run this from the root folder of the pekko-management project
diff --git a/integration-test/aws-api-ecs/scripts/deploy-infrastructure.sh
b/integration-test/aws-api-ecs/scripts/deploy-infrastructure.sh
index b4a6d980..3837fa47 100755
--- a/integration-test/aws-api-ecs/scripts/deploy-infrastructure.sh
+++ b/integration-test/aws-api-ecs/scripts/deploy-infrastructure.sh
@@ -1,5 +1,12 @@
#!/bin/bash
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
set -euo pipefail
if [ $# -ne 1 ]
diff --git a/integration-test/aws-api-ecs/scripts/deploy.sh
b/integration-test/aws-api-ecs/scripts/deploy.sh
index c387c351..baafe27d 100755
--- a/integration-test/aws-api-ecs/scripts/deploy.sh
+++ b/integration-test/aws-api-ecs/scripts/deploy.sh
@@ -1,5 +1,12 @@
#!/bin/bash
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
set -euo pipefail
if [ $# -ne 1 ]
diff --git a/integration-test/aws-api-ecs/scripts/publish.sh
b/integration-test/aws-api-ecs/scripts/publish.sh
index 782893ab..006f12cc 100755
--- a/integration-test/aws-api-ecs/scripts/publish.sh
+++ b/integration-test/aws-api-ecs/scripts/publish.sh
@@ -1,5 +1,12 @@
#!/bin/bash
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
set -euo pipefail
if [ $# -ne 0 ]
diff --git a/integration-test/kubernetes-api/test.sh
b/integration-test/kubernetes-api/test.sh
index 747ee4f7..df8fe895 100755
--- a/integration-test/kubernetes-api/test.sh
+++ b/integration-test/kubernetes-api/test.sh
@@ -1,5 +1,12 @@
#!/bin/bash
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
set -exu
export NAMESPACE=pekko-bootstrap-demo-ns
@@ -8,4 +15,3 @@ export PROJECT_NAME=integration-test-kubernetes-api
export DEPLOYMENT=integration-test/kubernetes-api/kubernetes/pekko-cluster.yml
integration-test/scripts/kubernetes-test.sh
-
diff --git
a/integration-test/rolling-update-kubernetes/test-app-version-revision.sh
b/integration-test/rolling-update-kubernetes/test-app-version-revision.sh
index 315ddba8..a4a3973f 100755
--- a/integration-test/rolling-update-kubernetes/test-app-version-revision.sh
+++ b/integration-test/rolling-update-kubernetes/test-app-version-revision.sh
@@ -1,5 +1,12 @@
#!/bin/bash
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
set -exu
export NAMESPACE=pekko-rollingupdate-demo-ns
diff --git a/integration-test/rolling-update-kubernetes/test-cr.sh
b/integration-test/rolling-update-kubernetes/test-cr.sh
index 6a20f49b..01b3a81e 100755
--- a/integration-test/rolling-update-kubernetes/test-cr.sh
+++ b/integration-test/rolling-update-kubernetes/test-cr.sh
@@ -1,5 +1,12 @@
#!/bin/bash
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
set -exu
export NAMESPACE=pekko-rolling-update-demo-cr-ns
diff --git a/integration-test/rolling-update-kubernetes/test.sh
b/integration-test/rolling-update-kubernetes/test.sh
index 0a980a1d..4a241d96 100755
--- a/integration-test/rolling-update-kubernetes/test.sh
+++ b/integration-test/rolling-update-kubernetes/test.sh
@@ -1,5 +1,12 @@
#!/bin/bash
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
set -exu
export NAMESPACE=pekko-rolling-update-demo-ns
diff --git a/integration-test/scripts/app-version-revision-kubernetes-test.sh
b/integration-test/scripts/app-version-revision-kubernetes-test.sh
index 6be92cb4..8e8f0d0f 100755
--- a/integration-test/scripts/app-version-revision-kubernetes-test.sh
+++ b/integration-test/scripts/app-version-revision-kubernetes-test.sh
@@ -1,5 +1,12 @@
#!/bin/bash -e
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
set -exu
echo "Running app-version-revision-kubernetes-test.sh with deployment:
$DEPLOYMENT"
diff --git a/integration-test/scripts/kubernetes-test.sh
b/integration-test/scripts/kubernetes-test.sh
index e29b762f..b585a090 100755
--- a/integration-test/scripts/kubernetes-test.sh
+++ b/integration-test/scripts/kubernetes-test.sh
@@ -1,5 +1,12 @@
#!/bin/bash -e
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
eval $(minikube -p minikube docker-env)
sbt $PROJECT_NAME/Docker/publishLocal
diff --git a/integration-test/scripts/rollingupdate-kubernetes-cr-test.sh
b/integration-test/scripts/rollingupdate-kubernetes-cr-test.sh
index c6f4ea4a..1d7fb09e 100755
--- a/integration-test/scripts/rollingupdate-kubernetes-cr-test.sh
+++ b/integration-test/scripts/rollingupdate-kubernetes-cr-test.sh
@@ -1,5 +1,12 @@
#!/bin/bash -e
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
echo "Running rollingupdate-kubernetes-cr-test.sh with deployment: $DEPLOYMENT"
eval $(minikube -p minikube docker-env)
diff --git a/integration-test/scripts/rollingupdate-kubernetes-test.sh
b/integration-test/scripts/rollingupdate-kubernetes-test.sh
index 3d61fa4d..4ab9e3cc 100755
--- a/integration-test/scripts/rollingupdate-kubernetes-test.sh
+++ b/integration-test/scripts/rollingupdate-kubernetes-test.sh
@@ -1,5 +1,12 @@
#!/bin/bash -e
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
echo "Running rollingupdate-kubernetes-test.sh with deployment: $DEPLOYMENT"
eval $(minikube -p minikube docker-env)
diff --git a/lease-kubernetes-int-test/test.sh
b/lease-kubernetes-int-test/test.sh
index 9d1e9246..0c874856 100755
--- a/lease-kubernetes-int-test/test.sh
+++ b/lease-kubernetes-int-test/test.sh
@@ -1,5 +1,12 @@
#!/bin/bash
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
# For now this assumed there is a minikube running locally, with kubectl on
the path.
set -exu
diff --git a/scripts/cat-log.sh b/scripts/cat-log.sh
index 7de3c239..f48fc8fa 100755
--- a/scripts/cat-log.sh
+++ b/scripts/cat-log.sh
@@ -1,4 +1,12 @@
#!/bin/sh
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# license agreements; and to You under the Apache License, version 2.0:
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# This file is part of the Apache Pekko project, which was derived from Akka.
+#
# ---------- helper script to separate log files in build
printf "\n\n\n"
ls -lh $1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]