[commit: ghc] ghc-8.4: Use SPDX syntax in rts/package.conf.in (acc2a83)

git at git.haskell.org git at git.haskell.org
Fri Feb 9 00:18:20 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.4
Link       : http://ghc.haskell.org/trac/ghc/changeset/acc2a837d3b0ea363643f073c07f01c965b20d24/ghc

>---------------------------------------------------------------

commit acc2a837d3b0ea363643f073c07f01c965b20d24
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Wed Feb 7 18:36:13 2018 +0100

    Use SPDX syntax in rts/package.conf.in
    
    This was an oversight from 2671cccde749ed64129097358f81bff43480cdb9
    as it wasn't obvious to assume one would go the trouble to manually
    construct the pkg-db entries... :-)
    
    (cherry picked from commit be53d19e08c8b6db338c9027db5a0635f470f32f)


>---------------------------------------------------------------

acc2a837d3b0ea363643f073c07f01c965b20d24
 rts/package.conf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rts/package.conf.in b/rts/package.conf.in
index 52d7ef8..05d98a5 100644
--- a/rts/package.conf.in
+++ b/rts/package.conf.in
@@ -8,7 +8,7 @@ name:           rts
 version:        1.0
 id:             rts
 key:            rts
-license:        BSD3
+license:        BSD-3-Clause
 maintainer:     glasgow-haskell-users at haskell.org
 exposed:        True
 



More information about the ghc-commits mailing list