minor header cleanups
authorAli Saidi <saidi@eecs.umich.edu>
Sat, 17 Jun 2006 22:40:40 +0000 (18:40 -0400)
committerAli Saidi <saidi@eecs.umich.edu>
Sat, 17 Jun 2006 22:40:40 +0000 (18:40 -0400)
src/dev/alpha_console.cc:
    Remove my name twice from header
src/dev/ide_disk.cc:
    Spell my full name correctly
src/mem/bus.hh:
    I think I edited much of this
src/sim/byteswap.hh:
    I believe most of this code is mine or nate's

--HG--
extra : convert_revision : b672b5de5492e04d2880fb51e7d63bc5587f2954

src/mem/bus.hh
src/sim/byteswap.hh

index c2b78c31fd2f80ecade5c188fe9009a817ce1256..9c7054b9494f341bd4013ac52705d4a1d250f9c1 100644 (file)
@@ -26,6 +26,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
  * Authors: Ron Dreslinski
+ *          Ali Saidi
  */
 
 /**
index a3138a25e98df1d494b190291160926e53a6977e..c7abc4bff313f925eac8ec518e4fae0f810bc62a 100644 (file)
@@ -25,7 +25,8 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * Authors: Gabe Black
+ * Authors: Ali Saidi
+ *          Nathan Binkert
  */
 
 //The purpose of this file is to provide endainness conversion utility