[commit: ghc] master: Use SPDX syntax in rts/package.conf.in (be53d19)

git at git.haskell.org git at git.haskell.org
Wed Feb 7 19:30:13 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/be53d19e08c8b6db338c9027db5a0635f470f32f/ghc

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

commit be53d19e08c8b6db338c9027db5a0635f470f32f
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... :-)


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

be53d19e08c8b6db338c9027db5a0635f470f32f
 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 1746af5..15b8ac2 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