MRM332 - Remove incorrect $Id$ string and correct file header

This commit is contained in:
Joel Sherrill
2012-05-02 14:12:57 -05:00
parent bb43b51e66
commit 70f5ab389d
2 changed files with 26 additions and 2 deletions

View File

@@ -1,5 +1,17 @@
/**
* @file
*
* MRM332 Assembly Start Up Code
*/
/*
* $Id
* COPYRIGHT (c) 2000.
* Matt Cross <profesor@gweep.net>
*
* 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.
*
*/
#include "mrm332.h"

View File

@@ -1,5 +1,17 @@
/**
* @file
*
* MRM332 C Start Up Code
*/
/*
* $Id
* COPYRIGHT (c) 2000.
* Matt Cross <profesor@gweep.net>
*
* 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.
*
*/
#include <mrm332.h>