diff options
| author | Peter Lieven | 2014-05-04 21:36:08 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2014-05-05 10:04:30 +0200 |
| commit | 6a86dec61921163b6ab582df988416a6f0ca0ed5 (patch) | |
| tree | 7c9586a855b91a1bc64563bffebf2a73f06b1f67 | |
| parent | block/iscsi: allow cluster_size of 4K and greater (diff) | |
| download | qemu-6a86dec61921163b6ab582df988416a6f0ca0ed5.tar.gz qemu-6a86dec61921163b6ab582df988416a6f0ca0ed5.tar.xz qemu-6a86dec61921163b6ab582df988416a6f0ca0ed5.zip | |
[PATCH] block/iscsi: bump year in copyright notice
Signed-off-by: Peter Lieven <pl@kamp.de>
| -rw-r--r-- | block/iscsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/iscsi.c b/block/iscsi.c index 84bedfa8fc..65bf97d674 100644 --- a/block/iscsi.c +++ b/block/iscsi.c @@ -2,7 +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> + * Copyright (c) 2012-2014 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 |
