From c5cc26e65d859348d2ef998fc9caa739db52233c Mon Sep 17 00:00:00 2001 From: Taowei Luo Date: Fri, 24 Oct 2014 09:46:35 +0800 Subject: [PATCH] vbox: Fix copyright mistake I made a mistake on copyright in patch 7f0f415b87. If I copied codes from one file to another, I should copy the copyright announcement as well. So this patch makes up the copyright which I should have added in the previous patch. --- src/vbox/vbox_common.c | 4 +++- src/vbox/vbox_common.h | 3 ++- src/vbox/vbox_get_driver.h | 2 +- src/vbox/vbox_uniformed_api.h | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/vbox/vbox_common.c b/src/vbox/vbox_common.c index 8c8c53c608..9ac93c87b8 100644 --- a/src/vbox/vbox_common.c +++ b/src/vbox/vbox_common.c @@ -1,5 +1,7 @@ /* - * Copyright 2014, Taowei Luo (uaedante@gmail.com) + * Copyright (C) 2014, Taowei Luo (uaedante@gmail.com) + * Copyright (C) 2010-2014 Red Hat, Inc. + * Copyright (C) 2008-2009 Sun Microsystems, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/vbox/vbox_common.h b/src/vbox/vbox_common.h index 76288d4676..52d47b2dc2 100644 --- a/src/vbox/vbox_common.h +++ b/src/vbox/vbox_common.h @@ -1,5 +1,6 @@ /* - * Copyright 2014, Taowei Luo (uaedante@gmail.com) + * Copyright (C) 2014, Taowei Luo (uaedante@gmail.com) + * Copyright (C) 2008-2009 Sun Microsystems, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/vbox/vbox_get_driver.h b/src/vbox/vbox_get_driver.h index 617974dd24..025236f23b 100644 --- a/src/vbox/vbox_get_driver.h +++ b/src/vbox/vbox_get_driver.h @@ -1,5 +1,5 @@ /* - * Copyright 2014, Taowei Luo (uaedante@gmail.com) + * Copyright (C) 2014, Taowei Luo (uaedante@gmail.com) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/vbox/vbox_uniformed_api.h b/src/vbox/vbox_uniformed_api.h index 66fcb78d08..e1790cd820 100644 --- a/src/vbox/vbox_uniformed_api.h +++ b/src/vbox/vbox_uniformed_api.h @@ -1,5 +1,5 @@ /* - * Copyright 2014, Taowei Luo (uaedante@gmail.com) + * Copyright (C) 2014, Taowei Luo (uaedante@gmail.com) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public