Skip to content

Commit

Permalink
some more copyright cleanup for 2012
Browse files Browse the repository at this point in the history
contributed by Carlo Dapor -- thanks!
  • Loading branch information
adriaanm committed Aug 10, 2012
1 parent 9d890c6 commit ceb414f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ PROPERTIES

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

<property name="copyright.string" value="Copyright 2002-2011, LAMP/EPFL"/>
<property name="copyright.string" value="Copyright 2002-2012, LAMP/EPFL"/>
<property name="partest.version.number" value="0.9.2"/>

<!-- These are NOT the flags used to run SuperSabbus, but the ones written
Expand Down
2 changes: 1 addition & 1 deletion docs/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SCALA LICENSE

Copyright (c) 2002-2011 EPFL, Lausanne, unless otherwise specified.
Copyright (c) 2002-2012 EPFL, Lausanne, unless otherwise specified.
All rights reserved.

This software was developed by the Programming Methods Laboratory of the
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ object Versions {
IO.write(f, "version.number = "+versions.canonical+"\n"+
"osgi.number = "+versions.osgi+"\n"+
"maven.number = "+versions.maven+"\n"+
"copyright.string = Copyright 2002-2011, LAMP/EPFL")
"copyright.string = Copyright 2002-2012, LAMP/EPFL")

def makeCanonicalVersion(isRelease: Boolean, mvnVersion: String, base: BaseBuildNumber, gitDate: String, gitSha: String): String =
if(isRelease) mvnVersion
Expand Down
2 changes: 1 addition & 1 deletion src/compiler/scala/tools/nsc/transform/CleanUp.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* NSC -- new Scala compiler
* Copyrights 2005-2011 LAMP/EPFL
* Copyright 2005-2012 LAMP/EPFL
* @author Martin Odersky
*/

Expand Down

0 comments on commit ceb414f

Please sign in to comment.