1
Fork 0
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:
Andy Wingo 2010-03-14 17:48:49 +01:00
parent 8137c9d5e7
commit 5c43d9c783

View file

@ -1,4 +1,4 @@
;;; pmatch
;;; pmatch, a simple matcher
;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc
;;; Copyright (C) 2005,2006,2007 Oleg Kiselyov
@ -29,6 +29,9 @@
;;; Proceedings of the 2007 Workshop on Scheme and Functional Programming
;;; 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:
(define-module (system base pmatch)