From 2b6d2dc0a0f2cc98b9ec59212880ceb6f6da015f Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 2 Jan 2025 15:15:21 +0100 Subject: [PATCH] missing header (#1665) --- .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: