From owner-freebsd-audit@FreeBSD.ORG Sun Nov 26 11:36:55 2006 Return-Path: X-Original-To: freebsd-audit@freebsd.org Delivered-To: freebsd-audit@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A702316A407 for ; Sun, 26 Nov 2006 11:36:55 +0000 (UTC) (envelope-from techtonik@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA88D43D45 for ; Sun, 26 Nov 2006 11:36:01 +0000 (GMT) (envelope-from techtonik@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so864833pyh for ; Sun, 26 Nov 2006 03:36:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=byjIEDZQiKEJLJJOHesN+0OYfClYMaCWgLjnELVHP8aO0lB2s1O6Z/wek76SV1Pxu8NGtYvHJdNNaNTB1ge59mJM+srV/HRHF62ZAGbQS4y3DG6YEiknvJniCFRa/d1Gwu3NA77xzzNEK8j2ZTmFjHKXpMPTttISuuHHuL+ZR8k= Received: by 10.64.114.10 with SMTP id m10mr1630339qbc.1164541014381; Sun, 26 Nov 2006 03:36:54 -0800 (PST) Received: by 10.65.44.11 with HTTP; Sun, 26 Nov 2006 03:36:54 -0800 (PST) Message-ID: Date: Sun, 26 Nov 2006 13:36:54 +0200 From: techtonik Sender: techtonik@gmail.com To: freebsd-audit@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 535baf110554bfc0 Subject: BSD4.4 in HEAD license question X-BeenThere: freebsd-audit@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Security Audit List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2006 11:36:55 -0000 Hello. Question about BSD4.4 files in HEAD branch of FreeBSD. My application uses some open sources, which in turn include err.h, which is absent on my platform. To make it all compile successfully I need to include err.h in my sources distribution. The file is located in http://www.freebsd.org/cgi/cvsweb.cgi/src/include/ However, it seems to be distributed under BSD4.4 license, because its text is written in file headers. This license "require that further distributions of products containing all or portions of the software, acknowledge within their advertising materials that such products contain software developed by UC Berkeley and its contributors." However, in the root of CVS source tree there is COPYRIGHT (http://www.freebsd.org/cgi/cvsweb.cgi/src/COPYRIGHT) file with the following note ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change which includes the text: "Effective immediately, licensees and distributors are no longer required to include the acknowledgement within advertising materials." i.e. 3rd clause is not required anymore and further sentence assures that: "Accordingly, the foregoing paragraph of those BSD Unix files containing it is hereby deleted in its entirety." But this 3rd clause is not deleted from err.h What should I do: 1. Delete the 3rd paragraph and distribute err.h under new BSD license 2. Include acknowledgement as required 3. Wait for original sources to be updated ? -- --t.