snow-fort-guix-channel/licenses.scm

16 lines
414 B
Scheme
Raw Normal View History

2024-10-06 09:33:19 -04:00
; This file defines how to the licenses from snow-fort map to guix ones
; For Guix licenses see: https://git.savannah.gnu.org/cgit/guix.git/tree/guix/licenses.scm
(define license-connections
2024-10-06 10:07:08 -04:00
'((bsd (non-copyleft ""))
(BSD (non-copyleft ""))
2024-10-06 09:33:19 -04:00
(MPL-2.0 mpl2.0)
(mit expat)
(MIT expat)
(CC0 cc0)
(ISC isc)
(public-domain public-domain)
(gpl3 gpl3)
(gpl gpl3)
2024-10-06 10:07:08 -04:00
(Expat expat)))