Skip to content

Commit 9e1ca91

Browse files
author
Omer Gurarslan
committed
copyright message added
1 parent 7bb86f4 commit 9e1ca91

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed

src/main/java/tr/com/lucidcode/akka/sample/actor/LineSplitterActor.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Created by Omer Gurarslan on 23/09/14.
3+
* Copyright (C) 2103-2014 Lucid Bilg. Hiz. Ltd. Şti.
4+
* All rights reserved. <http://dev.lucidcode.com.tr>
5+
*/
6+
17
package tr.com.lucidcode.akka.sample.actor;
28

39
import org.apache.log4j.Logger;

src/main/java/tr/com/lucidcode/akka/sample/actor/WordCounterActor.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Created by Omer Gurarslan on 23/09/14.
3+
* Copyright (C) 2103-2014 Lucid Bilg. Hiz. Ltd. Şti.
4+
* All rights reserved. <http://dev.lucidcode.com.tr>
5+
*/
6+
17
package tr.com.lucidcode.akka.sample.actor;
28

39
import java.io.BufferedReader;

src/main/java/tr/com/lucidcode/akka/sample/main/Main.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Created by Omer Gurarslan on 23/09/14.
3+
* Copyright (C) 2103-2014 Lucid Bilg. Hiz. Ltd. Şti.
4+
* All rights reserved. <http://dev.lucidcode.com.tr>
5+
*/
6+
17
package tr.com.lucidcode.akka.sample.main;
28

39
import tr.com.lucidcode.akka.sample.actor.WordCounterActor;

src/main/java/tr/com/lucidcode/akka/sample/message/LineProcessedMsg.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Created by Omer Gurarslan on 23/09/14.
3+
* Copyright (C) 2103-2014 Lucid Bilg. Hiz. Ltd. Şti.
4+
* All rights reserved. <http://dev.lucidcode.com.tr>
5+
*/
6+
17
package tr.com.lucidcode.akka.sample.message;
28

39
public class LineProcessedMsg {

src/main/java/tr/com/lucidcode/akka/sample/message/ProcessLineMsg.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Created by Omer Gurarslan on 23/09/14.
3+
* Copyright (C) 2103-2014 Lucid Bilg. Hiz. Ltd. Şti.
4+
* All rights reserved. <http://dev.lucidcode.com.tr>
5+
*/
6+
17
package tr.com.lucidcode.akka.sample.message;
28

39
public class ProcessLineMsg {

0 commit comments

Comments
 (0)