Skip to content

Commit

Permalink
bump copyright year to 2015
Browse files Browse the repository at this point in the history
(just hitting the highlights here, not worrying yet about bumping the
dates in every modified source file)
  • Loading branch information
SethTisue committed Jul 17, 2015
1 parent f2e055f commit e0aac7c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ lazy val setJarLocation: Setting[_] =
lazy val scalaSubprojectSettings: Seq[Setting[_]] = commonSettings :+ setJarLocation

lazy val generatePropertiesFileSettings = Seq[Setting[_]](
copyrightString := "Copyright 2002-2013, LAMP/EPFL",
copyrightString := "Copyright 2002-2015, LAMP/EPFL",
resourceGenerators in Compile += generateVersionPropertiesFile.map(file => Seq(file)).taskValue,
generateVersionPropertiesFile := generateVersionPropertiesFileImpl.value
)
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ TODO:

<property name="dists.dir" value="${basedir}/dists"/>

<property name="copyright.string" value="Copyright 2002-2013, LAMP/EPFL"/>
<property name="copyright.string" value="Copyright 2002-2015, LAMP/EPFL"/>

<!-- These are NOT the flags used to run SuperSabbus, but the ones written
into the script runners created with scala.tools.ant.ScalaTool -->
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 [BSD 3-Clause License](http://opensource.org/license

## Scala License

Copyright (c) 2002-2013 EPFL
Copyright (c) 2002-2015 EPFL

Copyright (c) 2011-2013 Typesafe, Inc.
Copyright (c) 2011-2015 Typesafe, 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 @@ -10,8 +10,8 @@
\fs48 Scala License
\fs40 \

\fs26 Copyright (c) 2002-2013 EPFL\
Copyright (c) 2011-2013 Typesafe, Inc.\
\fs26 Copyright (c) 2002-2015 EPFL\
Copyright (c) 2011-2015 Typesafe, Inc.\
All rights reserved.\
\
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\
Expand Down
2 changes: 1 addition & 1 deletion src/scaladoc/scala/tools/nsc/doc/html/page/Template.scala
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class Template(universe: doc.Universe, generator: DiagramGenerator, tpl: DocTemp

{
if (Set("epfl", "EPFL").contains(tpl.universe.settings.docfooter.value))
<div id="footer">Scala programming documentation. Copyright (c) 2003-2013 <a href="http://www.epfl.ch" target="_top">EPFL</a>, with contributions from <a href="http://typesafe.com" target="_top">Typesafe</a>.</div>
<div id="footer">Scala programming documentation. Copyright (c) 2003-2015 <a href="http://www.epfl.ch" target="_top">EPFL</a>, with contributions from <a href="http://typesafe.com" target="_top">Typesafe</a>.</div>
else
<div id="footer"> { tpl.universe.settings.docfooter.value } </div>
}
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-2013 LAMP/EPFL
copyright.string=(c) 2002-2015 LAMP/EPFL

0 comments on commit e0aac7c

Please sign in to comment.