all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Noboru Ota <me@nobiot.com>
Cc: emacs-devel@gnu.org
Subject: Re: [Request] Inclusion in emacs group for ELPA contribution
Date: Sun, 07 Nov 2021 01:41:06 -0400	[thread overview]
Message-ID: <jwvbl2w7d0x.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87k0hljypa.fsf@nobiot.com> (Noboru Ota's message of "Sat, 06 Nov 2021 12:44:17 +0100")

Noboru Ota [2021-11-06 12:44:17] wrote:
> I have been developing an Org add-on package Org-transclusion
> (https://github.com/nobiot/org-transclusion).  I would like to
> contribute it to the ELPA repository.

Great.
I just took a look at it.
AFAICT you're almost the sole author/contributor.

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?

> I signed and returned the FSF copyright assignment form on Friday, 5th
> November 2021 (yesterday).

Excellent, thank you.  It will take a bit more time until the FSF can
confirm reception.

We're trying to reduce the (excessive) number of people who have write
access to Emacs's Git repository (and we like to give it only after we
have gotten to know the contributor and can feel confident that they
will follow our coding conditions), but nowadays elpa.gnu.org is
equipped to fetch updates from remote repositories, so we can add
`org-transclusion` to GNU ELPA and you can keep updating it without
needing to be included in the "emacs" group.

> I would appreciate it if someone could advise if my request should be
> acceptable.

Adding org-transclusion to GNU ELPA looks definitely acceptable.
Let me know when the FSF confirms reception of your paperwork so I'll
add it then.

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

    ;; This program is free software: you can redistribute it and/or modify it
    ;; under the terms of the GNU General Public License as published by the
    ;; Free Software Foundation, either version 3 of the License, or (at your
    ;; option) any later version.
    
    ;; This program is distributed in the hope that it will be useful, but
    ;; WITHOUT ANY WARRANTY; without even the implied warranty of
    ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    ;; General Public License for more details.
    
    ;; You should have received a copy of the GNU General Public License along
    ;; with this program.  If not, see <http://www.gnu.org/licenses/>.

blurb to each `.el` file.
Thanks for your contribution,


        Stefan




  reply	other threads:[~2021-11-07  5:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-06 11:44 [Request] Inclusion in emacs group for ELPA contribution Noboru Ota
2021-11-07  5:41 ` Stefan Monnier [this message]
2021-11-08  7:05   ` Noboru Ota
2021-11-23 21:26   ` Noboru Ota

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvbl2w7d0x.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=me@nobiot.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.