Skip to content
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor;

import akka.testkit.AkkaJUnitActorSystemResource;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/**
/*
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
*/

/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks wrong?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably something due to extra space in the beginning of each line. I would actually expect MiMa to format it correctly or complain about it. Anyway this could be also fixed with a bit of enhancing of detection regexp.

package akka.actor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
Copy link
Contributor

@Philippus Philippus Mar 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be 2011-2018 in this case and similarly for other files that did not have a copyright header yet? Or do we not care?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the sbt-header configuration just adding 2018 is OK. We could consider manually updating files we know are older, but I'm OK with the header like this as well. AFAIK the year in a copyright header is mostly there for informational purposes, not really legal ones.

*/

package akka.actor;

public class JavaAPITestActor extends UntypedAbstractActor {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor;

import akka.testkit.AkkaJUnitActorSystemResource;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor;

import akka.japi.Creator;
Expand Down
4 changes: 4 additions & 0 deletions akka-actor-tests/src/test/java/akka/actor/StashJavaAPI.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor;

import akka.testkit.AkkaJUnitActorSystemResource;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor;

import static org.junit.Assert.*;
Expand Down
4 changes: 4 additions & 0 deletions akka-actor-tests/src/test/java/akka/actor/TestAnnotation.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor;

import java.lang.annotation.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2016-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor.setup;

import akka.actor.setup.ActorSystemSetup;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.dispatch;

import akka.testkit.AkkaJUnitActorSystemResource;
Expand Down
4 changes: 4 additions & 0 deletions akka-actor-tests/src/test/java/akka/event/ActorWithMDC.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.event;

import akka.actor.AbstractActor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.event;

import akka.actor.ActorRef;
Expand Down
4 changes: 4 additions & 0 deletions akka-actor-tests/src/test/java/akka/japi/JavaAPITestBase.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.japi;

import akka.actor.ExtendedActorSystem;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.pattern;

import akka.actor.*;
Expand Down
4 changes: 4 additions & 0 deletions akka-actor-tests/src/test/java/akka/pattern/PatternsTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.pattern;

import akka.actor.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.util;

import org.junit.Test;
Expand Down
1 change: 1 addition & 0 deletions akka-actor-tests/src/test/java/akka/util/JavaDuration.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.util;

import org.junit.Test;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2014-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.util;

import java.io.Serializable;
Expand Down
4 changes: 4 additions & 0 deletions akka-actor-tests/src/test/scala/akka/AkkaExceptionSpec.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka;

import akka.actor._
Expand Down
3 changes: 2 additions & 1 deletion akka-actor-tests/src/test/scala/akka/AkkaVersionSpec.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2017 Lightbend Inc. <http://www.lightbend.com>
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka

import org.scalatest.{ Matchers, WordSpec }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import language.postfixOps
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import scala.language.postfixOps
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import language.postfixOps
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import java.net.MalformedURLException
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import language.postfixOps
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import java.util.concurrent.{ ConcurrentLinkedQueue, RejectedExecutionException }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import scala.concurrent.duration._
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import language.postfixOps
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import language.postfixOps
Expand Down
1 change: 1 addition & 0 deletions akka-actor-tests/src/test/scala/akka/actor/Bench.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
contributed by Julien Gaugaz
inspired by the version contributed by Yura Taras and modified by Isaac Gouy
*/

package akka.actor

object Chameneos {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import language.postfixOps
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2016-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import java.util
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2014-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import akka.event.Logging
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2016-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import java.util.concurrent.atomic.AtomicInteger
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import akka.testkit._
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2016-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import akka.testkit.AkkaSpec
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import org.scalatest.junit.JUnitSuiteLike
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2014-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import akka.testkit.AkkaSpec
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import org.scalatest.WordSpec
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import language.postfixOps
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import language.postfixOps
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import language.postfixOps
Expand Down
1 change: 1 addition & 0 deletions akka-actor-tests/src/test/scala/akka/actor/TimerSpec.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2017-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import java.util.concurrent.atomic.AtomicInteger
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import java.util.concurrent.atomic.AtomicReference
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor

import akka.testkit.{ TestProbe, AkkaSpec }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* Copyright (C) 2009-2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor.dispatch

import language.postfixOps
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor.dispatch

import java.util.concurrent.{ TimeUnit, CountDownLatch }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.actor.dispatch

import language.postfixOps
Expand Down
Loading