From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: "Why is emacs so square?" Date: Sat, 18 Apr 2020 10:06:32 +0300 Message-ID: <83d085b7d3.fsf@gnu.org> References: <83zhbcg6s4.fsf@gnu.org> <87r1wng2ki.fsf@linaro.org> <83o8rrenn1.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="3351"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yandros@gmail.com, alex.bennee@linaro.org, ulm@gentoo.org, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Apr 18 09:08:31 2020 Return-path: Envelope-to: ged-emacs-devel@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 1jPhaY-0000jE-OF for ged-emacs-devel@m.gmane-mx.org; Sat, 18 Apr 2020 09:08:30 +0200 Original-Received: from localhost ([::1]:55432 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPhaT-00058c-2l for ged-emacs-devel@m.gmane-mx.org; Sat, 18 Apr 2020 03:08:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52408) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPhYw-0004Fj-Hb for emacs-devel@gnu.org; Sat, 18 Apr 2020 03:06:51 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jPhYu-0004QB-Ot; Sat, 18 Apr 2020 03:06:48 -0400 Original-Received: from [176.228.60.248] (port=1045 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jPhYn-0004Rg-RW; Sat, 18 Apr 2020 03:06:42 -0400 In-Reply-To: (message from Richard Stallman on Fri, 17 Apr 2020 22:03:04 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:247213 Archived-At: > From: Richard Stallman > Cc: eliz@gnu.org, ulm@gentoo.org, alex.bennee@linaro.org, > emacs-devel@gnu.org > Date: Fri, 17 Apr 2020 22:03:04 -0400 > > Is Electron free software? If so, what is its license, Its license is MIT, see below. Copyright (c) 2013-2020 GitHub Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.