From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1780 invoked by alias); 8 Jan 2009 17:51:15 -0000 Received: (qmail 1770 invoked by uid 22791); 8 Jan 2009 17:51:15 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mtaout02-winn.ispmail.ntl.com (HELO mtaout02-winn.ispmail.ntl.com) (81.103.221.48) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Jan 2009 17:51:11 +0000 Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090108175108.NOJN4080.mtaout02-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com>; Thu, 8 Jan 2009 17:51:08 +0000 Received: from cog.dallaway.org.uk ([213.106.92.119]) by aamtaout02-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090108175108.DVQX21638.aamtaout02-winn.ispmail.ntl.com@cog.dallaway.org.uk>; Thu, 8 Jan 2009 17:51:08 +0000 Received: from cog.dallaway.org.uk (cog.dallaway.org.uk [127.0.0.1]) by cog.dallaway.org.uk (8.13.8/8.13.8) with ESMTP id n08Hp5wo022530; Thu, 8 Jan 2009 17:51:06 GMT Message-ID: <49663D09.6070902@dallaway.org.uk> Date: Thu, 08 Jan 2009 17:51:00 -0000 From: John Dallaway User-Agent: Thunderbird 2.0.0.18 (X11/20081120) MIME-Version: 1.0 To: Jonathan Larmour CC: ecos-maintainers@ecos.sourceware.org Subject: Re: #!/usr/bin/env tclsh References: <496635B7.8060808@dallaway.org.uk> <49663810.3010202@eCosCentric.com> In-Reply-To: <49663810.3010202@eCosCentric.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact ecos-maintainers-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-maintainers-owner@ecos.sourceware.org X-SW-Source: 2009-01/txt/msg00004.txt.bz2 [ moving to ecos-maintainers list ] Hi Jifl Jonathan Larmour wrote: > John Dallaway wrote: > >> This patch simplifies the #! magic used to invoke Tcl scripts by using >> "/usr/bin/env tclsh" to find the tclsh executable. Very old Cygwin >> installations providing only tclsh83.exe or cygtclsh80.exe are no-longer >> supported. Checked-in. > > Can you please refrain from further non-trivial changes until you have a > copyright assignment. I do not consider these changes to be copyrightable. Simplification of the #! magic for Tcl scripts is more trivial in nature than the documentation references I added late last year which we agreed were not copyrightable. What aspect of these changes do you consider to be copyrightable? John Dallaway