guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, master, updated. release_1-9-8-91-g5c4


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-8-91-g5c43d9c
Date: Sun, 14 Mar 2010 16:47:06 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=5c43d9c78388a3545bbd841f6ab37f6c3adfb4a7

The branch, master has been updated
       via  5c43d9c78388a3545bbd841f6ab37f6c3adfb4a7 (commit)
      from  8137c9d5e7c176d04c5bd81afa00186268df16bc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5c43d9c78388a3545bbd841f6ab37f6c3adfb4a7
Author: Andy Wingo <address@hidden>
Date:   Sun Mar 14 17:48:49 2010 +0100

    pmatch license clarification clarifications
    
    * module/system/base/pmatch.scm: Clarify the clarifications (somehow
      didn't make it into my last commit).

-----------------------------------------------------------------------

Summary of changes:
 module/system/base/pmatch.scm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/module/system/base/pmatch.scm b/module/system/base/pmatch.scm
index 68ae5b2..00563f6 100644
--- a/module/system/base/pmatch.scm
+++ b/module/system/base/pmatch.scm
@@ -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)


hooks/post-receive
-- 
GNU Guile




reply via email to

[Prev in Thread] Current Thread [Next in Thread]