Skip to content

Commit

Permalink
add copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3 committed Sep 29, 2017
1 parent 187b18e commit 6b4a50e
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* ©Concurrent Technologies Corporation 2017
*/

package com.ctc.big.alertsink.api

import akka.NotUsed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* ©Concurrent Technologies Corporation 2017
*/

package com.ctc.big.alertsink.impl

import akka.stream.ActorMaterializer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* ©Concurrent Technologies Corporation 2017
*/

package com.ctc.big.alertsink.impl

import java.time.{LocalDateTime, ZoneOffset}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* ©Concurrent Technologies Corporation 2017
*/

package com.ctc.big.alertsink.impl

import akka.stream.ActorMaterializer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* ©Concurrent Technologies Corporation 2017
*/

package com.ctc.big.alertsink.impl

import java.util.UUID
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* ©Concurrent Technologies Corporation 2017
*/

package com.ctc.big.alertsink.impl

import akka.Done
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* ©Concurrent Technologies Corporation 2017
*/

package com.ctc.big.alertsink.impl

import java.time.Instant
Expand Down

0 comments on commit 6b4a50e

Please sign in to comment.