summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
'''