summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2008-02-11 12:35:28 -0500
committerAli Saidi <saidi@eecs.umich.edu>2008-02-11 12:35:28 -0500
commita33a3f7c552919003950e8171f02634f7ae62f27 (patch)
tree24b016f59c9ef0a237738218ddd8645a8f99d6b1
parent71835d42df8fb488380be8cc89be4298b268902a (diff)
downloadgem5-a33a3f7c552919003950e8171f02634f7ae62f27.tar.xz
Update copyright dates
--HG-- extra : convert_revision : 547e7ddff6b8005a9eaad60970bc51984e84fcd1
-rw-r--r--LICENSE2
-rw-r--r--src/python/m5/main.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index a08009439..88190f1f5 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2000-2006 The Regents of The University of Michigan
+Copyright (c) 2000-2008 The Regents of The University of Michigan
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/src/python/m5/main.py b/src/python/m5/main.py
index 96f017cb0..4bcca46d2 100644
--- a/src/python/m5/main.py
+++ b/src/python/m5/main.py
@@ -42,7 +42,7 @@ __all__ = [ 'options', 'arguments', 'main' ]
usage="%prog [m5 options] script.py [script options]"
version="%prog 2.0"
brief_copyright='''
-Copyright (c) 2001-2006
+Copyright (c) 2001-2008
The Regents of The University of Michigan
All Rights Reserved
'''