From patchwork Thu Nov 28 10:16:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Franz Schrober X-Patchwork-Id: 3253291 Return-Path: X-Original-To: patchwork-linux-sparse@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id AF65A9F3B8 for ; Thu, 28 Nov 2013 10:17:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 131E9205E8 for ; Thu, 28 Nov 2013 10:17:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DCCE4205C4 for ; Thu, 28 Nov 2013 10:17:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752667Ab3K1KRH (ORCPT ); Thu, 28 Nov 2013 05:17:07 -0500 Received: from mail-bk0-f42.google.com ([209.85.214.42]:62557 "EHLO mail-bk0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756610Ab3K1KRC (ORCPT ); Thu, 28 Nov 2013 05:17:02 -0500 Received: by mail-bk0-f42.google.com with SMTP id w11so3763138bkz.29 for ; Thu, 28 Nov 2013 02:17:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=czCIm3bjSkbVvTCZ5dkV//b4NE15H5FmCKVPuQ8bQek=; b=jh2uoWTSw9VtEJNh7RcvQIi69eNhxtDnEGa3C6oBgeV0kCUf/Hsn7d7V6+ZFvebSk1 LsWhLZFpiTidpA1ePLGfuj2fPtzRTYYA4Sw+UwIRObR1167iXnsfEUVMshOQLg6ln2+Q kIO/tFcdpYshMwq0o3b02n/3HxoVW8mcpdS8g9FW91EksWAMYaGGd+ooVcfOWzXzvIrX INTTydGG3MMMbbEmp3r9sNLFKIlK7Pfybxdfr/t+dDO1Omcms2b2+yhzP9rEBpaADhav RMWFSw6tJt5Zbh7McR8mTaTPqRlJwew6h/3Ga75oP2s/Yg+i7vdQ1hJv6f7fQb1cBc+A YwAw== X-Received: by 10.204.118.193 with SMTP id w1mr163526bkq.72.1385633821409; Thu, 28 Nov 2013 02:17:01 -0800 (PST) Received: from sven-desktop.home.narfation.org (drsd-4db3e34b.pool.mediaWays.net. [77.179.227.75]) by mx.google.com with ESMTPSA id j13sm44038369bky.0.2013.11.28.02.16.59 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 28 Nov 2013 02:17:00 -0800 (PST) From: Franz Schrober To: linux-sparse@vger.kernel.org Cc: jw+debian@jameswestby.net, sparse@chrisli.org, franzschrober@gmail.com, Franz Schrober Subject: [PATCHv2 4/5] FAQ: Remove outdated section about the license Date: Thu, 28 Nov 2013 11:16:21 +0100 Message-Id: <1385633782-775-5-git-send-email-franzschrober@gmail.com> X-Mailer: git-send-email 1.8.4.4 In-Reply-To: <1385633782-775-1-git-send-email-franzschrober@gmail.com> References: <1385633782-775-1-git-send-email-franzschrober@gmail.com> Sender: linux-sparse-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sparse@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Franz Schrober Signed-off-by: Franz Schrober --- FAQ | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/FAQ b/FAQ index 290de0e..56a2618 100644 --- a/FAQ +++ b/FAQ @@ -50,23 +50,6 @@ A. See the previous question: I personally think that the front end 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? A. Yeah, well... It parses a fairly complete subset of "extended C" as