public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
To: Luca <kronos.it-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: [RFC][PATCH 5/6][KVM VIRTIO] Add the network device code
Date: Sun, 09 Sep 2007 15:58:42 +0300	[thread overview]
Message-ID: <46E3EE02.30405@qumranet.com> (raw)
In-Reply-To: <68676e00708281252m64116588q996e1d2079632cfd-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

Luca wrote:
> On 8/25/07, Dor Laor <dor.laor-atKUWr5tajBWk0Htik3J/w@public.gmane.org> wrote:
>
> I just noticed this:
>
>   
>> --- /dev/null
>> +++ b/qemu/hw/paravirt_net.c
>> @@ -0,0 +1,213 @@
>> +/*
>> + * QEMU para virtual network emulation
>> + *
>> + * Copyright (c) 2007 Qumranet
>> + *
>> + * Permission is hereby granted, free of charge, to any person
>> obtaining a copy
>> + * of this software and associated documentation files (the
>> "Software"), to deal
>> + * in the Software without restriction, including without limitation
>> the rights
>> + * to use, copy, modify, merge, publish, distribute, sublicense, and/or
>> sell
>> + * copies of the Software, and to permit persons to whom the Software
>> is
>> + * furnished to do so, subject to the following conditions:
>> + *
>> + * The above copyright notice and this permission notice shall be
>> included in
>> + * all copies or substantial portions of the Software.
>>     
> [cut]
>
> Shouldn't you use the standard GPL boilerplate? (IANAL, so maybe the
> text above is a superset of the GPL and is fine...)
>
>   

My preference is to just add a copyright and refer to some file in the 
top-level, so we don't restrict qemu's licensing unnecessarily (this 
could hinder merging).


-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

      parent reply	other threads:[~2007-09-09 12:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <AcfmraaesoemPSOZSEeX8bLIYrKo5w==>
2007-08-25  0:19 ` [RFC][PATCH 5/6][KVM VIRTIO] Add the network device code Dor Laor
     [not found]   ` <64F9B87B6B770947A9F8391472E032160D59005E-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-08-27 12:22     ` Christian Borntraeger
     [not found]       ` <200708271422.54306.borntraeger-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
2007-08-29  6:46         ` Dor Laor
     [not found]           ` <64F9B87B6B770947A9F8391472E032160D6558CB-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-08-29 15:26             ` Cam Macdonell
     [not found]               ` <46D59029.5080403-edFDblaTWIyXbbII50Afww@public.gmane.org>
2007-08-29 15:36                 ` Luca
     [not found]                   ` <68676e00708290836n375c7501o727ec1cc2b998865-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-08-29 17:11                     ` Cam Macdonell
     [not found]                       ` <46D5A8C9.10408-edFDblaTWIyXbbII50Afww@public.gmane.org>
2007-08-29 17:18                         ` Luca
     [not found]                           ` <68676e00708291018t1262e97dg14b9a4278ae0d91e-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-09-03 14:00                             ` Cam Macdonell
2007-09-09 12:56                     ` Avi Kivity
     [not found]           ` <200708291223.51252.borntraeger@de.ibm.com>
     [not found]             ` <200708291223.51252.borntraeger-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
2007-09-03 14:23               ` git branch of Virtio implementation for KVM Dor Laor
     [not found]                 ` <64F9B87B6B770947A9F8391472E032160D70643B-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-09-03 21:28                   ` VirtIO configure and compilation problems Cam Macdonell
     [not found]                     ` <46DC7C84.1080708-edFDblaTWIyXbbII50Afww@public.gmane.org>
2007-09-04  8:59                       ` Dor Laor
     [not found]                         ` <64F9B87B6B770947A9F8391472E032160D70662C-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-09-04 13:42                           ` Cam Macdonell
     [not found]   ` <68676e00708281252m64116588q996e1d2079632cfd@mail.gmail.com>
     [not found]     ` <68676e00708281252m64116588q996e1d2079632cfd-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-08-29  6:40       ` [RFC][PATCH 5/6][KVM VIRTIO] Add the network device code Dor Laor
     [not found]         ` <64F9B87B6B770947A9F8391472E032160D6558C3-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-08-30 23:08           ` Anthony Liguori
2007-09-09 12:58       ` Avi Kivity [this message]

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=46E3EE02.30405@qumranet.com \
    --to=avi-atkuwr5tajbwk0htik3j/w@public.gmane.org \
    --cc=kronos.it-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox