[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v9 3/5] Adding common definitions for VMWARE dev
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH v9 3/5] Adding common definitions for VMWARE devices |
Date: |
Tue, 22 Jan 2013 10:02:10 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Mon, Jan 21, 2013 at 02:16:35PM +0200, Dmitry Fleytman wrote:
> I've checked origin of headers, some of them are self-made, other came from
> following places:
> 1. file rtl8139.c from QEMU codebase
> 2. /usr/include/netinet/ip6.h from glibc
> 3. /usr/include/netinet/in.h from glibc
>
> How should we indicate this? Should we add something like:
>
> Portions developed by Free Software Foundation, Inc
> Copyright (C) 1991-1997, 2001, 2003, 2006 Free Software Foundation, Inc.
>
> Portions developed by Igor Kovalenko
> Copyright (c) 2006 Igor Kovalenko
>
> Is it enough?
Can you also include the filenames (netinet/ip6.h and netinet/in.h) so
anyone wishing to understand the origin of the code can go back and
look?
Thanks,
Stefan
[Qemu-devel] [PATCH v9 4/5] Adding packet abstraction for VMWARE network devices, Dmitry Fleytman, 2013/01/12
[Qemu-devel] [PATCH v9 5/5] Adding VMXNET3 device implementation, Dmitry Fleytman, 2013/01/12
[Qemu-devel] [PATCH v9 1/5] Adding utility function net_checksum_add_cont() that allows checksum calculation of scattered data with odd chunk sizes, Dmitry Fleytman, 2013/01/12