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 <[email protected]> + * Authors: HATAYAMA Daisuke <[email protected]> + * INDOH Takao <[email protected]> + * Sergio Lopez <[email protected]> */ #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 <[email protected]> + * Authors: Dyno Hongjun Fu <[email protected]> + * Sergio Lopez <[email protected]> */ #include "defs.h" -- 2.14.3 -- Crash-utility mailing list [email protected] https://www.redhat.com/mailman/listinfo/crash-utility
