Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <416A8EF5.7050701@kaffe.org>
Date: Mon, 11 Oct 2004 15:47:33 +0200
From: Dalibor Topic <robilad@kaffe.org>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5
MIME-Version: 1.0
To: "Gerrit P. Haase" <freeweb@nyckelpiga.de>
CC: cygwin <cygwin@cygwin.com>
Subject: Re: Compiling LAM MPI
References: <200410070628.i976SHUn006889@tyr.informatik.fh-fulda.de> <399261618.20041011090642@familiehaase.de> <loom.20041011T142318-549@post.gmane.org> <1401595230750.20041011145208@familiehaase.de>
In-Reply-To: <1401595230750.20041011145208@familiehaase.de>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by AMaViS perl-11
X-IsSubscribed: yes

Gerrit P. Haase wrote:
> Dalibor wrote:
> 
> 
>>Gerrit P. Haase <gp <at> familiehaase.de> writes:
> 
> 
>>>I have some replacement functions for inet_ntop & inet_pton which I
>>>found in the kaffe sources, these don't include coyright notices and
>>>compile ok on Cygwin.
> 
> 
>>Hallo Gerrit,
> 
> 
>>I've explicitely included them for Cygwin :)
> 
> 
> Hmm, then I fetched them before this happened;)
> Does that mean my version is not copyrighted then......?

Hmm, weird. Current replace/inet_*.c files in  Kaffe's CVS are licensed 
under

/* Copyright (c) 1996 by Internet Software Consortium.
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
  * copyright notice and this permission notice appear in all copies.
  *
  * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM 
DISCLAIMS
  * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 
WARRANTIES
  * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
  * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
OF THIS
  * SOFTWARE.
  */

I got them from IRCII, which mentions that these files come from ISC:
ftp://ircftp.au.eterna.com.au/pub/ircII/ircii-current/ircii/doc/Copyright

The upstream source seems to be bind:

http://idsa.irisa.fr/cgi-bin/bind/http/source/lib/isc/inet_ntop.c

I hope this clears up any confusion wrt to licensing of the inet_* 
files. Looking at the kaffe CVS, it seems that the files were checked in 
from the start with appropriate copyright notices:

http://www.kaffe.org/cgi-bin/viewcvs.cgi/kaffe/replace/inet_ntop.c?annotate=1.1

So I guess you simply had a bit of bad luck with CVS :)

cheers,
dalibor topic

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

