From owner-p4-projects@FreeBSD.ORG Thu Feb 21 09:42:55 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 34A6B16A406; Thu, 21 Feb 2008 09:42:55 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9842516A401; Thu, 21 Feb 2008 09:42:54 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from mail.semihalf.com (mail.semihalf.com [83.15.139.206]) by mx1.freebsd.org (Postfix) with ESMTP id C0AB213C45A; Thu, 21 Feb 2008 09:42:53 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from localhost (unknown [127.0.0.1]) by mail.semihalf.com (Postfix) with ESMTP id 81E1114363; Thu, 21 Feb 2008 10:51:29 +0100 (CET) Received: from mail.semihalf.com ([127.0.0.1]) by localhost (mail.semihalf.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00482-04; Thu, 21 Feb 2008 10:51:28 +0100 (CET) Message-ID: <47BD4799.3000209@semihalf.com> Date: Thu, 21 Feb 2008 10:42:49 +0100 From: Rafal Jaworowski MIME-Version: 1.0 To: Stanislav Sedov References: <200802181742.m1IHgrku061009@repoman.freebsd.org> <11B9D4C0-6B4B-4A3C-A1A3-95060785BEFF@mac.com> <47B9DBD8.3090100@semihalf.com> <20080218194743.GB73371@dracon.ht-systems.ru> In-Reply-To: <20080218194743.GB73371@dracon.ht-systems.ru> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at semihalf.com Cc: Rafal Jaworowski , Perforce Change Reviews , Marcel Moolenaar Subject: Re: PERFORCE change 135666 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2008 09:42:55 -0000 Stanislav Sedov wrote: > On Mon, Feb 18, 2008 at 08:26:16PM +0100 Rafal Jaworowski mentioned: >> The reason I did not put the (c) originally is I wasn't sure how to do it >> properly and simply followed U-Boot's export.h direction. It is desirable that >> this header file be verbatim copy of U-Boot's since it describes the API >> interface, but their files need to be GPL, ours BSD. So I left this without >> one, as the export.h does in similar case. >> >> Any advice on such matter? Anyone else has the clue? >> > > I suppose, it'd be better to either ask Denk to release it in public domain, or > reimplement the header ourselves. It'd be not very difficult to keep it in sync > with u-boot by hand. > I wrote this file, and the main concern is about NOT having a separately maintained one, but just a copy from U-Boot reference file. I spoke with Wolfgang and he was kind of reluctant to the public domain route, but we agreed on dual-licensing (BSD/GPL) it. Rafal