correct licensing in source files

This commit is contained in:
mtgmonkey
2025-12-08 13:12:52 +01:00
parent 5585a49393
commit 9e8bafa6e2
3 changed files with 6 additions and 6 deletions

View File

@@ -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
- move Player out of Camera
- make effektiv all fields configurable
- configure with a Configuration object in the Model
## [Unreleased]

View File

@@ -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
-}

View File

@@ -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
-}