summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 12:24:46 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:14 -0500
commit65c6425de9c84553b4bdade81988c9292d66db58 (patch)
tree2463791aa25ae50ea103460cee37ff2db980b729 /c/src/lib/libbsp/arm
parentcpukit/aclocal - Fix one mistake by script (diff)
downloadrtems-65c6425de9c84553b4bdade81988c9292d66db58.tar.bz2
Remove CVS Id Strings (manual edits after script)
These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
Diffstat (limited to 'c/src/lib/libbsp/arm')
-rw-r--r--c/src/lib/libbsp/arm/gp32/include/bsp.h28
-rw-r--r--c/src/lib/libbsp/arm/nds/libnds/source/arm9/rumble.c1
2 files changed, 13 insertions, 16 deletions
diff --git a/c/src/lib/libbsp/arm/gp32/include/bsp.h b/c/src/lib/libbsp/arm/gp32/include/bsp.h
index c7956b6dbf..273f1901be 100644
--- a/c/src/lib/libbsp/arm/gp32/include/bsp.h
+++ b/c/src/lib/libbsp/arm/gp32/include/bsp.h
@@ -1,19 +1,17 @@
-/*-------------------------------------------------------------------------+
-| bsp.h - ARM BSP
-+--------------------------------------------------------------------------+
-| This include file contains definitions related to the ARM BSP.
-+--------------------------------------------------------------------------+
-|
-| Copyright (c) Canon Research France SA.]
-| Emmanuel Raguet, mailto:raguet@crf.canon.fr
-|
-| 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.
-|
-| $Id$
-+--------------------------------------------------------------------------*/
+/**
+ * @file
+ *
+ * This include file contains definitions related to the GP32 BSP.
+ */
+/*
+ * Copyright (c) Canon Research France SA.]
+ * Emmanuel Raguet, mailto:raguet@crf.canon.fr
+ *
+ * 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.
+ */
#ifndef _BSP_H
#define _BSP_H
diff --git a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/rumble.c b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/rumble.c
index a0d883d80c..fc340cd07a 100644
--- a/c/src/lib/libbsp/arm/nds/libnds/source/arm9/rumble.c
+++ b/c/src/lib/libbsp/arm/nds/libnds/source/arm9/rumble.c
@@ -1,5 +1,4 @@
/*---------------------------------------------------------------------------------
- $Id$
Copyright (C) 2005
Michael Noland (joat)
Jason Rogers (dovoto)