Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sbt-scala-module
Copyright (c) 2013-2023 EPFL
Copyright (c) 2013-2023 Lightbend, Inc.
Copyright (c) 2013-2024 EPFL
Copyright (c) 2013-2024 Lightbend, Inc. dba Akka

Licensed under the Apache License, Version 2.0 (the "License").
Unless required by applicable law or agreed to in writing, software
Expand Down
6 changes: 3 additions & 3 deletions src/main/scala/ScalaModulePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ object ScalaModulePlugin extends AutoPlugin {
headerLicense := Some(HeaderLicense.Custom(
s"""|Scala (https://www.scala-lang.org)
|
|Copyright EPFL and Lightbend, Inc.
|Copyright EPFL and Lightbend, Inc. dba Akka
|
|Licensed under Apache License 2.0
|(http://www.apache.org/licenses/LICENSE-2.0).
Expand All @@ -144,8 +144,8 @@ object ScalaModulePlugin extends AutoPlugin {
<name>LAMP/EPFL</name>
</developer>
<developer>
<id>Lightbend</id>
<name>Lightbend, Inc.</name>
<id>Akka</id>
<name>Akka</name>
</developer>
</developers>
)
Expand Down
Loading