qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH RFC for-1.0] Update copyright info


From: Andreas Färber
Subject: [Qemu-devel] [PATCH RFC for-1.0] Update copyright info
Date: Fri, 4 Nov 2011 18:56:44 +0100

Judging by -version output, one could get the impression that QEMU was
last modified in 2008. Therefore extend the copyright statement to
cover other contributors so that it can be updated to the current year.

Signed-off-by: Andreas Färber <address@hidden>
---
 vl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vl.c b/vl.c
index 624da0f..47e0ae0 100644
--- a/vl.c
+++ b/vl.c
@@ -1484,7 +1484,7 @@ static void main_loop(void)
 
 static void version(void)
 {
-    printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION ", Copyright 
(c) 2003-2008 Fabrice Bellard\n");
+    printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION ", Copyright 
(c) 2003-2011 Fabrice Bellard and contributors\n");
 }
 
 static void help(int exitcode)
-- 
1.7.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]