Skip to content

Commit 9a8760c

Browse files
committed
Typesafe -> Lightbend
1 parent e0dc154 commit 9a8760c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The specification also used to be in this repo -- it is now a part of the main r
4444

4545
## Contributing ##
4646
Please read the [Scala Pull Request Policy](https://github.com/scala/scala/wiki/Pull-Request-Policy)
47-
and sign the [CLA](http://typesafe.com/contribute/cla/scala).
47+
and sign the [CLA](http://www.lightbend.com/contribute/cla/scala).
4848

4949
The branching structure mimics that of [scala/scala](https://github.com/scala/scala):
5050
branches for 2.11.x, 2.12.x, etc.

project/ScalaDist.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ object ScalaDist {
5555
useNativeZip ++ // use native zip to preserve +x permission on scripts
5656
Seq(
5757
name := "scala",
58-
maintainer := "LAMP/EPFL and Typesafe, Inc. <[email protected]>",
58+
maintainer := "LAMP/EPFL and Lightbend, Inc. <[email protected]>",
5959
packageSummary := "Scala Programming Language Distribution", // this will be spliced into the middle of a sentence --> no period (it also determines sort order, so, no "The" in front)
6060
packageDescription := "Have the best of both worlds. Construct elegant class hierarchies for maximum code reuse and extensibility, implement their behavior using higher-order functions. Or anything in-between.",
6161
crossPaths := false,

src/linux/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
scala
33

4-
Copyright: LAMP/EPFL and Typesafe, Inc.
4+
Copyright: LAMP/EPFL and Lightbend, Inc.
55

66
The home page of scala package is at: http://github.com/scala/scala-dist.
77

0 commit comments

Comments
 (0)