Signed-off-by: Denis V. Lunev <[email protected]> Acked-by: Roman Kagan <[email protected]> Reviewed-by: Jeff Cody <[email protected]> CC: Kevin Wolf <[email protected]> CC: Stefan Hajnoczi <[email protected]> --- block/parallels.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/block/parallels.c b/block/parallels.c index fedb009..5fcede8 100644 --- a/block/parallels.c +++ b/block/parallels.c @@ -2,8 +2,10 @@ * Block driver for Parallels disk image format * * Copyright (c) 2007 Alex Beregszaszi + * Copyright (c) 2014 Denis V. Lunev <[email protected]> * - * This code is based on comparing different disk images created by Parallels. + * This code was originally based on comparing different disk images created + * by Parallels. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal -- 1.9.1
