Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2002 15:06:38 +0200
From:      Rahul Siddharthan <rsidd@online.fr>
To:        Terry Lambert <tlambert2@mindspring.com>
Cc:        Jamie Bowden <ragnar@sysabend.org>, freebsd-chat@FreeBSD.ORG
Subject:   Re: Abuses of the BSD license?
Message-ID:  <20020408150638.I85215@lpt.ens.fr>
In-Reply-To: <3CB181D8.AD797C8A@mindspring.com>; from tlambert2@mindspring.com on Mon, Apr 08, 2002 at 04:41:12AM -0700
References:  <Pine.BSF.4.10.10204080430170.33374-100000@moo.sysabend.org> <3CB181D8.AD797C8A@mindspring.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Terry Lambert said on Apr  8, 2002 at 04:41:12:
> Jamie Bowden wrote:
> > :USL recognized this in their license.  If you have access to a
> > :SVR4 derived machine that was shipped after the USL vs. UCB
> > :settlement, look at the license on the header files.

[snip]
 
> > What are we supposed to see?
> 
> If the header was derived from BSD code, you are supposed to
> see compliance with the BSD license, in the form of its inclusion
> *after* the USL license.

I took a look at curses.h on a HP-UX machine. 
It contains the Berkeley copyright notice, but no BSD licence --
the "list of conditions" and "disclaimer" are missing.  

- Rahul


#ifndef _XOPEN_CURSES
#define _XOPEN_CURSES 1
#endif

/*
 * (c) Copyright 1995 Hewlett-Packard Co., All Rights Reserved.
 */
/*
 * Copyright (c) 1994
 * Novell, Inc. and International Business Machines Corp. All Rights Reserved.
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Novell Inc. and
 * International Business Machines Corp.
 * The copyright notice above does not evidence any actual or intended
 * publication of such source code.
 */
/*
 * Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1992, 1992, 1993, 199
4
 * Novell, Inc. All Rights Reserved.
 * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Novell Inc.
 * The copyright notice above does not evidence any
 * actual or intended publication of such source code.
 */
/*
 * Copyright (c) 1982, 1986, 1988
 * The Regents of the University of California.  All Rights Reserved.
 * Portions of this document are derived from software developed by the
 * University of California, Berkeley, and its contributors.
 */


 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-chat" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020408150638.I85215>