Skip to content

Commit

Permalink
Merge pull request #10974 from SethTisue/merge-2.12-to-2.13-20250106
Browse files Browse the repository at this point in the history
merge 2.12 to 2.13 20250106 [ci:last-only]
  • Loading branch information
SethTisue authored Jan 6, 2025
2 parents cb415ba + 63cf7c4 commit 92a9eb2
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Scala
Copyright (c) 2002-2024 EPFL
Copyright (c) 2011-2024 Lightbend, Inc. dba Akka
Copyright (c) 2002-2025 EPFL
Copyright (c) 2011-2025 Lightbend, Inc. dba Akka

Scala includes software developed at
LAMP/EPFL (https://lamp.epfl.ch/) and
Expand Down
4 changes: 2 additions & 2 deletions doc/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Scala is licensed under the [Apache License Version 2.0](https://www.apache.org/

## Scala License

Copyright (c) 2002-2024 EPFL
Copyright (c) 2002-2025 EPFL

Copyright (c) 2011-2024 Lightbend, Inc. dba Akka
Copyright (c) 2011-2025 Lightbend, Inc. dba Akka

All rights reserved.

Expand Down
4 changes: 2 additions & 2 deletions doc/License.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Scala is licensed under the\'a0{\field{\*\fldinst{HYPERLINK "https://www.apache.
\fs48 \cf2 Scala License\
\pard\pardeftab720\sl360\sa320\partightenfactor0
\f0\b0\fs28 \cf2 Copyright (c) 2002-2024 EPFL\
Copyright (c) 2011-2024 Lightbend, Inc. dba Akka\
\f0\b0\fs28 \cf2 Copyright (c) 2002-2025 EPFL\
Copyright (c) 2011-2025 Lightbend, Inc. dba Akka\
All rights reserved.\
\pard\pardeftab720\sl360\sa320\partightenfactor0
\cf2 \cb4 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at {\field{\*\fldinst{HYPERLINK "http://www.apache.org/licenses/LICENSE-2.0"}}{\fldrslt http://www.apache.org/licenses/LICENSE-2.0}}.\
Expand Down
2 changes: 1 addition & 1 deletion project/VersionUtil.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object VersionUtil {
)

lazy val generatePropertiesFileSettings = Seq[Setting[_]](
copyrightString := "Copyright 2002-2024, LAMP/EPFL and Lightbend, Inc. dba Akka",
copyrightString := "Copyright 2002-2025, LAMP/EPFL and Lightbend, Inc. dba Akka",
shellBannerString := """
| ________ ___ / / ___
| / __/ __// _ | / / / _ |
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.6
sbt.version=1.10.7
2 changes: 1 addition & 1 deletion src/library/scala/util/Properties.scala
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private[scala] trait PropertiesTrait {
/** A verbose alternative to [[versionNumberString]].
*/
val versionString = s"version ${scalaPropOrElse("version.number", "(unknown)")}"
val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2024, LAMP/EPFL and Lightbend, Inc. dba Akka")
val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2025, LAMP/EPFL and Lightbend, Inc. dba Akka")

/** This is the encoding to use reading in source files, overridden with -encoding.
* Note that it uses "prop" i.e. looks in the scala jar, not the system properties.
Expand Down
2 changes: 1 addition & 1 deletion src/scaladoc/scala/tools/nsc/doc/html/page/Entity.scala
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ trait EntityPage extends HtmlPage {
val postamble =
List(Div(id = "tooltip"),
if (Set("epfl", "EPFL").contains(tpl.universe.settings.docfooter.value))
Div(id = "footer", elems = Txt("Scala programming documentation. Copyright (c) 2002-2024 ") :: A(href = "https://www.epfl.ch", target = "_top", elems = Txt("EPFL")) :: Txt(" and ") :: A(href = "https://akka.io", target = "_top", elems = Txt("Akka")) :: Txt("."))
Div(id = "footer", elems = Txt("Scala programming documentation. Copyright (c) 2002-2025 ") :: A(href = "https://www.epfl.ch", target = "_top", elems = Txt("EPFL")) :: Txt(" and ") :: A(href = "https://akka.io", target = "_top", elems = Txt("Akka")) :: Txt("."))
else
Div(id = "footer", elems = Txt(tpl.universe.settings.docfooter.value)))

Expand Down
2 changes: 1 addition & 1 deletion src/scalap/decoder.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version.number=2.0.1
copyright.string=(c) 2002-2024 LAMP/EPFL
copyright.string=(c) 2002-2025 LAMP/EPFL

0 comments on commit 92a9eb2

Please sign in to comment.