All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Egger <Christoph.Egger@amd.com>
To: Anil Madhavapeddy <anil@recoil.org>
Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	Ian Campbell <Ian.Campbell@citrix.com>
Subject: Re: [PATCH RFC v2 03/13] libxl: Provide a version of bsd's queue.h as _libxl_list.h
Date: Thu, 3 Nov 2011 11:40:25 +0100	[thread overview]
Message-ID: <4EB26F99.6050205@amd.com> (raw)
In-Reply-To: <63525D85-B6C7-480F-853B-4980BC1B612F@recoil.org>

On 11/02/11 18:28, Anil Madhavapeddy wrote:
> On 31 Oct 2011, at 09:43, Ian Campbell wrote:
>
>> On Fri, 2011-10-28 at 19:37 +0100, Ian Jackson wrote:
>>> @@ -18,6 +18,14 @@ GPLv2. See the FSF's definition of GPL compatibility:
>>> And how this applies to a range of open source licenses:
>>>   http://www.gnu.org/licenses/license-list.html
>>>
>>> +Additionally, the documentation file tools/libxl/external/bsd-queue.3
>>> +has the 4-clause BSD licence.  It is present in the Xen source tree
>>> +for reference purposes for people developing Xen.  It is not installed
>>> +by "make install" and is bundled in the source only for convenience of
>>> +distribution.  We do not intend that we or Xen users or distributors
>>> +should make any reference to "features or use" of that manpage.
>>
>> Anil pointed to the OpenBSD version of this page which has that clause
>> removed. It would simplify things to use their version (of the header
>> too for consistency)?  We are probably not comfortable with just
>> rescinding the clause ourselves?
>
> If you rescind it yourself, you'll need to go through the FreeBSD CVS history
 > to make sure that there were no other contributors other than 
Berkeley. OpenBSD
> already did that in 2002 (and subsequent patches take on the new license, so it doesn't matter).

According to cvs history both NetBSD and OpenBSD did that in 2003. Now
it's just about to compare whose content matches most with FreeBSD's
implementation. :)

Christoph

-- 
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85689 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632

  reply	other threads:[~2011-11-03 10:40 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-28 18:36 [PATCH RFC v2 00/13] New event API Ian Jackson
2011-10-28 18:36 ` [PATCH RFC v2 01/13] libxl: Make libxl__xs_* more const-correct Ian Jackson
2011-10-28 18:37   ` [PATCH RFC v2 02/13] libxenstore: Provide xs_check_watch Ian Jackson
2011-10-28 18:37     ` [PATCH RFC v2 03/13] libxl: Provide a version of bsd's queue.h as _libxl_list.h Ian Jackson
2011-10-28 18:37       ` [PATCH RFC v2 04/13] libxl: idl: support new "c_only" type attribute Ian Jackson
2011-10-28 18:37         ` [PATCH RFC v2 05/13] libxl: idl: Provide struct and union tags Ian Jackson
2011-10-28 18:37           ` [PATCH RFC v2 06/13] libxl: permit declaration after statement Ian Jackson
2011-10-28 18:37             ` [PATCH RFC v2 07/13] libxl: internal convenience macros Ian Jackson
2011-10-28 18:37               ` [PATCH RFC v2 08/13] libxl: Rationalise #includes Ian Jackson
2011-10-28 18:37                 ` [PATCH RFC v2 09/13] libxl: introduce lock in libxl_ctx Ian Jackson
2011-10-28 18:37                   ` [PATCH RFC v2 10/13] libxl: make libxl__[v]log const-correct Ian Jackson
2011-10-28 18:37                     ` [PATCH RFC v2 11/13] libxl: make libxl__free_all idempotent Ian Jackson
2011-10-28 18:37                       ` [PATCH RFC v2 12/13] libxl: New API for providing OS events to libxl Ian Jackson
2011-10-28 18:37                         ` [PATCH RFC v2 13/13] libxl: New event generation API Ian Jackson
2011-10-31 11:49                           ` Ian Campbell
2011-10-31 12:15                         ` [PATCH RFC v2 12/13] libxl: New API for providing OS events to libxl Ian Campbell
2011-11-07 10:42                         ` Stefano Stabellini
2011-11-28 15:34                           ` Ian Jackson
2011-10-31 10:05                       ` [PATCH RFC v2 11/13] libxl: make libxl__free_all idempotent Ian Campbell
2011-10-31 10:04                     ` [PATCH RFC v2 10/13] libxl: make libxl__[v]log const-correct Ian Campbell
2011-10-31 10:03                   ` [PATCH RFC v2 09/13] libxl: introduce lock in libxl_ctx Ian Campbell
2011-11-02 16:38                     ` Ian Jackson
2011-11-02 19:54                       ` Ian Campbell
2011-11-28 15:47                     ` Ian Jackson
2011-11-28 15:58                       ` Ian Jackson
2011-10-31  9:55                 ` [PATCH RFC v2 08/13] libxl: Rationalise #includes Ian Campbell
2011-10-31  9:53               ` [PATCH RFC v2 07/13] libxl: internal convenience macros Ian Campbell
2011-11-02 16:37                 ` Ian Jackson
2011-11-02 19:44                   ` Ian Campbell
2011-10-31  9:50             ` [PATCH RFC v2 06/13] libxl: permit declaration after statement Ian Campbell
2011-11-02 16:36               ` Ian Jackson
2011-11-02 19:43                 ` Ian Campbell
2011-11-07 10:43                   ` Stefano Stabellini
2011-11-28 16:40                     ` Ian Jackson
2011-11-29 10:45                       ` Ian Campbell
2011-11-29 10:52                         ` Ian Campbell
2011-11-29 14:04                         ` Ian Jackson
2011-11-29 17:47                       ` Stefano Stabellini
2011-11-29 18:06                         ` Ian Jackson
2011-10-31  9:47           ` [PATCH RFC v2 05/13] libxl: idl: Provide struct and union tags Ian Campbell
2011-10-31  9:46         ` [PATCH RFC v2 04/13] libxl: idl: support new "c_only" type attribute Ian Campbell
2011-10-31  9:43       ` [PATCH RFC v2 03/13] libxl: Provide a version of bsd's queue.h as _libxl_list.h Ian Campbell
2011-11-02 17:28         ` Anil Madhavapeddy
2011-11-03 10:40           ` Christoph Egger [this message]
2011-10-31  9:39     ` [PATCH RFC v2 02/13] libxenstore: Provide xs_check_watch Ian Campbell
2011-11-02 16:35       ` Ian Jackson
2011-10-31  9:34   ` [PATCH RFC v2 01/13] libxl: Make libxl__xs_* more const-correct Ian Campbell
2011-10-31 10:11 ` [PATCH RFC v2 00/13] New event API Ian Campbell
2011-11-07 11:50   ` Roger Pau Monné
2011-11-22 16:04     ` Ian Jackson
2011-11-23  9:31       ` Roger Pau Monné
2011-11-28 17:11         ` Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EB26F99.6050205@amd.com \
    --to=christoph.egger@amd.com \
    --cc=Ian.Campbell@citrix.com \
    --cc=anil@recoil.org \
    --cc=ian.jackson@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.