[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH]: gnu: Add arpack-ng.
From: |
Andreas Enge |
Subject: |
Re: [PATCH]: gnu: Add arpack-ng. |
Date: |
Wed, 18 Feb 2015 21:03:14 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Wed, Feb 18, 2015 at 04:10:04PM +0100, Ricardo Wurmus wrote:
> * gnu/packages/maths.scm (arpack-ng): New variable.
Looks good and compiles, please push.
> + (license (license:bsd-style "file://COPYING"
> + "See COPYING in the distribution."))))
Concerning bsd licenses, I am always a bit confused. This is exactly bsd-3,
except that in the last clause, "name of the author" has been replaced by
"name of the copyright holders nor the names of its contributors".
Do we reserve bsd-3 to the exact bsd as at
http://directory.fsf.org/wiki/License:BSD_3Clause ?
Or is this sufficiently close to be called bsd-3?
Andreas