aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorLila <lila91142@gmail.com>2020-05-13 20:12:37 +0200
committerAlbert Krewinkel <albert+github@zeitkraut.de>2020-05-13 22:27:44 +0200
commitb3cfdc2c7a363b96c91a8b28f82196984f5f233f (patch)
tree0698cda8acf175e16a5768667347ada27f7cb44f /pandoc.cabal
parentbe9e93d4aeb37db8e07d2735527f9afc324ac70d (diff)
downloadpandoc-b3cfdc2c7a363b96c91a8b28f82196984f5f233f.tar.gz
Correct license listed in cabal
`GPL-2` is interpreted as GPLv2 only, however the actual license is GPLv2 or later
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d768cc784..778e38690 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -2,7 +2,7 @@ name: pandoc
version: 2.9.2.1
cabal-version: 2.0
build-type: Simple
-license: GPL-2
+license: GPL-2.0-or-later
license-file: COPYING.md
copyright: (c) 2006-2020 John MacFarlane
author: John MacFarlane <jgm@berkeley.edu>