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: [elpa] master 6a77459 1/2: New gud replacement package: realgud (a front end interface to Date: Sun, 15 Feb 2015 21:08:39 -0500 Message-ID: References: <20150215121943.15106.28763@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424052548 23653 80.91.229.3 (16 Feb 2015 02:09:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Feb 2015 02:09:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Rocky Bernstein Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 16 03:09:00 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 1YNB7M-0000yZ-Dp for ged-emacs-devel@m.gmane.org; Mon, 16 Feb 2015 03:09:00 +0100 Original-Received: from localhost ([::1]:37236 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNB7L-0006ut-P8 for ged-emacs-devel@m.gmane.org; Sun, 15 Feb 2015 21:08:59 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNB7I-0006un-Ey for emacs-devel@gnu.org; Sun, 15 Feb 2015 21:08:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNB7H-0003zF-I7 for emacs-devel@gnu.org; Sun, 15 Feb 2015 21:08:56 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:42796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNB7D-0003yr-2u; Sun, 15 Feb 2015 21:08:51 -0500 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id t1G28nr1004920; Sun, 15 Feb 2015 21:08:50 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id C0E4C1648; Sun, 15 Feb 2015 21:08:39 -0500 (EST) In-Reply-To: (Rocky Bernstein's message of "Sun, 15 Feb 2015 18:47:00 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5218=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5218> : inlines <2184> : streams <1390946> : uri <1856237> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 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:183135 Archived-At: > Ok. Thanks for the information. The previous changes have been essentially > reverted. I've added one of the four packages, test-simple, in what I hope > is an acceptable way: as a subtree. It looks OK from here except for: % make check_copyrights [...] +./test-simple/example/gcd.el +./test-simple/example/test-gcd.el +./test-simple/test-simple.el +./test-simple/test-simple.el:;; Copyright (C) 2010, 2012-2013, 2014 Rocky Bernstein +./test-simple/test/test-basic.el +./test-simple/test/test-fns.el +./test-simple/test/test-no-clear.el [...] which means that the Copyright line of test-simple/test-simple.el still has your name instead of the FSF's name on it, and that the other *.el files there are missing the usual copright&license blurb. Stefan