aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-06-09 11:26:53 +1000
committerYuchen Pei <hi@ypei.me>2022-06-09 11:26:53 +1000
commitdf9f7e8638d78e1cc45c0c330e3be64370bbc734 (patch)
treefed9486cd24e53aa45bc4fc795d7567d5d54125d
parent62cc86e1bd619325cb5ba47b7c2a48529d967ffa (diff)
more on licensing
-rw-r--r--README.org4
-rw-r--r--haskell-code-explorer.cabal4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.org b/README.org
index 8a6a225..a498bf2 100644
--- a/README.org
+++ b/README.org
@@ -44,5 +44,5 @@ The port to 9.2.2 is done by Yuchen Pei (id@ypei.org).
The original work is under the [[https://www.gnu.org/licenses/license-list.html#Expat][expat license]], while the changes by
Yuchen Pei are covered by [[https://www.gnu.org/licenses/agpl-3.0.en.html][GNU AGPLv3+]] and you may find the license
-text in a file named COPYING.agpl3 in the project tree. This work as
-a whole is licensed under GNU AGPLv3+.
+text in a file named COPYING.agpl3 in the project tree. As a
+combination, this work as a whole is licensed under AGPLv3+ ([[https://www.gnu.org/licenses/gpl-faq.html#WhatDoesCompatMean][why?]]).
diff --git a/haskell-code-explorer.cabal b/haskell-code-explorer.cabal
index 2296910..f0f6ce4 100644
--- a/haskell-code-explorer.cabal
+++ b/haskell-code-explorer.cabal
@@ -1,14 +1,14 @@
+cabal-version: 2.2
name: haskell-code-explorer
version: 0.1.0.0
synopsis: Web application for exploring and understanding Haskell codebases
Category: GHC,Web
description: Please see README.md
license: MIT AND AGPL-3.0-or-later
-license-file: LICENSE
+license-files: LICENSE, COPYING.agpl3
author: Alexey Kiryushin and Yuchen Pei
maintainer: alexey.a.kiryushin@gmail.com
build-type: Simple
-cabal-version: >=1.20
library
default-language: Haskell2010