kaslr_helper is a new file, and vmware_vmss has been significantly
extended.
---
kaslr_helper.c | 4 +++-
vmware_vmss.c | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/kaslr_helper.c b/kaslr_helper.c
index 8a1fede..fe5909c 100644
--- a/kaslr_helper.c
+++ b/kaslr_helper.c
@@ -14,7 +14,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * Author: HATAYAMA Daisuke <d.hatayama(a)jp.fujitsu.com>
+ * Authors: HATAYAMA Daisuke <d.hatayama(a)jp.fujitsu.com>
+ * INDOH Takao <indou.takao(a)jp.fujitsu.com>
+ * Sergio Lopez <slp(a)redhat.com>
*/
#include "defs.h"
diff --git a/vmware_vmss.c b/vmware_vmss.c
index 74c7483..eed948f 100644
--- a/vmware_vmss.c
+++ b/vmware_vmss.c
@@ -2,6 +2,7 @@
* vmware_vmss.c
*
* Copyright (c) 2015 VMware, Inc.
+ * Copyright (c) 2018 Red Hat Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -13,7 +14,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * Author: Dyno Hongjun Fu <hfu(a)vmware.com>
+ * Authors: Dyno Hongjun Fu <hfu(a)vmware.com>
+ * Sergio Lopez <slp(a)redhat.com>
*/
#include "defs.h"
--
2.14.3