Add licenses

This commit is contained in:
2026-04-24 15:48:19 -07:00
parent 87fe77b903
commit 04554d48dc
7 changed files with 1653 additions and 9 deletions

View File

@@ -7,8 +7,6 @@ cabal-version: 2.2
name: license-tool
version: 0.1.0.0
description: Please see the README at <https://git.zander.im/Zander671/license-tool>
homepage: https://github.com/Zander671/license-tool#readme
bug-reports: https://github.com/Zander671/license-tool/issues
author: Alexander Rosenberg
maintainer: zanderpkg@pm.me
copyright: 2026 Alexander Rosenberg
@@ -17,12 +15,13 @@ license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
licenses/agpl3
licenses/cc0
licenses/gpl3
licenses/lgpl3
licenses/unlicense
source-repository head
type: git
location: https://github.com/Zander671/license-tool
executable license-tool-exe
executable license-tool
main-is: Main.hs
other-modules:
Paths_license_tool