Skip to content

Commit 77fa400

Browse files
committed
chore: add copyright
1 parent b41ed90 commit 77fa400

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/main/kotlin/app/hashers/RepoHasher.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class RepoHasher(private val localRepo: LocalRepo, private val api: Api,
117117

118118
private fun postAuthorsToServer(emails: HashSet<String>) {
119119
api.postAuthors(emails.map { email ->
120-
Author(email=email, repo=serverRepo)
120+
Author(email = email, repo = serverRepo)
121121
}).onErrorThrow()
122122
}
123123

src/main/kotlin/app/ui/EmailState.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2017 Sourcerer Inc. All Rights Reserved.
2+
// Author: Anatoly Kislov ([email protected])
3+
14
package app.ui
25

36
import app.Logger

0 commit comments

Comments
 (0)