diff options
author | Denis V. Lunev <den@openvz.org> | 2015-04-28 10:46:46 +0300 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2015-05-22 09:37:32 +0100 |
commit | cc5690f20fcc075940a213380b362ae2054c03ba (patch) | |
tree | 2d9f1352d8cf89f62d84b1cc15e783b6ffb1fff5 /block | |
parent | ca9c4e0675f9cb98138e1069605114f45746d985 (diff) | |
download | qemu-cc5690f20fcc075940a213380b362ae2054c03ba.zip |
parallels: change copyright information in the image header
Signed-off-by: Denis V. Lunev <den@openvz.org>
Reviewed-by: Roman Kagan <rkagan@parallels.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Roman Kagan <rkagan@parallels.com>
Message-id: 1430207220-24458-14-git-send-email-den@openvz.org
CC: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'block')
-rw-r--r-- | block/parallels.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/block/parallels.c b/block/parallels.c index 15f6cb32ad..f615f4420c 100644 --- a/block/parallels.c +++ b/block/parallels.c @@ -2,8 +2,12 @@ * Block driver for Parallels disk image format * * Copyright (c) 2007 Alex Beregszaszi + * Copyright (c) 2015 Denis V. Lunev <den@openvz.org> * - * 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. Currently it is based on opened OpenVZ sources + * available at + * http://git.openvz.org/?p=ploop;a=summary * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |