From 0a7143712f69b1f0c5e38595b72fe3f4ed873dd8 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 30 Oct 2023 17:51:13 +0000 Subject: [PATCH] add license headers to some files (#274) --- .../pekko/stream/connectors/csv/scaladsl/CsvBench.scala | 9 +++++++++ .../schema/ProductSchemasInstances.scala.template | 9 +++++++++ .../spray/BigQueryProductFormatsInstances.scala.template | 9 +++++++++ scripts/link-validator.conf | 2 ++ 4 files changed, 29 insertions(+) diff --git a/csv-bench/src/main/scala/org/apache/pekko/stream/connectors/csv/scaladsl/CsvBench.scala b/csv-bench/src/main/scala/org/apache/pekko/stream/connectors/csv/scaladsl/CsvBench.scala index b26b0b9c8..d81dc4a9e 100644 --- a/csv-bench/src/main/scala/org/apache/pekko/stream/connectors/csv/scaladsl/CsvBench.scala +++ b/csv-bench/src/main/scala/org/apache/pekko/stream/connectors/csv/scaladsl/CsvBench.scala @@ -1,3 +1,12 @@ +/* + * 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. + */ + /* * Copyright (C) 2016-2019 Lightbend Inc. */ diff --git a/google-cloud-bigquery/src/main/boilerplate/org/apache/pekko/stream/connectors/googlecloud/bigquery/scaladsl/schema/ProductSchemasInstances.scala.template b/google-cloud-bigquery/src/main/boilerplate/org/apache/pekko/stream/connectors/googlecloud/bigquery/scaladsl/schema/ProductSchemasInstances.scala.template index 10b82289f..1af68f8be 100644 --- a/google-cloud-bigquery/src/main/boilerplate/org/apache/pekko/stream/connectors/googlecloud/bigquery/scaladsl/schema/ProductSchemasInstances.scala.template +++ b/google-cloud-bigquery/src/main/boilerplate/org/apache/pekko/stream/connectors/googlecloud/bigquery/scaladsl/schema/ProductSchemasInstances.scala.template @@ -1,3 +1,12 @@ +/* + * 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. + */ + /* * Copyright (C) 2016-2020 Lightbend Inc. */ diff --git a/google-cloud-bigquery/src/main/boilerplate/org/apache/pekko/stream/connectors/googlecloud/bigquery/scaladsl/spray/BigQueryProductFormatsInstances.scala.template b/google-cloud-bigquery/src/main/boilerplate/org/apache/pekko/stream/connectors/googlecloud/bigquery/scaladsl/spray/BigQueryProductFormatsInstances.scala.template index 2cb84de40..04bd4260a 100644 --- a/google-cloud-bigquery/src/main/boilerplate/org/apache/pekko/stream/connectors/googlecloud/bigquery/scaladsl/spray/BigQueryProductFormatsInstances.scala.template +++ b/google-cloud-bigquery/src/main/boilerplate/org/apache/pekko/stream/connectors/googlecloud/bigquery/scaladsl/spray/BigQueryProductFormatsInstances.scala.template @@ -1,3 +1,12 @@ +/* + * 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. + */ + /* * Copyright (C) 2016-2020 Lightbend Inc. */ diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf index 37dac1b74..1b28105e8 100644 --- a/scripts/link-validator.conf +++ b/scripts/link-validator.conf @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: Apache-2.0 + // config for https://github.com/ennru/site-link-validator/ site-link-validator { root-dir = "./docs/target/site/"