aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/FAQ
diff options
authorFranz Schrober <franzschrober@yahoo.de>2013-11-29 13:30:09 +0100
committerChristopher Li <sparse@chrisli.org>2013-11-29 15:04:06 -0800
commite13f6da038de3a0afaf1c48f76395cbccfb37f92 (patch)
treefd7f4fa090c3fc8ea0266ada45dfff9856ba4b84 /FAQ
parente5070c137e044a640cfb9dbe1c97992a110be65b (diff)
downloadsparse-dev-e13f6da038de3a0afaf1c48f76395cbccfb37f92.tar.gz
FAQ: Remove outdated sections about the license
Reported-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Franz Schrober <franzschrober@yahoo.de> Signed-off-by: Christopher Li <sparse@chrisli.org>
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ24
1 files changed, 0 insertions, 24 deletions
diff --git a/FAQ b/FAQ
index 290de0e0..8ef6e84f 100644
--- a/FAQ
+++ b/FAQ
@@ -42,30 +42,6 @@ A. See the previous question: I personally think that the front end
they want to have a proprietary back-end, that's ok by me too. It's
their loss, not mine.
- At the same time, I'm a big believer in "quid pro quo". I wrote the
- front-end, and if you make improvements to the semantic parsing part
- (as opposed to just using the resulting parse tree), you'd better
- cough up. The front-end is intended to be an open-source project in
- its own right, and if you improve the front end, you must give those
- improvements back. That's your "quid" to my "quo".
-
-
-Q. So what _is_ the license?
-
-A. I don't know yet. I originally thought it would be LGPL, but I'm
- possibly going for a license that is _not_ subsumable by the GPL.
- In other words, I don't want to see a GPL'd project suck in the
- LGPL'd front-end, and then make changes to the front end under the
- GPL (this is something that the LGPL expressly allows, and see the
- previous question for why I think it's the _only_ thing that I will
- not allow).
-
- The current front-runner is the OSL ("Open Software License", see
- http://www.opensource.org/licenses/osl.php), together with a note on
- what makes source derivative and what does not to make it clear that
- people can write back-ends for it without having to make those
- back-ends available under the OSL.
-
Q. Does it really parse C?