diff options
author | Peter Lieven <pl@kamp.de> | 2013-11-22 13:39:53 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-12-03 15:26:49 +0100 |
commit | 2af8a1a704a352bab2e9eaf803db0b3552e826d0 (patch) | |
tree | fb04e9be0cb598e7a4c34e524bf29930182f33e8 /block | |
parent | 4b52498e62d02a30f780875f54431d1bad0bcabd (diff) | |
download | qemu-2af8a1a704a352bab2e9eaf803db0b3552e826d0.zip qemu-2af8a1a704a352bab2e9eaf803db0b3552e826d0.tar.gz qemu-2af8a1a704a352bab2e9eaf803db0b3552e826d0.tar.bz2 |
block/iscsi: updated copyright
added myself to reflect recent work on the iscsi block driver.
Signed-off-by: Peter Lieven <pl@kamp.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'block')
-rw-r--r-- | block/iscsi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/iscsi.c b/block/iscsi.c index b6b62aa..20f4f55 100644 --- a/block/iscsi.c +++ b/block/iscsi.c @@ -2,6 +2,7 @@ * QEMU Block driver for iSCSI images * * Copyright (c) 2010-2011 Ronnie Sahlberg <ronniesahlberg@gmail.com> + * Copyright (c) 2012-2013 Peter Lieven <pl@kamp.de> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |