Skip to content

Commit

Permalink
Update license change date for Alpakka 5.0.x (akka#2932)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Oct 26, 2022
1 parent 09845f2 commit 4f77c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Additional Use Grant:
Connecting to a Play Framework websocket and/or Play Framework
request/response bodies for server and play-ws client.

Change Date: TBD ( 3 years after 5.0.0 release )
Change Date: 2025-10-25

Change License: Apache License, Version 2.0

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ lazy val alpakka = project
// springWeb triggers an esoteric ScalaDoc bug (from Java code)
springWeb
),
licenses := Seq(("BUSL-1.1", url("https://raw.githubusercontent.com/akka/alpakka/master/LICENSE"))), // FIXME change s/master/v5.0.0/ when released
licenses := Seq(("BUSL-1.1", url("https://raw.githubusercontent.com/akka/alpakka/master/LICENSE"))), // FIXME change s/master/v5.0.1/ when released
crossScalaVersions := List() // workaround for https://github.com/sbt/sbt/issues/3465
)

Expand Down

0 comments on commit 4f77c8b

Please sign in to comment.