From: Anthony Liguori <aliguori@us.ibm.com>
To: "M. Warner Losh" <imp@bsdimp.com>
Cc: qemu-devel@nongnu.org, avi@redhat.com
Subject: Re: [Qemu-devel] Re: [PATCH 1/4] Add a scatter-gather list type and accessors
Date: Wed, 04 Feb 2009 19:56:54 -0600 [thread overview]
Message-ID: <498A4766.6050905@us.ibm.com> (raw)
In-Reply-To: <20090204.172959.-1041657313.imp@bsdimp.com>
M. Warner Losh wrote:
> In message: <4989FC3B.7010407@us.ibm.com>
> Anthony Liguori <aliguori@us.ibm.com> writes:
> : Avi Kivity wrote:
> : > Anthony Liguori wrote:
> : >> Avi Kivity wrote:
> : >>> Scatter-gather lists are used extensively in dma-capable devices; a
> : >>> single data structure allows more code reuse later on.
> : >>>
> : >>> diff --git a/dma-helpers.c b/dma-helpers.c
> : >>> new file mode 100644
> : >>> index 0000000..315834e
> : >>> --- /dev/null
> : >>> +++ b/dma-helpers.c
> : >>> @@ -0,0 +1,29 @@
> : >>>
> : >>
> : >> Needs copyright/license.
> : >
> : > Sure.
> : >
> : > Is it possible to have a blanket license for files which don't have
> : > explicit terms? I don't much like boilerplate.
> :
> : I'd greatly prefer not to. You can refer to a COPYING and we can have a
> : default COPYING file but a copyright is really needed as far as I
> : understand it.
>
> The copyright exists regardless of any notices being on the file. In
> the absence of a license to copy, however, the default legally defined
> license is 'you may not copy it at all'. Based on this, you need to
> have an explicit license for all files. However, it only needs to be
> clear what the license for a given file is. You don't have to have
> the license in each and every file.
>
To put it quite simply, I can't take a patch that introduces a new file
without a copyright/license in the header. So there's no need to
discuss it further than that :-)
Regards,
Anthony Liguori
> Warner
>
next prev parent reply other threads:[~2009-02-05 1:57 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-04 12:25 [Qemu-devel] [PATCH 0/4] Block DMA helpers Avi Kivity
2009-02-04 12:25 ` [Qemu-devel] [PATCH 1/4] Add a scatter-gather list type and accessors Avi Kivity
2009-02-04 19:27 ` [Qemu-devel] " Anthony Liguori
2009-02-04 20:30 ` Avi Kivity
2009-02-04 20:36 ` Anthony Liguori
2009-02-04 20:46 ` Avi Kivity
2009-02-04 20:50 ` Anthony Liguori
2009-02-04 21:03 ` Avi Kivity
2009-02-04 23:58 ` Paul Brook
2009-02-05 7:25 ` Avi Kivity
2009-02-05 0:29 ` M. Warner Losh
2009-02-05 1:56 ` Anthony Liguori [this message]
2009-02-04 23:49 ` Paul Brook
2009-02-04 12:25 ` [Qemu-devel] [PATCH 2/4] Add qemu_iovec_reset() Avi Kivity
2009-02-04 12:25 ` [Qemu-devel] [PATCH 3/4] Introduce block dma helpers Avi Kivity
2009-02-04 19:29 ` [Qemu-devel] " Anthony Liguori
2009-02-04 12:25 ` [Qemu-devel] [PATCH 4/4] Convert IDE to use new " Avi Kivity
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=498A4766.6050905@us.ibm.com \
--to=aliguori@us.ibm.com \
--cc=avi@redhat.com \
--cc=imp@bsdimp.com \
--cc=qemu-devel@nongnu.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 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.