diff options
author | Eric Biederman <ebiederm@xmission.com> | 2003-07-12 02:15:12 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2003-07-12 02:15:12 +0000 |
commit | 655bf44cde143433587a82424d67f4d92060bfb4 (patch) | |
tree | ac3b52e1fdedf85fb069c2cc15546e5ed20e9cc3 /src/arch/ppc/lib | |
parent | 3d3f438937f9359ecb58f1c18a910a8302404ad5 (diff) |
- Remove all of the annoying $Id strings
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@956 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc/lib')
-rw-r--r-- | src/arch/ppc/lib/c_start.S | 1 | ||||
-rw-r--r-- | src/arch/ppc/lib/cpuid.c | 1 | ||||
-rw-r--r-- | src/arch/ppc/lib/floats.S | 1 | ||||
-rw-r--r-- | src/arch/ppc/lib/floats.inc | 1 | ||||
-rw-r--r-- | src/arch/ppc/lib/setup.c | 1 | ||||
-rw-r--r-- | src/arch/ppc/lib/timebase.S | 1 | ||||
-rw-r--r-- | src/arch/ppc/lib/timer.c | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/ppc/lib/c_start.S b/src/arch/ppc/lib/c_start.S index 1719fd7103..e88ce67f8c 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 ff4e3cccad..c80458d09c 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 57b38cb9c3..393ebe338c 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 5c366af63f..c80120acc0 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 000a4b15a9..09fd4c06e2 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 48171db498..248248bd82 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 8f968f1a5f..c82df1973b 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) */ |