From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Garbs Subject: Re: Babel support for Vala Date: Thu, 13 Jul 2017 23:42:50 +0200 Message-ID: References: <20170709200949.zgj7lihw2q2u6bqo@cgarbs.de> <87pod8wtny.fsf@nicolasgoaziou.fr> <0a72406e-8d15-0705-d280-3baa8cc107a5@cgarbs.de> <87vamztmvb.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVlt4-0004nb-W1 for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 17:43:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVlt1-0004ra-SF for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 17:43:07 -0400 Received: from mail.shuttle.de ([194.95.249.4]:38641) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dVlt1-0004oC-LU for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 17:43:03 -0400 Received: from yggdrasil.mitch.h.shuttle.de (p2E5B4AB7.dip0.t-ipconnect.de [46.91.74.183]) by mspool3.srv.dfn.de (Postfix) with ESMTPSA id A397E12A0 for ; Thu, 13 Jul 2017 23:42:51 +0200 (CEST) Received: from zecora.hausezeit.cgarbs.de ([192.168.19.141] helo=zecora) by yggdrasil.mitch.h.shuttle.de with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1dVlso-0006zB-Ij for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 23:42:50 +0200 Received: from localhost.hausezeit.cgarbs.de ([127.0.0.1]) by zecora with esmtp (Exim 4.86_2) (envelope-from ) id 1dVlso-0007Fi-2n for emacs-orgmode@gnu.org; Thu, 13 Jul 2017 23:42:50 +0200 In-Reply-To: <87vamztmvb.fsf@nicolasgoaziou.fr> Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hi, Am 11.07.2017 um 10:10 schrieb Nicolas Goaziou: > In the meantime, would you want to sent your library as a patch so that > we can review it? The patch is prepared but I have one question regarding the copyright situation: Looking at the other files[1], I think I should now list the FSF as copyright holder. Can I already do that before the paperwork has been completed or do I have to hold the patch back until that time? And should I send the patch as a reply into this thread or start a new one? so long Mitch [1] `grep Copyright lisp/*.el' shows the FSF as copyright holder for all files except `lisp/org-duration.el'. Is that a bug or intentional?