From e2c8a6ae42d1f8f35b631757e2207bd183cea3e6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 8 Mar 2017 09:19:13 +0100 Subject: [PATCH] Use more accurate license tag in Cabal file. --- hledger-api/hledger-api.cabal | 2 +- hledger-api/package.yaml | 2 +- hledger-lib/hledger-lib.cabal | 2 +- hledger-lib/package.yaml | 2 +- hledger-ui/hledger-ui.cabal | 2 +- hledger-ui/package.yaml | 2 +- hledger-web/hledger-web.cabal | 2 +- hledger-web/package.yaml | 2 +- hledger/hledger.cabal | 2 +- hledger/package.yaml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/hledger-api/hledger-api.cabal b/hledger-api/hledger-api.cabal index adc7ab0ef..58effd833 100644 --- a/hledger-api/hledger-api.cabal +++ b/hledger-api/hledger-api.cabal @@ -20,7 +20,7 @@ homepage: http://hledger.org bug-reports: http://bugs.hledger.org author: Simon Michael maintainer: Simon Michael -license: GPL +license: GPL-3 license-file: LICENSE tested-with: GHC==7.10.3, GHC==8.0 build-type: Simple diff --git a/hledger-api/package.yaml b/hledger-api/package.yaml index 020b29fce..5b23e07f7 100644 --- a/hledger-api/package.yaml +++ b/hledger-api/package.yaml @@ -12,7 +12,7 @@ description: | interfaces, and aims to be a reliable, practical tool for daily use. category: Finance -license: GPL +license: GPL-3 author: Simon Michael maintainer: Simon Michael github: simonmichael/hledger diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 50e1dfcf1..38b0f44a1 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -19,7 +19,7 @@ homepage: http://hledger.org bug-reports: http://bugs.hledger.org author: Simon Michael maintainer: Simon Michael -license: GPL +license: GPL-3 license-file: LICENSE tested-with: GHC==7.10.3, GHC==8.0 build-type: Simple diff --git a/hledger-lib/package.yaml b/hledger-lib/package.yaml index 80756e323..cd598af2c 100644 --- a/hledger-lib/package.yaml +++ b/hledger-lib/package.yaml @@ -11,7 +11,7 @@ description: | interfaces, and aims to be a reliable, practical tool for daily use. category: Finance -license: GPL +license: GPL-3 author: Simon Michael maintainer: Simon Michael github: simonmichael/hledger diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 9ecf10c89..5cc846d9b 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -21,7 +21,7 @@ homepage: http://hledger.org bug-reports: http://bugs.hledger.org author: Simon Michael maintainer: Simon Michael -license: GPL +license: GPL-3 license-file: LICENSE tested-with: GHC==7.10.3, GHC==8.0 build-type: Simple diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index 003c8d9ee..db1adbdcd 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -13,7 +13,7 @@ description : | interfaces, and aims to be a reliable, practical tool for daily use. category : Finance, Console -license : GPL +license : GPL-3 author : Simon Michael maintainer : Simon Michael github : simonmichael/hledger diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index 2dcc70c61..aa2460c8a 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -21,7 +21,7 @@ homepage: http://hledger.org bug-reports: http://bugs.hledger.org author: Simon Michael maintainer: Simon Michael -license: GPL +license: GPL-3 license-file: LICENSE tested-with: GHC==7.10.3, GHC==8.0 build-type: Simple diff --git a/hledger-web/package.yaml b/hledger-web/package.yaml index b009d5ce9..20c7eb370 100644 --- a/hledger-web/package.yaml +++ b/hledger-web/package.yaml @@ -13,7 +13,7 @@ description: | interfaces, and aims to be a reliable, practical tool for daily use. category: Finance -license: GPL +license: GPL-3 author: Simon Michael maintainer: Simon Michael github: simonmichael/hledger diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index b5fd75943..334076877 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -21,7 +21,7 @@ homepage: http://hledger.org bug-reports: http://bugs.hledger.org author: Simon Michael maintainer: Simon Michael -license: GPL +license: GPL-3 license-file: LICENSE tested-with: GHC==7.10.3, GHC==8.0 build-type: Simple diff --git a/hledger/package.yaml b/hledger/package.yaml index c3889bcb4..41bae4149 100644 --- a/hledger/package.yaml +++ b/hledger/package.yaml @@ -13,7 +13,7 @@ description: | interfaces, and aims to be a reliable, practical tool for daily use. category: Finance, Console -license: GPL +license: GPL-3 author: Simon Michael maintainer: Simon Michael github: simonmichael/hledger