- Remove all of the annoying $Id strings

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@956 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Eric Biederman 2003-07-12 02:15:12 +00:00
parent 3d3f438937
commit 655bf44cde
29 changed files with 2 additions and 56 deletions

View File

@ -7,22 +7,11 @@
* Bootstrap code for the STPC Consumer * Bootstrap code for the STPC Consumer
* Copyright (c) 1999 by Net Insight AB. All Rights Reserved. * Copyright (c) 1999 by Net Insight AB. All Rights Reserved.
* *
* $Id$
*
*/ */
#define I386_ALIGN_TEXT 0 #define I386_ALIGN_TEXT 0
#define I386_ALIGN_DATA 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 STATIC(x) .align I386_ALIGN_TEXT; EXT(x):
#define GLOBAL(x) .globl EXT(x); STATIC(x) #define GLOBAL(x) .globl EXT(x); STATIC(x)
#define ENTRY(x) .text; GLOBAL(x) #define ENTRY(x) .text; GLOBAL(x)

View File

@ -27,8 +27,6 @@ it with the version available from LANL.
/* /*
* Bootstrap code for the Intel * Bootstrap code for the Intel
* *
* $Id$
*
*/ */
/* /*

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */ /* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */ /* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */ /* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */ /* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */ /* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1999-2000 AG Electronics Ltd. */ /* Copyright 1999-2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1999-2000 AG Electronics Ltd. */ /* Copyright 1999-2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */ /* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 1999-2000 AG Electronics Ltd. */ /* Copyright 1999-2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */ /* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */

View File

@ -10,9 +10,6 @@
/* /*
* Bootstrap code for the STPC Consumer * Bootstrap code for the STPC Consumer
* Copyright (c) 1999 by Net Insight AB. All Rights Reserved. * Copyright (c) 1999 by Net Insight AB. All Rights Reserved.
*
* $Id$
*
*/ */
/* /*

View File

@ -1,7 +1,5 @@
/* /*
* Bootstrap code for the INTEL * Bootstrap code for the INTEL
* $Id$
*
*/ */
#include <arch/io.h> #include <arch/io.h>

View File

@ -4,11 +4,6 @@
* Copyright (C) 1991, 1992 Linus Torvalds * Copyright (C) 1991, 1992 Linus Torvalds
* *
*/ */
#ifndef lint
static char rcsid[] = "$Id$";
#endif
//typedef void * va_list; //typedef void * va_list;
#include <stdarg.h> #include <stdarg.h>

View File

@ -8,11 +8,6 @@
/* /*
* Wirzenius wrote this portably, Torvalds fucked it up :-) * Wirzenius wrote this portably, Torvalds fucked it up :-)
*/ */
#ifndef lint
static char rcsid[] = "$Id$";
#endif
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>

View File

@ -21,8 +21,6 @@
* *
* *
* Reference: Intel Architecture Software Developer's Manual, Volume 3: System Programming * Reference: Intel Architecture Software Developer's Manual, Volume 3: System Programming
*
* $Id$
*/ */
#include <console/console.h> #include <console/console.h>

View File

@ -1,6 +1,4 @@
/* /*
* $Id$
*
* PCI defines and function prototypes * PCI defines and function prototypes
* Copyright 1994, Drew Eckhardt * Copyright 1994, Drew Eckhardt
* Copyright 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz> * Copyright 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>

View File

@ -1,7 +1,3 @@
#ifndef lint
static char rcsid[] = "$Id$";
#endif
/* Should support 8250, 16450, 16550, 16550A type uarts */ /* Should support 8250, 16450, 16550, 16550A type uarts */
#include <arch/io.h> #include <arch/io.h>
#include <uart8250.h> #include <uart8250.h>

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */ /* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */ /* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */ /* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */ /* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */
/* Definitions for nvram devices - these are flash or eeprom devices used to /* Definitions for nvram devices - these are flash or eeprom devices used to

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */ /* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */

View File

@ -1,4 +1,4 @@
/* $Id$ /*
* (C) Copyright 2002 * (C) Copyright 2002
* Humboldt Solutions Ltd, <adrian@humboldt.co.uk> * Humboldt Solutions Ltd, <adrian@humboldt.co.uk>
* *

View File

@ -1,4 +1,4 @@
/* $Id$ /*
* (C) Copyright 2002 * (C) Copyright 2002
* Humboldt Solutions Ltd, <adrian@humboldt.co.uk> * Humboldt Solutions Ltd, <adrian@humboldt.co.uk>
* *

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */ /* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */ /* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */

View File

@ -1,4 +1,3 @@
/* $Id$ */
/* Copyright 2000 AG Electronics Ltd. */ /* Copyright 2000 AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */ /* This code is distributed without warranty under the GPL v2 (see COPYING) */