guile-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Add implementation of SRFI 38


From: Ludovic Courtès
Subject: Re: [PATCH] Add implementation of SRFI 38
Date: Wed, 27 Oct 2010 23:41:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi Andreas!

Andreas Rottmann <address@hidden> writes:

> +++ b/module/srfi/srfi-38.scm
> @@ -0,0 +1,203 @@
> +;; Copyright (C) Andreas Rottmann 2010.

Should be FSF.  :-)

> +;; Copyright (C) Ray Dillinger 2003. All Rights Reserved.

Alex Shinn should be mentioned, though without “copyright” since he’s
not a copyright holder strictly speaking.

> +;; Permission is hereby granted, free of charge, to any person obtaining
> +;; a copy of this software and associated documentation files (the
> +;; "Software"), to deal in the Software without restriction, including
> +;; without limitation the rights to use, copy, modify, merge, publish,
> +;; distribute, sublicense, and/or sell copies of the Software, and to
> +;; permit persons to whom the Software is furnished to do so, subject to
> +;; the following conditions:
> +
> +;; The above copyright notice and this permission notice shall be
> +;; included in all copies or substantial portions of the Software.

I wonder what “sublicense” above mean given that the permission notice
must remain.  For instance, we could distribute it under the LGPL but
the original license would still be applicable, right?

> +++ b/test-suite/tests/srfi-38.test
> @@ -0,0 +1,50 @@
> +;; -*- scheme -*-
> +
> +(define-module (test-srfi-38)

Please add the copyright/license header.

Thanks,
Ludo’.




reply via email to

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