summaryrefslogtreecommitdiff
path: root/src/base/random_mt.cc
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2011-06-02 14:36:35 -0700
committerNathan Binkert <nate@binkert.org>2011-06-02 14:36:35 -0700
commitf656787edb2f7f6d95f267fdd91bbcd67f7305ac (patch)
tree24ca6dabcb9b4e1d00b9c99816fb132c96daac1a /src/base/random_mt.cc
parent6a1be32a7277c59f13f354bec8ece868043ac0cd (diff)
downloadgem5-f656787edb2f7f6d95f267fdd91bbcd67f7305ac.tar.xz
copyright: clean up copyright blocks
Diffstat (limited to 'src/base/random_mt.cc')
-rw-r--r--src/base/random_mt.cc2
1 files changed, 1 insertions, 1 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