diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -78,3 +78,7 @@
 stack test --coverage
 stack hpc report .
 ```
+
+## License 
+
+This project is licensed under AGPL version 3 (only).
diff --git a/conditional-restriction-parser.cabal b/conditional-restriction-parser.cabal
--- a/conditional-restriction-parser.cabal
+++ b/conditional-restriction-parser.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           conditional-restriction-parser
-version:        0.1.0.4
+version:        0.1.0.5
 synopsis:       Parser and interpreter of OpenStreetMap conditional restriction values
 description:    Please see the README on GitHub at <https://github.com/geometalab/conditional-restriction-parser#readme>
 category:       Parser
@@ -13,7 +13,7 @@
 bug-reports:    https://github.com/geometalab/conditional-restriction-parser/issues
 author:         Lukas Buchli
 maintainer:     lukas.buchli@ost.ch
-copyright:      2022 Lukas Buchli
+copyright:      2022 IFS Institute for Software, Eastern Switzerland University of Applied Sciences (OST)
 license:        AGPL-3
 license-file:   LICENSE.md
 build-type:     Simple
