Add license headers

This commit is contained in:
Ilkka Seppälä
2017-11-19 20:17:57 +02:00
parent 6339e26838
commit 071cde8d70
23 changed files with 476 additions and 0 deletions

View File

@ -0,0 +1,8 @@
@startuml
package com.iluwatar.eip.splitter {
class App {
+ App()
+ main(args : String[]) {static}
}
}
@enduml