fisxoj / hyperspec

Programmatic index to the common lisp hyperspec
GNU General Public License v3.0
3 stars 4 forks source link

Clarify License #2

Open sjl opened 5 years ago

sjl commented 5 years ago

The .asd file says the license of this library is LLGPLv3+ but the LICENSE file appears to be the vanilla GPLv3. Which license is this library using?

fisxoj commented 5 years ago

You caught me!

Do you know of a v3+ version with the franz preamble? It was my original intention to just use the latest LGPL with the preamble, but it seems to mention version 2.1 specifically and I sort of gave up and you found the result.

I've prepared a branch to change things to the LLGPLv2.1. If you know anything about all this, I'd value your thoughts. If not, I can merge that later this week.

sjl commented 5 years ago

No, I haven't seen a GPLv3 with the preamble either (I admit I haven't really searched very hard). Some of the folks in #lisp on Freenode might know more.