Add copyright header to agent examples
This commit is contained in:
parent
00c7fe5bbb
commit
8da41aaef9
3 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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.*;
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue