Skip to content

Commit 37cbc4f

Browse files
chore: default license issuer to be "Akka" (#32686)
1 parent 4691401 commit 37cbc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

akka-actor/src/main/scala/akka/actor/ActorSystem.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ private[akka] class ActorSystemImpl(
14571457
case Some("k") =>
14581458
"Kalix"
14591459
case _ =>
1460-
"Lightbend"
1460+
"Akka"
14611461
}
14621462

14631463
val buildExpiry = optDate("b")

0 commit comments

Comments
 (0)