Skip to content

Commit

Permalink
Merge pull request #161 from SethTisue/typesafe-is-now-lightbend
Browse files Browse the repository at this point in the history
Typesafe -> Lightbend
  • Loading branch information
SethTisue committed Mar 1, 2016
2 parents e0dc154 + 9a8760c commit eeefb5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The specification also used to be in this repo -- it is now a part of the main r

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

The branching structure mimics that of [scala/scala](https://github.com/scala/scala):
branches for 2.11.x, 2.12.x, etc.
2 changes: 1 addition & 1 deletion project/ScalaDist.scala
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ object ScalaDist {
useNativeZip ++ // use native zip to preserve +x permission on scripts
Seq(
name := "scala",
maintainer := "LAMP/EPFL and Typesafe, Inc. <[email protected]>",
maintainer := "LAMP/EPFL and Lightbend, Inc. <[email protected]>",
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)
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.",
crossPaths := false,
Expand Down
2 changes: 1 addition & 1 deletion src/linux/copyright
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

scala

Copyright: LAMP/EPFL and Typesafe, Inc.
Copyright: LAMP/EPFL and Lightbend, Inc.

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

Expand Down

0 comments on commit eeefb5c

Please sign in to comment.