Signed-off-by: Stefan Weil <s...@weilnetz.de> --- block/vpc.c | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/block/vpc.c b/block/vpc.c index 1c55c21..4565723 100644 --- a/block/vpc.c +++ b/block/vpc.c @@ -21,6 +21,9 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. + * + * See http://en.wikipedia.org/wiki/VHD_(file_format) for more information + * and links to the VHD specification. */ #include "qemu-common.h" #include "block/block_int.h" -- 1.7.10.4