From owner-p4-projects@FreeBSD.ORG Mon Feb 18 19:49:02 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 31C6416A421; Mon, 18 Feb 2008 19:49:02 +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 EA05616A420; Mon, 18 Feb 2008 19:49:01 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id AD99113C465; Mon, 18 Feb 2008 19:49:01 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m1IJfXja026854; Mon, 18 Feb 2008 12:41:33 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 18 Feb 2008 12:47:03 -0700 (MST) Message-Id: <20080218.124703.439510167.imp@bsdimp.com> To: raj@semihalf.com From: "M. Warner Losh" In-Reply-To: <47B9DBD8.3090100@semihalf.com> References: <200802181742.m1IHgrku061009@repoman.freebsd.org> <11B9D4C0-6B4B-4A3C-A1A3-95060785BEFF@mac.com> <47B9DBD8.3090100@semihalf.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: raj@FreeBSD.org, perforce@FreeBSD.org, xcllnt@mac.com 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:49:02 -0000 In message: <47B9DBD8.3090100@semihalf.com> Rafal Jaworowski writes: : 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? If it is just an interface, one could add an explicit notice that things are in the public domain. Warner