pmatch license clarification clarifications
authorAndy Wingo <wingo@pobox.com>
Sun, 14 Mar 2010 16:48:49 +0000 (17:48 +0100)
committerAndy Wingo <wingo@pobox.com>
Sun, 14 Mar 2010 16:48:49 +0000 (17:48 +0100)
* module/system/base/pmatch.scm: Clarify the clarifications (somehow
  didn't make it into my last commit).

module/system/base/pmatch.scm

index 68ae5b2..00563f6 100644 (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)