From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Noboru Ota Newsgroups: gmane.emacs.devel Subject: Re: [Request] Inclusion in emacs group for ELPA contribution Date: Tue, 23 Nov 2021 22:26:34 +0100 Message-ID: <87lf1e5zsl.fsf@nobiot.com> References: <87k0hljypa.fsf@nobiot.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36425"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 23 22:27:27 2021 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 1mpdK1-0009Hm-PP for ged-emacs-devel@m.gmane-mx.org; Tue, 23 Nov 2021 22:27:25 +0100 Original-Received: from localhost ([::1]:33732 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mpdJz-0006OS-Fi for ged-emacs-devel@m.gmane-mx.org; Tue, 23 Nov 2021 16:27:23 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:46872) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpdJS-0005jM-J5 for emacs-devel@gnu.org; Tue, 23 Nov 2021 16:26:50 -0500 Original-Received: from outbound.soverin.net ([116.202.65.215]:45577) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mpdJQ-0001wh-Eg for emacs-devel@gnu.org; Tue, 23 Nov 2021 16:26:50 -0500 Original-Received: from smtp.soverin.net (unknown [10.10.3.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 68D2661296; Tue, 23 Nov 2021 21:26:37 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.138]) by soverin.net In-Reply-To: Received-SPF: pass client-ip=116.202.65.215; envelope-from=me@nobiot.com; helo=outbound.soverin.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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" Xref: news.gmane.io gmane.emacs.devel:279973 Archived-At: Stefan Monnier writes: This is regarding inclusion of Org-roam to ELPA. > I see "louixs" contributed some code which seems to be just acceptable > without paperwork, but it might be worth asking him to sign the > paperwork anyway so we can accept any future contribution of his. > Could you do that? Yes. louixs has also signed the paperwork and sent it to the FSF; he is currently waiting for the FSF to confirm. > Excellent, thank you. It will take a bit more time until the FSF can > confirm reception. I have received the FSF's confirmation. > One thing I did notice along the way. Every .el files will need to have > a line like: > > Copyright (C) 2021 Free Software Foundation, Inc. > > [ Instead of "Copyright (C) 2020-21 Noboru Ota". ] > near the beginning. And I recommend you also add the I believe I have replaced the program header text as instructed for each .el file. Could you please advise the next steps? I was under the assumption that I would still need to add some other things to the GitHub repository -- e.g. a make instruction for package.el. It would be great if you could point me to the resource how I might do this. Thank you. Noboru