Skip to content

Commit

Permalink
Special copyright header for the imported file
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Oct 24, 2023
1 parent 28cd81b commit 28ced51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ lazy val googleCommon = alpakkaProject(
"google-common",
"google.common",
Dependencies.GoogleCommon,
Test / fork := true
Test / fork := true,
headerSources / excludeFilter := HiddenFileFilter || "JwtSprayJsonParser.scala"
)

lazy val googleCloudBigQuery = alpakkaProject(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/*
* Copyright (C) since 2016 Lightbend Inc. <https://www.lightbend.com>
*/

/*
* This software is licensed under the Apache 2 license.
* Copyright 2021 JWT-Scala Contributors.
*
* Copyright (C) since 2023 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.stream.alpakka.google.auth
Expand Down

0 comments on commit 28ced51

Please sign in to comment.