From: Muli Ben-Yehuda Fix Calgary copyright statements per IBM guidelines Signed-off-by: Muli Ben-Yehuda Signed-off-by: Jon Mason Signed-off-by: Andrew Morton --- arch/x86_64/kernel/pci-calgary.c | 6 ++++-- arch/x86_64/kernel/tce.c | 6 ++++-- include/asm-x86_64/calgary.h | 6 ++++-- include/asm-x86_64/tce.h | 8 +++++--- 4 files changed, 17 insertions(+), 9 deletions(-) diff -puN arch/x86_64/kernel/pci-calgary.c~x86_64-fix-calgary-copyright-statements-per-ibm-guidelines arch/x86_64/kernel/pci-calgary.c --- a/arch/x86_64/kernel/pci-calgary.c~x86_64-fix-calgary-copyright-statements-per-ibm-guidelines +++ a/arch/x86_64/kernel/pci-calgary.c @@ -1,9 +1,11 @@ /* * Derived from arch/powerpc/kernel/iommu.c * - * Copyright (C) 2006 Jon Mason , IBM Corporation - * Copyright (C) 2006 Muli Ben-Yehuda , IBM Corporation + * Copyright (C) IBM Corporation, 2006 * + * Author: Jon Mason + * Author: Muli Ben-Yehuda + * 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 * the Free Software Foundation; either version 2 of the License, or diff -puN arch/x86_64/kernel/tce.c~x86_64-fix-calgary-copyright-statements-per-ibm-guidelines arch/x86_64/kernel/tce.c --- a/arch/x86_64/kernel/tce.c~x86_64-fix-calgary-copyright-statements-per-ibm-guidelines +++ a/arch/x86_64/kernel/tce.c @@ -1,8 +1,10 @@ /* * Derived from arch/powerpc/platforms/pseries/iommu.c * - * Copyright (C) 2006 Jon Mason , IBM Corporation - * Copyright (C) 2006 Muli Ben-Yehuda , IBM Corporation + * Copyright (C) IBM Corporation, 2006 + * + * Author: Jon Mason + * Author: Muli Ben-Yehuda * * 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 diff -puN include/asm-x86_64/calgary.h~x86_64-fix-calgary-copyright-statements-per-ibm-guidelines include/asm-x86_64/calgary.h --- a/include/asm-x86_64/calgary.h~x86_64-fix-calgary-copyright-statements-per-ibm-guidelines +++ a/include/asm-x86_64/calgary.h @@ -1,8 +1,10 @@ /* * Derived from include/asm-powerpc/iommu.h * - * Copyright (C) 2006 Jon Mason , IBM Corporation - * Copyright (C) 2006 Muli Ben-Yehuda , IBM Corporation + * Copyright (C) IBM Corporation, 2006 + * + * Author: Jon Mason + * Author: Muli Ben-Yehuda * * 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 diff -puN include/asm-x86_64/tce.h~x86_64-fix-calgary-copyright-statements-per-ibm-guidelines include/asm-x86_64/tce.h --- a/include/asm-x86_64/tce.h~x86_64-fix-calgary-copyright-statements-per-ibm-guidelines +++ a/include/asm-x86_64/tce.h @@ -1,9 +1,11 @@ /* - * Copyright (C) 2006 Muli Ben-Yehuda , IBM Corporation - * Copyright (C) 2006 Jon Mason , IBM Corporation - * * This file is derived from asm-powerpc/tce.h. * + * Copyright (C) IBM Corporation, 2006 + * + * Author: Muli Ben-Yehuda + * Author: Jon Mason + * * 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 * the Free Software Foundation; either version 2 of the License, or _