mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
pmatch license clarification clarifications
* module/system/base/pmatch.scm: Clarify the clarifications (somehow didn't make it into my last commit).
This commit is contained in:
parent
8137c9d5e7
commit
5c43d9c783
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
;;; pmatch
|
;;; pmatch, a simple matcher
|
||||||
|
|
||||||
;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc
|
;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc
|
||||||
;;; Copyright (C) 2005,2006,2007 Oleg Kiselyov
|
;;; Copyright (C) 2005,2006,2007 Oleg Kiselyov
|
||||||
|
@ -29,6 +29,9 @@
|
||||||
;;; Proceedings of the 2007 Workshop on Scheme and Functional Programming
|
;;; Proceedings of the 2007 Workshop on Scheme and Functional Programming
|
||||||
;;; Université Laval Technical Report DIUL-RT-0701
|
;;; Université Laval Technical Report DIUL-RT-0701
|
||||||
|
|
||||||
|
;;; To be clear: the original code is MIT-licensed, and the modifications
|
||||||
|
;;; made to it by Guile are under Guile's license (currently LGPL v3+).
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(define-module (system base pmatch)
|
(define-module (system base pmatch)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue