From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: js2-mode contributions from Stephen Hicks Date: Mon, 02 Feb 2015 12:02:32 -0500 Message-ID: References: <54CEE426.5000907@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422896596 30839 80.91.229.3 (2 Feb 2015 17:03:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2015 17:03:16 +0000 (UTC) Cc: emacs-devel To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 02 18:03:16 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YIKOz-0000XB-Al for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2015 18:03:09 +0100 Original-Received: from localhost ([::1]:55607 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIKOy-0000YP-NQ for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2015 12:03:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIKOT-0000PL-Ru for emacs-devel@gnu.org; Mon, 02 Feb 2015 12:02:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIKOQ-00084x-Jb for emacs-devel@gnu.org; Mon, 02 Feb 2015 12:02:37 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:63419) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIKOQ-00084m-FN for emacs-devel@gnu.org; Mon, 02 Feb 2015 12:02:34 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjwPAOwQflRsoX+8/2dsb2JhbABbgweDYIVaxR0EAgKBJBcBAQEBAQF8hAMBAQMBViMFCwsOJhIUGA0kiEoJ1lkBAQEBBgEBAQEekA0RAVAHhEgFhGwChhOkLoF4hBkhgT2BOgEBAQ X-IPAS-Result: AjwPAOwQflRsoX+8/2dsb2JhbABbgweDYIVaxR0EAgKBJBcBAQEBAQF8hAMBAQMBViMFCwsOJhIUGA0kiEoJ1lkBAQEBBgEBAQEekA0RAVAHhEgFhGwChhOkLoF4hBkhgT2BOgEBAQ X-IronPort-AV: E=Sophos;i="5.07,502,1413259200"; d="scan'208";a="109463055" Original-Received: from 108-161-127-188.dsl.teksavvy.com (HELO ceviche.home) ([108.161.127.188]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 02 Feb 2015 12:02:32 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 2B01466100; Mon, 2 Feb 2015 12:02:32 -0500 (EST) In-Reply-To: <54CEE426.5000907@yandex.ru> (Dmitry Gutov's message of "Mon, 02 Feb 2015 04:42:46 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182270 Archived-At: > The copyright clerk said it's okay, because Google has a corporate agreement > with FSF, and the work was apparently done on company's time. Yes, IIUC it's indeed OK legally speaking, but we don't have a good way of dealing with it. > But I didn't know how to annotate that situation in the commit history, > hence this email. I don't think there's a predefined way to do it. IOW we have to invent one. For ChangeLog, I'd use a syntax like 2015-02-01 Stephen Hicks (assigned by Google) For the commit message, I guess we could use something like "Signed-Off-By: Google, Inc." Stefan