Skip to content

Commit

Permalink
Merge commit '4152c02cd8' into merge-2.12-to-2.13-20220118
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Jan 19, 2022
2 parents b2e3868 + 4152c02 commit fcc6186
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 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-2021 EPFL
Copyright (c) 2011-2021 Lightbend, Inc.
Copyright (c) 2002-2022 EPFL
Copyright (c) 2011-2022 Lightbend, Inc.

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-2021 EPFL
Copyright (c) 2002-2022 EPFL

Copyright (c) 2011-2021 Lightbend, Inc.
Copyright (c) 2011-2022 Lightbend, Inc.

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-2021 EPFL\
Copyright (c) 2011-2021 Lightbend, Inc.\
\f0\b0\fs28 \cf2 Copyright (c) 2002-2022 EPFL\
Copyright (c) 2011-2022 Lightbend, Inc.\
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
6 changes: 3 additions & 3 deletions project/ScaladocSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object ScaladocSettings {

// when this changes, the integrity check in HtmlFactory.scala also needs updating
val webjarResources = Seq(
"org.webjars" % "jquery" % "3.5.1"
"org.webjars" % "jquery" % "3.6.0"
)

def extractResourcesFromWebjar = Def.task {
Expand All @@ -17,8 +17,8 @@ object ScaladocSettings {
IO.createDirectory(dest)
// externalDependencyClasspath (not dependencyClasspath) to avoid compiling
// upstream projects (library, reflect, compiler) on bsp `buildTarget/resources`
val classpathes = (Compile / externalDependencyClasspath).value
val files: Seq[File] = classpathes.filter(isWebjar).flatMap { classpathEntry =>
val classpaths = (Compile / externalDependencyClasspath).value
val files: Seq[File] = classpaths.filter(isWebjar).flatMap { classpathEntry =>
val jarFile = classpathEntry.data
IO.unzip(jarFile, dest)
}
Expand Down
2 changes: 1 addition & 1 deletion project/VersionUtil.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object VersionUtil {
)

lazy val generatePropertiesFileSettings = Seq[Setting[_]](
copyrightString := "Copyright 2002-2021, LAMP/EPFL and Lightbend, Inc.",
copyrightString := "Copyright 2002-2022, LAMP/EPFL and Lightbend, Inc.",
shellBannerString := """
| ________ ___ / / ___
| / __/ __// _ | / / / _ |
Expand Down
4 changes: 2 additions & 2 deletions spec/_layouts/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-9eLZqc9ds8eNjO3TmqPeYcDj8n+Qfa4nuSiGYa6DjLNcv9BtN69ZIulL9+8CqC9Y" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-K3vbOmF2BtaVai+Qk37uypf7VrgBubhQreNQe9aGsz9lB63dIFiQVlJbr92dw2Lx" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-kmZOZB5ObwgQnS/DuDg6TScgOiWWBiVt0plIRkZCmE6rDZGrEOQeHM5PcHi+nyqe" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.2/styles/default.min.css">
<!-- need to use include to see value of page.chapter variable -->
<style type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion spec/_layouts/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="icon" type="image/png" href="public/favicon.ico">
<link rel="shortcut icon" type="image/png" href="public/favicon.ico">

<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<title>{{ page.title }} | Scala {{ site.thisScalaVersion }}</title>

<link rel="stylesheet" type="text/css" href="public/stylesheets/screen.css">
Expand Down
2 changes: 1 addition & 1 deletion src/library/scala/util/Properties.scala
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private[scala] trait PropertiesTrait {
* or "version (unknown)" if it cannot be determined.
*/
val versionString = "version " + scalaPropOrElse("version.number", "(unknown)")
val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2021, LAMP/EPFL and Lightbend, Inc.")
val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2022, LAMP/EPFL and Lightbend, Inc.")

/** 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/HtmlFactory.scala
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class HtmlFactory(val universe: doc.Universe, val reporter: Reporter) {
)

final def webjarResources = List(
("jquery.min.js", "9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=")
("jquery.min.js", "/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=")
)

/** Generates the Scaladoc site for a model into the site root.
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-2021 ") :: A(href = "https://www.epfl.ch", target = "_top", elems = Txt("EPFL")) :: Txt(" and ") :: A(href = "https://www.lightbend.com", target = "_top", elems = Txt("Lightbend")) :: Txt("."))
Div(id = "footer", elems = Txt("Scala programming documentation. Copyright (c) 2002-2022 ") :: A(href = "https://www.epfl.ch", target = "_top", elems = Txt("EPFL")) :: Txt(" and ") :: A(href = "https://www.lightbend.com", target = "_top", elems = Txt("Lightbend")) :: 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-2021 LAMP/EPFL
copyright.string=(c) 2002-2022 LAMP/EPFL

0 comments on commit fcc6186

Please sign in to comment.