From c5cc26e65d859348d2ef998fc9caa739db52233c Mon Sep 17 00:00:00 2001 From: Taowei Luo Date: Oct 29 2014 00:21:39 +0000 Subject: 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. --- diff --git a/src/vbox/vbox_common.c b/src/vbox/vbox_common.c index 8c8c53c..9ac93c8 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 76288d4..52d47b2 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 617974d..025236f 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 66fcb78..e1790cd 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