From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender4-pp-o91.zoho.com (sender4-pp-o91.zoho.com [136.143.188.91]) by sourceware.org (Postfix) with ESMTPS id 8062A3857405 for ; Fri, 2 Jul 2021 00:21:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8062A3857405 ARC-Seal: i=1; a=rsa-sha256; t=1625185305; cv=none; d=zohomail.com; s=zohoarc; b=WfjseLtCXdbSQq8imGPUUSalzYRkx4Fz+7nHb0ogM6JvD2wrNFIYXHChRa28OpcDvFbHbQz/yLpTwLan+dlSXEwuNaSpX3Yh5Cxxy9VXjFd0cCNm6CKzJftqGWCTJDcKij6kKDFwcD036WYsyJ1d6GxIVXtUZSFqZ+smeg63T6M= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1625185305; h=Content-Type:Content-Transfer-Encoding:Date:From:MIME-Version:Message-ID:Subject:To; bh=Fb4JynirAtVPAnfT/aX7QQYWg64WbITh8C5h6gM3ohY=; b=I51VvYqFYdIItIqMzotkRTPTib6XGy+hAN7J3cBwXpR51+mo5hkCXXAitY1aNZAH3o/E87xzq2LexuwNgu0/TPiWSo8+Y3wkE7Ajz2Gd0q9m/l3zjzkxR0SDyXC4fdR5HyZBgzIIxXYe7JcaKvrQnXqt+/xrWYSIoFFWHZ958LU= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=zoho.com; spf=pass smtp.mailfrom=bouanto@zoho.com; dmarc=pass header.from= Received: from [192.168.1.174] (38.87.11.6 [38.87.11.6]) by mx.zohomail.com with SMTPS id 16251853019161008.5660324871627; Thu, 1 Jul 2021 17:21:41 -0700 (PDT) Message-ID: <6b4a789675d0b7399b9b26386cf1d30126cb6505.camel@zoho.com> Subject: libgccjit licensing question From: Antoni Boucher To: jit@gcc.gnu.org Date: Thu, 01 Jul 2021 20:21:40 -0400 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-ZohoMailClient: External X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: jit@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Jit mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2021 00:21:50 -0000 Hi. This question has been posted before, but didn't get a definitive answer. Here's the original question: > Hi, > > Is libgccjit part of the GCC Runtime Library Exception? > Can I use libgccjit in a non-GPL (for example, MIT or Apache licensed) > project (without turning that project into GPL)? Can the authors of > proprietary software use it? > > Thanks in advance for your answers! > > Best regards, > Timur > > ps. Sorry if this has been asked before, but I couldn't find any > definitive answers. This question has been asked to me regarding the merging of rustc_codegen_gcc (which uses libgccjit) into rustc: https://github.com/rust-lang/compiler-team/issues/442#issuecomment-872594241 Thanks!