correct licensing in source files
This commit is contained in:
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
- use Rotors rather than Quaternions for rotation; easily extended to 4D
|
- use Rotors rather than Quaternions for rotation; easily extended to 4D
|
||||||
- move Player out of Camera
|
- move Player out of Camera
|
||||||
- make effektiv all fields configurable
|
- configure with a Configuration object in the Model
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
{- |
|
{- |
|
||||||
- Module : Game
|
- Module : Game
|
||||||
- Description : runs game
|
- Description : runs game
|
||||||
- Copyright : Andromeda 2025
|
- Copyright : 2025 Andromeda
|
||||||
- License : WTFPL
|
- License : BSD 3-clause
|
||||||
- Maintainer : Matrix @Andromeda:tchncs.de
|
- Maintainer : Matrix @Andromeda:tchncs.de
|
||||||
- Stability : Experimental
|
- Stability : Experimental
|
||||||
-}
|
-}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{-# LANGUAGE DisambiguateRecordFields, NamedFieldPuns, OverloadedRecordDot #-}
|
{-# LANGUAGE DisambiguateRecordFields, NamedFieldPuns, OverloadedRecordDot #-}
|
||||||
{- |
|
{- |
|
||||||
- Module : Game.Internal
|
- Module : Game.Internal
|
||||||
- Description : 'hidden' functions
|
- Description : internal functions
|
||||||
- Copyright : Andromeda 2025
|
- Copyright : 2025 Andromeda
|
||||||
- License : WTFPL
|
- License : BSD 3-clause
|
||||||
- Maintainer : Matrix @Andromeda:tchncs.de
|
- Maintainer : Matrix @Andromeda:tchncs.de
|
||||||
- Stability : Experimental
|
- Stability : Experimental
|
||||||
-}
|
-}
|
||||||
|
|||||||
Reference in New Issue
Block a user