Skip to content

Commit

Permalink
add license headers to some files (apache#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Oct 30, 2023
1 parent a6dd0ee commit 0a71437
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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. <http://www.lightbend.com>
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -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. <https://www.lightbend.com>
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -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. <https://www.lightbend.com>
*/
Expand Down
2 changes: 2 additions & 0 deletions scripts/link-validator.conf
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down

0 comments on commit 0a71437

Please sign in to comment.