Add copyright header to agent examples

This commit is contained in:
Peter Vlugter 2011-12-20 11:07:59 +13:00
parent 00c7fe5bbb
commit 8da41aaef9
3 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,6 @@
/**
* Copyright (C) 2009-2011 Typesafe Inc. <http://www.typesafe.com>
*/
package akka.docs.agent package akka.docs.agent
import org.scalatest.junit.JUnitWrapperSuite import org.scalatest.junit.JUnitWrapperSuite

View file

@ -1,3 +1,6 @@
/**
* Copyright (C) 2009-2011 Typesafe Inc. <http://www.typesafe.com>
*/
package akka.docs.agent; package akka.docs.agent;
import static org.junit.Assert.*; import static org.junit.Assert.*;

View file

@ -1,3 +1,6 @@
/**
* Copyright (C) 2009-2011 Typesafe Inc. <http://www.typesafe.com>
*/
package akka.docs.agent package akka.docs.agent
import akka.agent.Agent import akka.agent.Agent