From owner-p4-projects@FreeBSD.ORG Mon Feb 18 19:26:22 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E710A16A469; Mon, 18 Feb 2008 19:26:21 +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 8D55316A41B; Mon, 18 Feb 2008 19:26:21 +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 3BDDA13C467; Mon, 18 Feb 2008 19:26:21 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from localhost (unknown [127.0.0.1]) by mail.semihalf.com (Postfix) with ESMTP id 9FF0514376; Mon, 18 Feb 2008 20:34:42 +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 05064-06; Mon, 18 Feb 2008 20:34:41 +0100 (CET) Message-ID: <47B9DBD8.3090100@semihalf.com> Date: Mon, 18 Feb 2008 20:26:16 +0100 From: Rafal Jaworowski MIME-Version: 1.0 To: Marcel Moolenaar References: <200802181742.m1IHgrku061009@repoman.freebsd.org> <11B9D4C0-6B4B-4A3C-A1A3-95060785BEFF@mac.com> In-Reply-To: <11B9D4C0-6B4B-4A3C-A1A3-95060785BEFF@mac.com> 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 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: Mon, 18 Feb 2008 19:26:22 -0000 Marcel Moolenaar wrote: >> ==== //depot/projects/e500/sys/boot/uboot/lib/api_public.h#4 (text+ko) > > Can you add an appropriate copyright notice for this file. > After that I'll merge the lot into CVS again... > 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? Rafal