Add copyright and license information, based on git log, and discussion at:
http://article.gmane.org/gmane.comp.emulators.qemu/176405 Message-ID: <20121017201414.ga5...@otherpad.lan.raisama.net> The list of Copyright owners is huge, but I didn't think I really could leave any of the authors out of the list. Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> --- The only reason I am doing this is because: - I am going to mvoe some of the qdev-properties.c file to another file - I need to add a copyright/license header to the new file. See http://article.gmane.org/gmane.comp.emulators.qemu/176367 - So, I need to document the copyright/license of the current qdev-properties.c code I would really love to avoid this whole archaeology/legalese work, because I am not a lawyer. I am only doing that because of the "new files should have a copyright header" requirement. Cc: Amit Shah <amit.s...@redhat.com> Cc: Anthony Liguori <aligu...@us.ibm.com> Cc: Anthony PERARD <anthony.per...@citrix.com> Cc: Blue Swirl <blauwir...@gmail.com> Cc: Christian Borntraeger <borntrae...@de.ibm.com> Cc: Christoph Egger <christoph.eg...@amd.com> Cc: David 'Digit' Turner <di...@google.com> Cc: Donald Dutile <ddut...@redhat.com> Cc: dunrong huang <riegama...@gmail.com> Cc: Gerd Hoffmann <kra...@redhat.com> Cc: Isaku Yamahata <yamah...@valinux.co.jp> Cc: Jan Kiszka <jan.kis...@siemens.com> Cc: Jan Kiszka <jan.kis...@web.de> Cc: Juan Quintela <quint...@redhat.com> Cc: Kevin Wolf <kw...@redhat.com> Cc: Kusanagi Kouichi <sl...@ac.auone-net.jp> Cc: Markus Armbruster <arm...@redhat.com> Cc: Michael Roth <mdr...@linux.vnet.ibm.com> Cc: Michael S. Tsirkin <m...@redhat.com> Cc: Paolo Bonzini <pbonz...@redhat.com> Cc: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com> Cc: Stefan Weil <s...@weilnetz.de> Cc: Stefan Weil <w...@mail.berlios.de> Cc: Zhi Yong Wu <wu...@linux.vnet.ibm.com> --- hw/qdev-properties.c | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c index 81d901c..ff5aa0a 100644 --- a/hw/qdev-properties.c +++ b/hw/qdev-properties.c @@ -1,3 +1,33 @@ +/* + * qdev property parsing and global properties + * + * Copyright (c) 2009-2010 Gerd Hoffmann <kra...@redhat.com> + * Copyright (c) 2009 Christoph Egger <christoph.eg...@amd.com> + * Copyright (c) 2009-2010 Blue Swirl <blauwir...@gmail.com> + * Copyright (c) 2009 Juan Quintela <quint...@redhat.com> + * Copyright (c) 2010 Michael S. Tsirkin <m...@redhat.com> + * Copyright (c) 2010,2012 Stefan Weil <w...@mail.berlios.de> + * Copyright (c) 2010-2012 Markus Armbruster <arm...@redhat.com> + * Copyright (c) 2010 Kevin Wolf <kw...@redhat.com> + * Copyright (c) 2010 Isaku Yamahata <yamah...@valinux.co.jp> + * Copyright (c) 2011 David 'Digit' Turner <di...@google.com> + * Copyright (c) 2011-2012 Amit Shah <amit.s...@redhat.com> + * Copyright (c) 2011 Kusanagi Kouichi <sl...@ac.auone-net.jp> + * Copyright (c) 2011-2012 Anthony Liguori <aligu...@us.ibm.com> + * Copyright (c) 2011 Donald Dutile <ddut...@redhat.com> + * Copyright (c) 2011-2012 Jan Kiszka <jan.kis...@siemens.com> + * Copyright (c) 2011-2012 Paolo Bonzini <pbonz...@redhat.com> + * Copyright (c) 2012 Stefan Hajnoczi <stefa...@linux.vnet.ibm.com> + * Copyright (c) 2012 dunrong huang <riegama...@gmail.com> + * Copyright (c) 2012 Michael Roth <mdr...@linux.vnet.ibm.com> + * Copyright (c) 2012 Anthony PERARD <anthony.per...@citrix.com> + * Copyright (c) 2012 Christian Borntraeger <borntrae...@de.ibm.com> + * Copyright (c) 2012 Zhi Yong Wu <wu...@linux.vnet.ibm.com> + * + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * See the COPYING file in the top-level directory. + */ + #include "net.h" #include "qdev.h" #include "qerror.h" -- 1.7.11.7