Skip to content

Commit 4cc0d67

Browse files
committed
Typesafe -> Lightbend
1 parent 9b8c990 commit 4cc0d67

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

project/ScalaDist.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ object ScalaDist {
5050
useNativeZip ++ // use native zip to preserve +x permission on scripts
5151
Seq(
5252
name := "scala",
53-
maintainer := "LAMP/EPFL and Typesafe, Inc. <scala-internals@googlegroups.com>",
53+
maintainer := "LAMP/EPFL and Lightbend, Inc. <scala-internals@googlegroups.com>",
5454
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)
5555
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.",
5656
crossPaths := false,

project/Unix.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ object Unix {
6666

6767
// RPM Specific
6868
name in Rpm := "scala",
69-
rpmVendor := "typesafe",
69+
rpmVendor := "lightbend",
7070
rpmUrl := Some("http://github.com/scala/scala"),
7171
rpmLicense := Some("BSD"),
7272
rpmGroup := Some("Development/Languages"),

scripts/jobs/release/website/archives

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# need to re-declare it as an array, not sure how to do that directly in jenkins
33
declare -a sshCharaArgs="$sshCharaArgs"
44

5-
url="http://downloads.typesafe.com/scala/$version"
5+
url="http://downloads.lightbend.com/scala/$version"
66

77
if [[ "$version" =~ .*-nightly ]]
88
then archivesDir="~linuxsoft/archives/scala/nightly/2.12.x"

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)