Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
···55 *66 * cmdline.c: Kernel command line creation using ARCS argc/argv.77 *88- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)88+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)99 */1010#include <linux/init.h>1111#include <linux/kernel.h>
+1-1
arch/mips/fw/arc/env.c
···55 *66 * env.c: ARCS environment variable routines.77 *88- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)88+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)99 */1010#include <linux/init.h>1111#include <linux/kernel.h>
+1-1
arch/mips/fw/arc/identify.c
···99 *1010 * This code is based on arch/mips/sgi/kernel/system.c, which is1111 *1212- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)1212+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)1313 */1414#include <linux/init.h>1515#include <linux/kernel.h>
+1-1
arch/mips/fw/arc/init.c
···55 *66 * PROM library initialisation code.77 *88- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)88+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)99 */1010#include <linux/init.h>1111#include <linux/kernel.h>
+1-1
arch/mips/fw/arc/misc.c
···55 *66 * Miscellaneous ARCS PROM routines.77 *88- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)88+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)99 * Copyright (C) 1999 Ralf Baechle (ralf@gnu.org)1010 * Copyright (C) 1999 Silicon Graphics, Inc.1111 */
+1-1
arch/mips/fw/arc/salone.c
···22 * Routines to load into memory and execute stand-along program images using33 * ARCS PROM firmware.44 *55- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)55+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)66 */77#include <linux/init.h>88#include <asm/sgialib.h>
+1-1
arch/mips/fw/arc/time.c
···55 *66 * Extracting time information from ARCS prom.77 *88- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)88+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)99 */1010#include <linux/init.h>1111
+1-1
arch/mips/fw/arc/tree.c
···55 *66 * PROM component device tree code.77 *88- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)88+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)99 * Copyright (C) 1999 Ralf Baechle (ralf@gnu.org)1010 * Copyright (C) 1999 Silicon Graphics, Inc.1111 */
+1-1
arch/mips/include/asm/asmmacro-32.h
···11/*22 * asmmacro.h: Assembler macros to make things easier to read.33 *44- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)44+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)55 * Copyright (C) 1998, 1999, 2003 Ralf Baechle66 */77#ifndef _ASM_ASMMACRO_32_H
+1-1
arch/mips/include/asm/asmmacro-64.h
···11/*22 * asmmacro.h: Assembler macros to make things easier to read.33 *44- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)44+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)55 * Copyright (C) 1998, 1999 Ralf Baechle66 * Copyright (C) 1999 Silicon Graphics, Inc.77 */
+1-1
arch/mips/include/asm/cpu.h
···22 * cpu.h: Values of the PRId register used to match up33 * various MIPS cpu types.44 *55- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)55+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)66 * Copyright (C) 2004 Maciej W. Rozycki77 */88#ifndef _ASM_CPU_H
+1-1
arch/mips/include/asm/r4kcache.h
···55 *66 * Inline assembly cache operations.77 *88- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)88+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)99 * Copyright (C) 1997 - 2002 Ralf Baechle (ralf@gnu.org)1010 * Copyright (C) 2004 Ralf Baechle (ralf@linux-mips.org)1111 */
+1-1
arch/mips/include/asm/sgialib.h
···55 *66 * SGI ARCS firmware interface library for the Linux kernel.77 *88- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)88+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)99 * Copyright (C) 2001, 2002 Ralf Baechle (ralf@gnu.org)1010 */1111#ifndef _ASM_SGIALIB_H
+1-1
arch/mips/include/asm/sgiarcs.h
···55 *66 * ARC firmware interface defines.77 *88- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)88+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)99 * Copyright (C) 1999, 2001 Ralf Baechle (ralf@gnu.org)1010 * Copyright (C) 1999 Silicon Graphics, Inc.1111 */
+1-1
arch/mips/kernel/octeon_switch.S
···44 * for more details.55 *66 * Copyright (C) 1994, 1995, 1996, 1998, 1999, 2002, 2003 Ralf Baechle77- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)77+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)88 * Copyright (C) 1994, 1995, 1996, by Andreas Busse99 * Copyright (C) 1999 Silicon Graphics, Inc.1010 * Copyright (C) 2000 MIPS Technologies, Inc.
+1-1
arch/mips/kernel/r2300_fpu.S
···66 * Copyright (C) 1996, 1998 by Ralf Baechle77 *88 * Multi-arch abstraction and asm macros for easier reading:99- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)99+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)1010 *1111 * Further modifications to make this work:1212 * Copyright (c) 1998 Harald Koerfgen
+1-1
arch/mips/kernel/r2300_switch.S
···55 * Copyright (C) 1994, 1995, 1996 by Andreas Busse66 *77 * Multi-cpu abstraction and macros for easier reading:88- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)88+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)99 *1010 * Further modifications to make this work:1111 * Copyright (c) 1998-2000 Harald Koerfgen
+1-1
arch/mips/kernel/r4k_fpu.S
···66 * Copyright (C) 1996, 98, 99, 2000, 01 Ralf Baechle77 *88 * Multi-arch abstraction and asm macros for easier reading:99- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)99+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)1010 *1111 * Carsten Langgaard, carstenl@mips.com1212 * Copyright (C) 2000 MIPS Technologies, Inc.
+1-1
arch/mips/kernel/r4k_switch.S
···44 * for more details.55 *66 * Copyright (C) 1994, 1995, 1996, 1998, 1999, 2002, 2003 Ralf Baechle77- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)77+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)88 * Copyright (C) 1994, 1995, 1996, by Andreas Busse99 * Copyright (C) 1999 Silicon Graphics, Inc.1010 * Copyright (C) 2000 MIPS Technologies, Inc.
+1-1
arch/mips/kernel/r6000_fpu.S
···88 * Copyright (C) 1996 by Ralf Baechle99 *1010 * Multi-arch abstraction and asm macros for easier reading:1111- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)1111+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)1212 */1313#include <asm/asm.h>1414#include <asm/fpregdef.h>
+1-1
arch/mips/mm/c-r3k.c
···11/*22 * r2300.c: R2000 and R3000 specific mmu/cache code.33 *44- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)44+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)55 *66 * with a lot of changes to make this thing work for R3000s77 * Tx39XX R4k style caches added. HK
+1-1
arch/mips/mm/c-r4k.c
···33 * License. See the file "COPYING" in the main directory of this archive44 * for more details.55 *66- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)66+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)77 * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Ralf Baechle (ralf@gnu.org)88 * Copyright (C) 1999, 2000 Silicon Graphics, Inc.99 */
+1-1
arch/mips/mm/c-tx39.c
···11/*22 * r2300.c: R2000 and R3000 specific mmu/cache code.33 *44- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)44+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)55 *66 * with a lot of changes to make this thing work for R3000s77 * Tx39XX R4k style caches added. HK
+1-1
arch/mips/mm/sc-ip22.c
···22 * sc-ip22.c: Indy cache management functions.33 *44 * Copyright (C) 1997, 2001 Ralf Baechle (ralf@gnu.org),55- * derived from r4xx0.c by David S. Miller (dm@engr.sgi.com).55+ * derived from r4xx0.c by David S. Miller (davem@davemloft.net).66 */77#include <linux/init.h>88#include <linux/kernel.h>
+1-1
arch/mips/mm/sc-r5k.c
···11/*22 * Copyright (C) 1997, 2001 Ralf Baechle (ralf@gnu.org),33- * derived from r4xx0.c by David S. Miller (dm@engr.sgi.com).33+ * derived from r4xx0.c by David S. Miller (davem@davemloft.net).44 */55#include <linux/init.h>66#include <linux/kernel.h>
+1-1
arch/mips/mm/tlb-r3k.c
···11/*22 * r2300.c: R2000 and R3000 specific mmu/cache code.33 *44- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)44+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)55 *66 * with a lot of changes to make this thing work for R3000s77 * Tx39XX R4k style caches added. HK
+1-1
arch/mips/mm/tlb-r4k.c
···33 * License. See the file "COPYING" in the main directory of this archive44 * for more details.55 *66- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)66+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)77 * Copyright (C) 1997, 1998, 1999, 2000 Ralf Baechle ralf@gnu.org88 * Carsten Langgaard, carstenl@mips.com99 * Copyright (C) 2002 MIPS Technologies, Inc. All rights reserved.
+1-1
arch/mips/mm/tlb-r8k.c
···33 * License. See the file "COPYING" in the main directory of this archive44 * for more details.55 *66- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)66+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)77 * Copyright (C) 1997, 1998, 1999, 2000 Ralf Baechle ralf@gnu.org88 * Carsten Langgaard, carstenl@mips.com99 * Copyright (C) 2002 MIPS Technologies, Inc. All rights reserved.
+1-1
arch/mips/sgi-ip22/ip22-hpc.c
···11/*22 * ip22-hpc.c: Routines for generic manipulation of the HPC controllers.33 *44- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)44+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)55 * Copyright (C) 1998 Ralf Baechle66 */77
+1-1
arch/mips/sgi-ip22/ip22-int.c
···22 * ip22-int.c: Routines for generic manipulation of the INT[23] ASIC33 * found on INDY and Indigo2 workstations.44 *55- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)55+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)66 * Copyright (C) 1997, 1998 Ralf Baechle (ralf@gnu.org)77 * Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu)88 * - Indigo2 changes
+1-1
arch/mips/sgi-ip22/ip22-mc.c
···11/*22 * ip22-mc.c: Routines for manipulating SGI Memory Controller.33 *44- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)44+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)55 * Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu) - Indigo2 changes66 * Copyright (C) 2003 Ladislav Michl (ladis@linux-mips.org)77 * Copyright (C) 2004 Peter Fuerst (pf@net.alphadv.de) - IP28
+1-1
arch/mips/sgi-ip22/ip22-setup.c
···11/*22 * ip22-setup.c: SGI specific setup, including init of the feature struct.33 *44- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)44+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)55 * Copyright (C) 1997, 1998 Ralf Baechle (ralf@gnu.org)66 */77#include <linux/init.h>
+1-1
drivers/net/sgiseeq.c
···11/*22 * sgiseeq.c: Seeq8003 ethernet driver for SGI machines.33 *44- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)44+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)55 */6677#undef DEBUG
+1-1
drivers/net/sgiseeq.h
···11/*22 * sgiseeq.h: Defines for the Seeq8003 ethernet controller.33 *44- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)44+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)55 */66#ifndef _SGISEEQ_H77#define _SGISEEQ_H
+1-1
drivers/scsi/sgiwd93.c
···33 * License. See the file "COPYING" in the main directory of this archive44 * for more details.55 *66- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)66+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)77 * Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu)88 * Copyright (C) 2001 Florian Lohoff (flo@rfc822.org)99 * Copyright (C) 2003, 07 Ralf Baechle (ralf@linux-mips.org)
+1-1
drivers/video/console/newport_con.c
···66 * 77 * This driver is based on sgicons.c and cons_newport.88 * 99- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)99+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)1010 * Copyright (C) 1997 Miguel de Icaza (miguel@nuclecu.unam.mx)1111 */1212#include <linux/init.h>
+1-1
include/video/newport.h
···33 * newport.h: Defines and register layout for NEWPORT graphics44 * hardware.55 *66- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)66+ * Copyright (C) 1996 David S. Miller (davem@davemloft.net)77 * 88 * Ulf Carlsson - Compability with the IRIX structures added99 */