From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: github.com@gnu.support Newsgroups: gmane.emacs.tangents Subject: Re: [syl20bnr/spacemacs] Proposal to improve GPL compliance (#14444) Date: Wed, 3 Mar 2021 09:59:50 +0300 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26540"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0 (3d08634) (2020-11-07) Cc: emacs-tangents@gnu.org To: "syl20bnr/spacemacs" Original-X-From: emacs-tangents-bounces+get-emacs-tangents=m.gmane-mx.org@gnu.org Wed Mar 03 08:04:27 2021 Return-path: Envelope-to: get-emacs-tangents@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lHLYW-0006hA-Vv for get-emacs-tangents@m.gmane-mx.org; Wed, 03 Mar 2021 08:04:24 +0100 Original-Received: from localhost ([::1]:43784 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHLYW-00051y-0t for get-emacs-tangents@m.gmane-mx.org; Wed, 03 Mar 2021 02:04:24 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49578) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHLY6-000503-B4 for emacs-tangents@gnu.org; Wed, 03 Mar 2021 02:03:58 -0500 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:43983) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHLY3-0007iQ-4B for emacs-tangents@gnu.org; Wed, 03 Mar 2021 02:03:57 -0500 Original-Received: from localhost ([::ffff:41.210.141.203]) (AUTH: PLAIN securesender, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 000000000001E084.00000000603F34D8.00006DA3; Wed, 03 Mar 2021 00:03:51 -0700 Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=217.170.207.13; envelope-from=github.com@gnu.support; helo=stw1.rcdrun.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-tangents@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-tangents-bounces+get-emacs-tangents=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-tangents" Xref: news.gmane.io gmane.emacs.tangents:608 Archived-At: * Dmitry Gutov [2021-03-02 00:03]: > The report might still have merit, but I kind of doubt it. Otherwise > we venture into "cannot distribute my own user configuration > publicly" territory. That is definitely interesting observation. It is related to copyrights, not quite technicalities. init.el files run with Emacs, so when distributed IMHO such files represent combined work in terms of copyrights. init.el is not just single file that runs in itself alone. Thus it has to carry proper copyright license as it is combined and dependent of Emacs. How you call it, be it "init" or something else, it is your classification of software. We do not speak of how software is classified, we speak of copyrights. You can distribute your program without copyright notice, but that does not make it free software. It may also collide with the GNU GPLv3 because if program is dependent of Emacs and modifies Emacs than it is not in compliance with the license. If your program runs let us say some processing that do not modify Emacs, then I guess it could be proprietary as well. For example if your program processes some data, like making websites in a batch mode, I guess it could be proprietary. If it however opens up the interactive user interface and provides M-x commands that modifies Emacs and the license shall be GNU GPLv3 (or maybe compatible one).