diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-January/000101.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to 'pipermail/nel/2001-January/000101.html')
-rw-r--r-- | pipermail/nel/2001-January/000101.html | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/pipermail/nel/2001-January/000101.html b/pipermail/nel/2001-January/000101.html new file mode 100644 index 00000000..25395ceb --- /dev/null +++ b/pipermail/nel/2001-January/000101.html @@ -0,0 +1,98 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] re: Boost library</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:archer%40nevrax.com"> + <LINK REL="Previous" HREF="000098.html"> + <LINK REL="Next" HREF="000102.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] re: Boost library</H1> + <B>Vincent Archer</B> + <A HREF="mailto:archer%40nevrax.com" + TITLE="[Nel] re: Boost library">archer@nevrax.com</A><BR> + <I>Fri, 5 Jan 2001 10:39:53 +0100</I> + <P><UL> + <LI> Previous message: <A HREF="000098.html">[Nel] re: Boost library</A></li> + <LI> Next message: <A HREF="000102.html">[Nel] re: Boost library</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#101">[ date ]</a> + <a href="thread.html#101">[ thread ]</a> + <a href="subject.html#101">[ subject ]</a> + <a href="author.html#101">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>According to Bernard Hugueney: +><i> I think there is a misunderstanding. They exclude GPL and LGPL for +</I>><i> library SUBMITTED. They want more of a BSD kind I think. You could not +</I>><i> submit Nel for Boost acceptance, +</I> +Well, the same problem applies in the reverse. Libraries in Boost are +not covered by a GPL-style license. Which means that they cannot be +lifted verbatim from the Boost collection and incorporated in ours +without a lot of precautions. + +Just like someone cannot take a GPL piece of software and turn it into +a BSD-licensed software, one cannot lift a BSD-style software and put it +into a GPL project. The licenses are "orthogonal" in style, and you +cannot decide on your own to alter the license; only the copyright owner +may do so. + +The license styles from Boost (the ones I've looked at so far, boost.org +is unresolvable at the moment) would prevent us from incoporating them +in NeL. We *might* be able to use them side-by-side, asking people to get +them (and provide mirrors) and compile them separately, but they cannot +be *part* of NeL. + +><i> <Quote> +</I>><i> * Must grant permission to copy, use and modify the software for any +</I>><i> use (commercial and non-commercial) for no fee. +</I>><i> </Quote> +</I>><i> +</I>><i> You cannot say that you are not allowed to use a library with such a +</I>><i> licence (Note: ANY USE ) !!! +</I> +The GPL is better worded in that regard; it says for no fee exceeding +the cost of support and shipping (meaning I'm am not obliged to *pay* for +*your* copy). + +><i> leads them to move slowly at time (network threads are not there yet...), and +</I>><i> their advanced use of C++ clashes with crappy compiler (VC++). But if you +</I> +Well, we also have to use VC++. The compiler quirks may drive us crazy +with all its "let's not bother the developper with clarity, I'll guess +what he wants to do" philosophy, but there aren't many useful C++ +development environments when you're working on a Windows system. + +><i> Happy coding ! +</I>><i> Bernard +</I>><i> (kinda jealous not to code for my living) +</I> +Many of us code for a living. We just don't code what we'd really love +to code :) + +-- +Vincent Archer Email: <A HREF="mailto:archer@nevrax.com">archer@nevrax.com</A> + +Nevrax France. Off on the yellow brick road we go! + +</pre> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000098.html">[Nel] re: Boost library</A></li> + <LI> Next message: <A HREF="000102.html">[Nel] re: Boost library</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#101">[ date ]</a> + <a href="thread.html#101">[ thread ]</a> + <a href="subject.html#101">[ subject ]</a> + <a href="author.html#101">[ author ]</a> + </LI> + </UL> +</body></html> |