diff options
| author | mtgmonkey <mtgmonkey@nixos> | 2025-12-08 13:12:52 +0100 |
|---|---|---|
| committer | mtgmonkey <mtgmonkey@nixos> | 2025-12-08 13:12:52 +0100 |
| commit | 9e8bafa6e23da2d92e883bba1c2e3e14fe2421ce (patch) | |
| tree | 6435d39a90ea5d6bb830583b378395d08464f717 /src | |
| parent | 5585a49393a05c25b7df7a6a48d1f39db6324b69 (diff) | |
correct licensing in source files
Diffstat (limited to 'src')
| -rw-r--r-- | src/Game.hs | 4 | ||||
| -rw-r--r-- | src/Game/Internal.hs | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/Game.hs b/src/Game.hs index 9af35d0..f120a6f 100644 --- a/src/Game.hs +++ b/src/Game.hs @@ -2,8 +2,8 @@ {- | - Module : Game - Description : runs game - - Copyright : Andromeda 2025 - - License : WTFPL + - Copyright : 2025 Andromeda + - License : BSD 3-clause - Maintainer : Matrix @Andromeda:tchncs.de - Stability : Experimental -} diff --git a/src/Game/Internal.hs b/src/Game/Internal.hs index a99b1b9..61832a9 100644 --- a/src/Game/Internal.hs +++ b/src/Game/Internal.hs @@ -1,9 +1,9 @@ {-# LANGUAGE DisambiguateRecordFields, NamedFieldPuns, OverloadedRecordDot #-} {- | - Module : Game.Internal - - Description : 'hidden' functions - - Copyright : Andromeda 2025 - - License : WTFPL + - Description : internal functions + - Copyright : 2025 Andromeda + - License : BSD 3-clause - Maintainer : Matrix @Andromeda:tchncs.de - Stability : Experimental -} |
