diff options
author | Nathan Binkert <nate@binkert.org> | 2011-06-02 14:36:35 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2011-06-02 14:36:35 -0700 |
commit | f656787edb2f7f6d95f267fdd91bbcd67f7305ac (patch) | |
tree | 24ca6dabcb9b4e1d00b9c99816fb132c96daac1a /src/base | |
parent | 6a1be32a7277c59f13f354bec8ece868043ac0cd (diff) | |
download | gem5-f656787edb2f7f6d95f267fdd91bbcd67f7305ac.tar.xz |
copyright: clean up copyright blocks
Diffstat (limited to 'src/base')
-rw-r--r-- | src/base/random_mt.cc | 2 | ||||
-rw-r--r-- | src/base/remote_gdb.cc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/base/random_mt.cc b/src/base/random_mt.cc index 6ea54ec03..70a7b0436 100644 --- a/src/base/random_mt.cc +++ b/src/base/random_mt.cc @@ -5,7 +5,7 @@ * Before using, initialize the state by using init_genrand(seed) * or init_by_array(init_key, key_length). * - * Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, + * Copyright (C) 1997-2002 Makoto Matsumoto and Takuji Nishimura * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/base/remote_gdb.cc b/src/base/remote_gdb.cc index 01e50824e..980b66bdc 100644 --- a/src/base/remote_gdb.cc +++ b/src/base/remote_gdb.cc @@ -29,8 +29,8 @@ */ /* - * Copyright (c) 1990, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1990, 1993 The Regents of the University of California + * All rights reserved * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and |