diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2017-02-07 18:05:18 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2017-02-07 18:05:18 +0100 |
| commit | ef6dd8dee004d6866209825ca6b2757a21ac9c15 (patch) | |
| tree | 811964959e6f933509226a7fd138724a929089fc /logic | |
| parent | fdda6a71a855d0a671b8eadee9c1bf395c9b4f8a (diff) | |
| download | goffel-ef6dd8dee004d6866209825ca6b2757a21ac9c15.tar.gz goffel-ef6dd8dee004d6866209825ca6b2757a21ac9c15.zip | |
add MIT License
Diffstat (limited to 'logic')
| -rw-r--r-- | logic/cmd.go | 3 | ||||
| -rw-r--r-- | logic/cmd_test.go | 3 | ||||
| -rw-r--r-- | logic/dices.go | 3 | ||||
| -rw-r--r-- | logic/dices_test.go | 3 | ||||
| -rw-r--r-- | logic/score.go | 3 | ||||
| -rw-r--r-- | logic/score_test.go | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/logic/cmd.go b/logic/cmd.go index 76a95b9..7378e37 100644 --- a/logic/cmd.go +++ b/logic/cmd.go @@ -1,3 +1,6 @@ +// Copyright (c) 2016 Florian Fischer. All rights reserved. +// Use of this source code is governed by a MIT license found in the LICENSE file. + package logic import ( diff --git a/logic/cmd_test.go b/logic/cmd_test.go index 01dfc0c..6b131d6 100644 --- a/logic/cmd_test.go +++ b/logic/cmd_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2016 Florian Fischer. All rights reserved. +// Use of this source code is governed by a MIT license found in the LICENSE file. + package logic import "testing" diff --git a/logic/dices.go b/logic/dices.go index 9fd481c..5c0deba 100644 --- a/logic/dices.go +++ b/logic/dices.go @@ -1,3 +1,6 @@ +// Copyright (c) 2016 Florian Fischer. All rights reserved. +// Use of this source code is governed by a MIT license found in the LICENSE file. + package logic import ( diff --git a/logic/dices_test.go b/logic/dices_test.go index a18ecca..2a6c67c 100644 --- a/logic/dices_test.go +++ b/logic/dices_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2016 Florian Fischer. All rights reserved. +// Use of this source code is governed by a MIT license found in the LICENSE file. + package logic import "testing" diff --git a/logic/score.go b/logic/score.go index 37b1e82..af6eefc 100644 --- a/logic/score.go +++ b/logic/score.go @@ -1,3 +1,6 @@ +// Copyright (c) 2016 Florian Fischer. All rights reserved. +// Use of this source code is governed by a MIT license found in the LICENSE file. + package logic import ( diff --git a/logic/score_test.go b/logic/score_test.go index 7dbf559..4fe0000 100644 --- a/logic/score_test.go +++ b/logic/score_test.go @@ -1,3 +1,6 @@ +// Copyright (c) 2016 Florian Fischer. All rights reserved. +// Use of this source code is governed by a MIT license found in the LICENSE file. + package logic import "testing" |
