From 1fccb6fd720bafd4bc67e44f9b7a0ce37e28b152 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 2 Jan 2025 13:59:07 +0100 Subject: [PATCH] missing header --- .github/workflows/build-test-prValidation.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build-test-prValidation.yml b/.github/workflows/build-test-prValidation.yml index b84938397a..f514d3c0e3 100644 --- a/.github/workflows/build-test-prValidation.yml +++ b/.github/workflows/build-test-prValidation.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: Pull Requests on: