From: Eric Biederman Date: Sat, 12 Jul 2003 02:15:12 +0000 (+0000) Subject: - Remove all of the annoying $Id strings X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=655bf44cde143433587a82424d67f4d92060bfb4;p=coreboot.git - Remove all of the annoying $Id strings git-svn-id: svn://svn.coreboot.org/coreboot/trunk@956 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- diff --git a/src/arch/i386/include/arch/asm.h b/src/arch/i386/include/arch/asm.h index ea63e2d4e..122b299d2 100644 --- a/src/arch/i386/include/arch/asm.h +++ b/src/arch/i386/include/arch/asm.h @@ -7,22 +7,11 @@ * Bootstrap code for the STPC Consumer * Copyright (c) 1999 by Net Insight AB. All Rights Reserved. * - * $Id$ - * */ #define I386_ALIGN_TEXT 0 #define I386_ALIGN_DATA 0 -/* - * XXX - */ -#ifdef __ELF__ -#define EXT(x) x -#else -#define EXT(x) _ ## x -#endif - #define STATIC(x) .align I386_ALIGN_TEXT; EXT(x): #define GLOBAL(x) .globl EXT(x); STATIC(x) #define ENTRY(x) .text; GLOBAL(x) diff --git a/src/arch/i386/include/arch/intel.h b/src/arch/i386/include/arch/intel.h index df6604e08..e46e88155 100644 --- a/src/arch/i386/include/arch/intel.h +++ b/src/arch/i386/include/arch/intel.h @@ -27,8 +27,6 @@ it with the version available from LANL. /* * Bootstrap code for the Intel * - * $Id$ - * */ /* diff --git a/src/arch/ppc/include/ppc.h b/src/arch/ppc/include/ppc.h index fe4aa1654..88154712f 100644 --- a/src/arch/ppc/include/ppc.h +++ b/src/arch/ppc/include/ppc.h @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */ diff --git a/src/arch/ppc/include/ppcreg.h b/src/arch/ppc/include/ppcreg.h index 5ec0dd941..8e917ebef 100644 --- a/src/arch/ppc/include/ppcreg.h +++ b/src/arch/ppc/include/ppcreg.h @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */ diff --git a/src/arch/ppc/include/timer.h b/src/arch/ppc/include/timer.h index 9a2328f7c..eacd7f01a 100644 --- a/src/arch/ppc/include/timer.h +++ b/src/arch/ppc/include/timer.h @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */ diff --git a/src/arch/ppc/lib/c_start.S b/src/arch/ppc/lib/c_start.S index 1719fd710..e88ce67f8 100644 --- a/src/arch/ppc/lib/c_start.S +++ b/src/arch/ppc/lib/c_start.S @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */ diff --git a/src/arch/ppc/lib/cpuid.c b/src/arch/ppc/lib/cpuid.c index ff4e3ccca..c80458d09 100644 --- a/src/arch/ppc/lib/cpuid.c +++ b/src/arch/ppc/lib/cpuid.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */ diff --git a/src/arch/ppc/lib/floats.S b/src/arch/ppc/lib/floats.S index 57b38cb9c..393ebe338 100644 --- a/src/arch/ppc/lib/floats.S +++ b/src/arch/ppc/lib/floats.S @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 1999-2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */ diff --git a/src/arch/ppc/lib/floats.inc b/src/arch/ppc/lib/floats.inc index 5c366af63..c80120acc 100644 --- a/src/arch/ppc/lib/floats.inc +++ b/src/arch/ppc/lib/floats.inc @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 1999-2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */ diff --git a/src/arch/ppc/lib/setup.c b/src/arch/ppc/lib/setup.c index 000a4b15a..09fd4c06e 100644 --- a/src/arch/ppc/lib/setup.c +++ b/src/arch/ppc/lib/setup.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */ diff --git a/src/arch/ppc/lib/timebase.S b/src/arch/ppc/lib/timebase.S index 48171db49..248248bd8 100644 --- a/src/arch/ppc/lib/timebase.S +++ b/src/arch/ppc/lib/timebase.S @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 1999-2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */ diff --git a/src/arch/ppc/lib/timer.c b/src/arch/ppc/lib/timer.c index 8f968f1a5..c82df1973 100644 --- a/src/arch/ppc/lib/timer.c +++ b/src/arch/ppc/lib/timer.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */ diff --git a/src/config/linuxbios_c.ld b/src/config/linuxbios_c.ld index 9cb2978c5..4340f1a13 100644 --- a/src/config/linuxbios_c.ld +++ b/src/config/linuxbios_c.ld @@ -10,9 +10,6 @@ /* * Bootstrap code for the STPC Consumer * Copyright (c) 1999 by Net Insight AB. All Rights Reserved. - * - * $Id$ - * */ /* diff --git a/src/console/console.c b/src/console/console.c index 458fbb8ff..0f6fb0740 100644 --- a/src/console/console.c +++ b/src/console/console.c @@ -1,7 +1,5 @@ /* * Bootstrap code for the INTEL - * $Id$ - * */ #include diff --git a/src/console/printk.c b/src/console/printk.c index 67b0d4e19..636424c12 100644 --- a/src/console/printk.c +++ b/src/console/printk.c @@ -4,11 +4,6 @@ * Copyright (C) 1991, 1992 Linus Torvalds * */ - -#ifndef lint -static char rcsid[] = "$Id$"; -#endif - //typedef void * va_list; #include diff --git a/src/console/vsprintf.c b/src/console/vsprintf.c index b1310c62d..cabede099 100644 --- a/src/console/vsprintf.c +++ b/src/console/vsprintf.c @@ -8,11 +8,6 @@ /* * Wirzenius wrote this portably, Torvalds fucked it up :-) */ - -#ifndef lint -static char rcsid[] = "$Id$"; -#endif - #include #include diff --git a/src/cpu/p6/mtrr.c b/src/cpu/p6/mtrr.c index 59de9b5ec..413acb188 100644 --- a/src/cpu/p6/mtrr.c +++ b/src/cpu/p6/mtrr.c @@ -21,8 +21,6 @@ * * * Reference: Intel Architecture Software Developer's Manual, Volume 3: System Programming - * - * $Id$ */ #include diff --git a/src/include/device/pci.h b/src/include/device/pci.h index c49a2bdcc..0b76de321 100644 --- a/src/include/device/pci.h +++ b/src/include/device/pci.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * PCI defines and function prototypes * Copyright 1994, Drew Eckhardt * Copyright 1997--1999 Martin Mares diff --git a/src/lib/uart8250.c b/src/lib/uart8250.c index 778919b7f..ceb4e4aa8 100644 --- a/src/lib/uart8250.c +++ b/src/lib/uart8250.c @@ -1,7 +1,3 @@ -#ifndef lint -static char rcsid[] = "$Id$"; -#endif - /* Should support 8250, 16450, 16550, 16550A type uarts */ #include #include diff --git a/src/mainboard/motorola/sandpoint/flash.h b/src/mainboard/motorola/sandpoint/flash.h index bd104a529..1d4b812db 100644 --- a/src/mainboard/motorola/sandpoint/flash.h +++ b/src/mainboard/motorola/sandpoint/flash.h @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */ diff --git a/src/mainboard/motorola/sandpoint/flash/amd800.c b/src/mainboard/motorola/sandpoint/flash/amd800.c index 607f3d763..da56082bf 100644 --- a/src/mainboard/motorola/sandpoint/flash/amd800.c +++ b/src/mainboard/motorola/sandpoint/flash/amd800.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */ diff --git a/src/mainboard/motorola/sandpoint/flash/flash.c b/src/mainboard/motorola/sandpoint/flash/flash.c index 8db0f6aa5..3cd50c082 100644 --- a/src/mainboard/motorola/sandpoint/flash/flash.c +++ b/src/mainboard/motorola/sandpoint/flash/flash.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */ diff --git a/src/mainboard/motorola/sandpoint/nvram.h b/src/mainboard/motorola/sandpoint/nvram.h index 67b99f57f..081ffa675 100644 --- a/src/mainboard/motorola/sandpoint/nvram.h +++ b/src/mainboard/motorola/sandpoint/nvram.h @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* Definitions for nvram devices - these are flash or eeprom devices used to diff --git a/src/mainboard/motorola/sandpoint/nvram/nvram.c b/src/mainboard/motorola/sandpoint/nvram/nvram.c index 45ca3f26e..e6a293b02 100644 --- a/src/mainboard/motorola/sandpoint/nvram/nvram.c +++ b/src/mainboard/motorola/sandpoint/nvram/nvram.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */ diff --git a/src/northbridge/motorola/mpc107/i2c.c b/src/northbridge/motorola/mpc107/i2c.c index 5f06a5136..9b19f824a 100644 --- a/src/northbridge/motorola/mpc107/i2c.c +++ b/src/northbridge/motorola/mpc107/i2c.c @@ -1,4 +1,4 @@ -/* $Id$ +/* * (C) Copyright 2002 * Humboldt Solutions Ltd, * diff --git a/src/northbridge/motorola/mpc107/i2c.h b/src/northbridge/motorola/mpc107/i2c.h index c335a6f9e..d54f599bd 100644 --- a/src/northbridge/motorola/mpc107/i2c.h +++ b/src/northbridge/motorola/mpc107/i2c.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * (C) Copyright 2002 * Humboldt Solutions Ltd, * diff --git a/src/pmc/altimus/mpc7410/mpc7410.c b/src/pmc/altimus/mpc7410/mpc7410.c index cb556b079..2d69149a6 100644 --- a/src/pmc/altimus/mpc7410/mpc7410.c +++ b/src/pmc/altimus/mpc7410/mpc7410.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */ diff --git a/src/superio/NSC/pc87360/superio.c b/src/superio/NSC/pc87360/superio.c index 451bf4b8c..aa4b66800 100644 --- a/src/superio/NSC/pc87360/superio.c +++ b/src/superio/NSC/pc87360/superio.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */ diff --git a/src/superio/NSC/pc97307/superio.c b/src/superio/NSC/pc97307/superio.c index 99f0eac6a..621ad9045 100644 --- a/src/superio/NSC/pc97307/superio.c +++ b/src/superio/NSC/pc97307/superio.c @@ -1,4 +1,3 @@ -/* $Id$ */ /* Copyright 2000 AG Electronics Ltd. */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */