licenses: Add Historical Permission Notice and Disclaimer license
* gnu/licenses.scm (hpnd): New variable.
This commit is contained in:
parent
eacf29835d
commit
78407a27cf
|
@ -94,6 +94,7 @@
|
||||||
fsf-free
|
fsf-free
|
||||||
wtfpl2
|
wtfpl2
|
||||||
wxwindows3.1+
|
wxwindows3.1+
|
||||||
|
hpnd
|
||||||
fsdg-compatible))
|
fsdg-compatible))
|
||||||
|
|
||||||
(define-record-type <license>
|
(define-record-type <license>
|
||||||
|
@ -628,6 +629,11 @@ which may be a file:// URI pointing the package's tree."
|
||||||
"http://www.gzip.org/zlib/zlib_license.html"
|
"http://www.gzip.org/zlib/zlib_license.html"
|
||||||
"https://www.gnu.org/licenses/license-list#ZLib"))
|
"https://www.gnu.org/licenses/license-list#ZLib"))
|
||||||
|
|
||||||
|
(define hpnd
|
||||||
|
(license "HPND"
|
||||||
|
"https://directory.fsf.org/wiki/License:HPND"
|
||||||
|
"https://www.gnu.org/licenses/license-list#HPND"))
|
||||||
|
|
||||||
(define* (fsf-free uri #:optional (comment ""))
|
(define* (fsf-free uri #:optional (comment ""))
|
||||||
"Return a license that does not fit any of the ones above or a collection
|
"Return a license that does not fit any of the ones above or a collection
|
||||||
of licenses, approved as free by the FSF. More details can be found at URI."
|
of licenses, approved as free by the FSF. More details can be found at URI."
|
||||||
|
|
Loading…
Reference in New Issue