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 8c8c53c..9ac93c8 100644
--- a/src/vbox/vbox_common.c
+++ b/src/vbox/vbox_common.c
@@ -1,5 +1,7 @@
/*
- * Copyright 2014, Taowei Luo (uaedante(a)gmail.com)
+ * Copyright (C) 2014, Taowei Luo (uaedante(a)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(a)gmail.com)
+ * Copyright (C) 2014, Taowei Luo (uaedante(a)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(a)gmail.com)
+ * Copyright (C) 2014, Taowei Luo (uaedante(a)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(a)gmail.com)
+ * Copyright (C) 2014, Taowei Luo (uaedante(a)gmail.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
--
1.7.9.5