From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: js2-mode contributions from Stephen Hicks Date: Mon, 02 Feb 2015 04:42:46 +0200 Message-ID: <54CEE426.5000907@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1422844982 2735 80.91.229.3 (2 Feb 2015 02:43:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2015 02:43:02 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 02 03:43:01 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 1YI6yb-0005Bf-BK for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2015 03:43:01 +0100 Original-Received: from localhost ([::1]:52645 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YI6ya-0006VA-AQ for ged-emacs-devel@m.gmane.org; Sun, 01 Feb 2015 21:43:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YI6yW-0006Ut-Ur for emacs-devel@gnu.org; Sun, 01 Feb 2015 21:42:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YI6yR-0002a5-VC for emacs-devel@gnu.org; Sun, 01 Feb 2015 21:42:56 -0500 Original-Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:53491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YI6yR-0002Zz-OS for emacs-devel@gnu.org; Sun, 01 Feb 2015 21:42:51 -0500 Original-Received: by mail-we0-f178.google.com with SMTP id k48so36479444wev.9 for ; Sun, 01 Feb 2015 18:42:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=/bu0zLJnLRbXd8wAXzVhtlnMRXeOTSViiIpwr4uakkQ=; b=wx+TfePFL6VNTWIJ52/yfclpcQtVNECSrqdlbYCiuaTnamzprKdR/ec8caahhLSDVB nbAhraMaZtvH8z40yfEmwWdgmsbl15Hc8WLSQwg5Nd00figOP8WPyJ7kB8OE++YAIAnq 7CXq7NEkQyhTo/MgeGIb6L4Za40Afm8JP2c9v6bkfpJgE/HtblH5mqQCylBFIBUWrre+ Y5pib5GKxstZJwFCboexOnlxfewNMslWxpdJCfCuJrR5rlxHg7viEI86lhTZDQxJ0jxi g50sw3OkWVWpCmTQ1HmqKiBz696tvCGOXYY1376iPjBvBbk/fOUoUu+P5sa1uGTg3xeJ 77Lw== X-Received: by 10.180.20.226 with SMTP id q2mr20150297wie.28.1422844970431; Sun, 01 Feb 2015 18:42:50 -0800 (PST) Original-Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id v7sm17714690wib.5.2015.02.01.18.42.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Feb 2015 18:42:49 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::232 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:182228 Archived-At: Hi all, The new version of js2-mode, which I'm going to push to GNU ELPA shortly, contains quite a bit of code written by Stephen Hicks, a Google employee, who hasn't himself signed the copyright assignment. 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. But I didn't know how to annotate that situation in the commit history, hence this email. Thanks for your attention, Dmitry.