add copyright headers

This commit is contained in:
Roland 2011-05-19 21:34:21 +02:00
parent 7955912593
commit a48f6fdf90
8 changed files with 25 additions and 0 deletions

View file

@ -1,3 +1,6 @@
/**
* Copyright (C) 2009-2011 Scalable Solutions AB <http://scalablesolutions.se>
*/
package akka.util;
import org.junit.Test;

View file

@ -1,3 +1,7 @@
/**
* Copyright (C) 2009-2011 Scalable Solutions AB <http://scalablesolutions.se>
*/
package akka.actor
import org.scalatest.WordSpec

View file

@ -1,3 +1,6 @@
/**
* Copyright (C) 2009-2011 Scalable Solutions AB <http://scalablesolutions.se>
*/
package akka.actor
import org.scalatest.WordSpec

View file

@ -1,3 +1,6 @@
/**
* Copyright (C) 2009-2011 Scalable Solutions AB <http://scalablesolutions.se>
*/
package akka.util
import org.scalatest.WordSpec

View file

@ -1,3 +1,6 @@
/**
* Copyright (C) 2009-2011 Scalable Solutions AB <http://scalablesolutions.se>
*/
package akka.testkit
import akka.event.EventHandler

View file

@ -1,3 +1,6 @@
/**
* Copyright (C) 2009-2011 Scalable Solutions AB <http://scalablesolutions.se>
*/
package akka.testkit
import akka.actor.{ Actor, FSM }

View file

@ -1,3 +1,6 @@
/**
* Copyright (C) 2009-2011 Scalable Solutions AB <http://scalablesolutions.se>
*/
package akka.testkit
import akka.actor.dispatch.ActorModelSpec

View file

@ -1,3 +1,6 @@
/**
* Copyright (C) 2009-2011 Scalable Solutions AB <http://scalablesolutions.se>
*/
package akka.testkit
import org.scalatest.matchers.MustMatchers