summaryrefslogtreecommitdiff
path: root/project/VersionUtil.scala
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2017-03-06 10:31:22 -0800
committerGitHub <noreply@github.com>2017-03-06 10:31:22 -0800
commit828a8923c4f1c6c6c884a18675e2effa91c73197 (patch)
tree44b97739049ba908e26f6cf7e0451a4dee82368e /project/VersionUtil.scala
parent3f437a2aa448907ca608a1b68a9e71e5221c4632 (diff)
parentc2c37acd928f9b8f8a1d208ee9ee6135b54a1fcd (diff)
downloadscala-828a8923c4f1c6c6c884a18675e2effa91c73197.tar.gz
scala-828a8923c4f1c6c6c884a18675e2effa91c73197.tar.bz2
scala-828a8923c4f1c6c6c884a18675e2effa91c73197.zip
Merge pull request #5753 from Philippus/issue/copyright_year
bump copyright year to 2017 [ci: last-only]
Diffstat (limited to 'project/VersionUtil.scala')
-rw-r--r--project/VersionUtil.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/VersionUtil.scala b/project/VersionUtil.scala
index 4705bbb6ce..2a52159d4e 100644
--- a/project/VersionUtil.scala
+++ b/project/VersionUtil.scala
@@ -18,7 +18,7 @@ object VersionUtil {
)
lazy val generatePropertiesFileSettings = Seq[Setting[_]](
- copyrightString := "Copyright 2002-2016, LAMP/EPFL",
+ copyrightString := "Copyright 2002-2017, LAMP/EPFL and Lightbend, Inc.",
resourceGenerators in Compile += generateVersionPropertiesFile.map(file => Seq(file)).taskValue,
generateVersionPropertiesFile := generateVersionPropertiesFileImpl.value
)