Skip to content

Commit 9eda2f0

Browse files
committed
Update year in generated copyright header
1 parent 78e6ce4 commit 9eda2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/CodeGen.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ object CodeGen {
288288
private val copyright =
289289
"""
290290
|/*
291-
| * Copyright (C) 2012-2014 Typesafe Inc. <http://www.typesafe.com>
291+
| * Copyright (C) 2012-2015 Typesafe Inc. <http://www.typesafe.com>
292292
| */""".stripMargin.trim
293293

294294
private def function0SpecMethods = {

0 commit comments

Comments
 (0)