Skip to content

Commit 6f42dc4

Browse files
committed
[ALL] Removed "@Version" from each source file header.
Signed-off-by: Anup Patel <[email protected]>
1 parent b402521 commit 6f42dc4

File tree

293 files changed

+1
-296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

293 files changed

+1
-296
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1818
#
1919
# @file Makefile
20-
# @version 1.0
2120
# @author Anup Patel ([email protected])
2221
# @brief toplevel makefile to build VMM source code
2322
# */

arch/arm/board/beagle/brd_defterm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1818
*
1919
* @file brd_defterm.c
20-
* @version 1.0
2120
* @author Pranav Sawargaonkar ([email protected])
2221
* @brief default serial terminal source
2322
*/

arch/arm/board/beagle/brd_main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1818
*
1919
* @file brd_main.c
20-
* @version 1.0
2120
* @author Pranav Sawargaonkar ([email protected])
2221
* @brief main source file for board specific code
2322
*/

arch/arm/board/beagle/brd_pic.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1818
*
1919
* @file brd_pic.c
20-
* @version 1.0
2120
* @author Pranav Sawargaonkar ([email protected])
2221
* @brief board specific progammable interrupt contoller
2322
*/

arch/arm/board/beagle/brd_timer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1818
*
1919
* @file brd_timer.c
20-
* @version 1.0
2120
* @author Sukanto Ghosh ([email protected])
2221
* @brief source code for Beagle board specific general purpose timers
2322
*

arch/arm/board/beagle/include/arch_board.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1818
*
1919
* @file arch_board.h
20-
* @version 1.0
2120
* @author Pranav Sawargaonkar ([email protected])
2221
* @brief board specific initialization functions
2322
*/

arch/arm/board/beagle/objects.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1818
#
1919
# @file objects.mk
20-
# @version 1.0
2120
# @author Pranav Sawargaonkar ([email protected])
2221
# @brief list of OMAP3 beagle board objects.
2322
# */

arch/arm/board/beagle/openconf.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1818
#
1919
# @file openconf.cfg
20-
# @version 1.0
2120
# @author Pranav Sawargaonkar ([email protected])
2221
# @brief Board config file for Beagle Board
2322
#*/

arch/arm/board/common/include/omap3/config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1818
*
1919
* @file config.h
20-
* @version 1.0
2120
* @author Pranav Sawargaonkar ([email protected])
2221
* @brief header file for OMAP3 configuration macors & defines
2322
*/

arch/arm/board/common/include/omap3/gpt.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1919
*
2020
* @file gpt.h
21-
* @version 1.0
2221
* @author Pranav Sawargaonkar ([email protected])
2322
* @author Sukanto Ghosh ([email protected])
2423
* @brief OMAP3 general purpose timer APIs

0 commit comments

Comments
 (0)