From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?No=C3=A9_Lopez?= via "Emacs development discussions." Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] [ELPA] Implement connman in enwc Date: Sat, 28 Sep 2024 13:03:39 +0200 Message-ID: <87v7ygrqes.fsf@xn--no-cja.eu> References: <87cykpuhjp.fsf@breatheoutbreathe.in> Reply-To: =?utf-8?Q?No=C3=A9_Lopez?= Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16138"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, dunni@gnu.org, noelopez@free.fr To: Joseph Turner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 28 13:20:24 2024 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 1suVUu-0003zh-6b for ged-emacs-devel@m.gmane-mx.org; Sat, 28 Sep 2024 13:20:24 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1suVU1-00032w-H0; Sat, 28 Sep 2024 07:19:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1suVE3-0001gN-48 for emacs-devel@gnu.org; Sat, 28 Sep 2024 07:02:59 -0400 Original-Received: from smtp.domeneshop.no ([2a01:5b40:0:3006::1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1suVE1-0003Iy-5S; Sat, 28 Sep 2024 07:02:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xn--no-cja.eu; s=ds202402; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:In-Reply-To:Subject:Cc:To:From:From:Sender: Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=Ut0Pdyg3Z2OvskxZzWYl7ARuUAVIMNZwfnOmQzHPvo0=; b=i d7VXbIhRoYMa2IcjVRdApn0AsfZ0P7j/HFb8m6scl+Rahb2GvPnLqz/ZfSNHWZp41MUgWI3KUxHW9 56JRIla1cx41m/w8H0vSSnlV2gOPzatbWE4mNoGAvyJ+G1vVxHL0QamEbtoI9kOyPsAP1fGASIk0g Vchrf1FO0Gxc8kmSIRTple+LFsI9Mw43eS6TNVBIg4H5dFP1QcRyf9ZXbTPTjuKwOtnVFOzecf263 NwIT8db7vrTiU33rHI/uosiS7mkkXZQEVKcZ0QZecLj2hRY/nJOjW9sbfvP1pdA93c+lxZQiJfWaY g34N Original-Received: from [2a01:e0a:990:a960:b4f3:8f44:ec4:5af5] (port=55556 helo=lignux) by smtp.domeneshop.no with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1suVDt-005jf5-Mj; Sat, 28 Sep 2024 13:02:49 +0200 In-Reply-To: <87cykpuhjp.fsf@breatheoutbreathe.in> (message from Joseph Turner on Fri, 27 Sep 2024 10:34:34 -0700) Received-SPF: pass client-ip=2a01:5b40:0:3006::1; envelope-from=noe@xn--no-cja.eu; helo=smtp.domeneshop.no X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sat, 28 Sep 2024 07:19:27 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:324165 Archived-At: Joseph Turner writes: > Hi No=C3=A9! Thanks for working on enwc.el! > > No=C3=A9 Lopez writes: > >> I've pushed my changes to a fork repository at >> https://framagit.org/nll/enwc, but I'm not sure how I'm supposed to do >> my changes without breaking any copyright/gpl. > >> As I understand, the code is part of GNU Emacs because it's in ELPA, and >> its copyright is assigned to the FSF. My changes are not part of emacs >> so are not subject to my copyright assignment. Does that mean I need to >> add a second header to the files I changed mentionning my name and that >> my work is also under gpl but not part of emacs ? > > Are you willing to assign your changes to FSF? If so, I think you can > simply update the end date of the copyright range from 2017 to 2024. > I=E2=80=99ve already assigned my changes. I will do just what you said. >> Then, the documentation mentions copyright directly to Ian Dunn, so I >> suppose that doesn't count as part of emacs ? To modify it I would need >> to change its title and other FDL stuff. Or I could rewrite it all, >> since its only a few lines right now. > > Writing new documentation might be the best way to go. > For sure. >> Should I change the name of the project, and update the copyright >> information and add a notice that this is a modified version of ENWC, or >> is it possible/legal to make my repository the new ELPA source, and make >> my work part of emacs, which would mean all copyright to the FSF so no >> need to update headers ? > > No name change necessary. It's possible to make your repo the new > source if you can't or don't want to use Savannah. > That would be great, I will try to make a new release with the good copyright notices and a complete documentation and I=E2=80=99ll hit you up = to change the source :) Thanks, No=C3=A9