diff --git a/c/src/lib/libcpu/i386/ChangeLog b/c/src/lib/libcpu/i386/ChangeLog index 44852e7dc1..ff8449bc17 100644 --- a/c/src/lib/libcpu/i386/ChangeLog +++ b/c/src/lib/libcpu/i386/ChangeLog @@ -1,3 +1,7 @@ +2011-01-29 Ralf Corsépius + + * page.c: Remove CVS-Header tag. Add CVS-Id + 2011-01-28 Joel Sherrill * byteorder.h, cpu.h, page.c: Fix typo where license said diff --git a/c/src/lib/libcpu/i386/page.c b/c/src/lib/libcpu/i386/page.c index 6cdd622643..c8b8552a97 100644 --- a/c/src/lib/libcpu/i386/page.c +++ b/c/src/lib/libcpu/i386/page.c @@ -1,4 +1,6 @@ /* + * $Id$ + * * page.c :- This file contains implementation of C function to * Instanciate paging. More detailled information * can be found on Intel site and more precisely in @@ -15,8 +17,6 @@ * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. - * - * $Header$ */ #include