Skip to content

Commit d1278fb

Browse files
committed
standardize license/copyright
Typesafe -> Lightbend, and set year to 2017 a few source files had their own copyright notices, the vast majority did not. I achieved consistency by removing the notices from those few source files. it's covered by having LICENSE.
1 parent 2fac9a2 commit d1278fb

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This software is licensed under the Apache 2 license, quoted below.
22

3-
Copyright 2009-2013 Typesafe Inc. [http://www.typesafe.com]
3+
Copyright 2009-2017 Lightbend Inc. [http://www.lightbend.com]
44

55
Licensed under the Apache License, Version 2.0 (the "License"); you may not
66
use this file except in compliance with the License. You may obtain a copy of

build.sbt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* Copyright (C) 2009-2017 Typesafe Inc. <http://www.typesafe.com>
3-
*/
4-
51
// so we can set this from automated builds and also depending on Scala version
62
lazy val scalaTestVersion = settingKey[String]("The version of ScalaTest to use.")
73

plugin/src/test/resources/input/basic/test.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* Copyright (C) 2009-2011 Typesafe Inc. <http://www.typesafe.com>
3-
*/
4-
51
package akka.rk
62
package buh.is.it
73

0 commit comments

Comments
 (0)