summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/circlebuf.cc2
-rw-r--r--base/circlebuf.hh2
-rw-r--r--base/compression/lzss_compression.cc2
-rw-r--r--base/compression/lzss_compression.hh2
-rw-r--r--base/compression/null_compression.hh2
-rw-r--r--base/cprintf.cc2
-rw-r--r--base/cprintf.hh2
-rw-r--r--base/cprintf_formats.hh2
-rw-r--r--base/dbl_list.hh2
-rw-r--r--base/fast_alloc.cc2
-rw-r--r--base/fast_alloc.hh2
-rw-r--r--base/fifo_buffer.cc2
-rw-r--r--base/fifo_buffer.hh2
-rw-r--r--base/hashmap.hh2
-rw-r--r--base/hybrid_pred.cc2
-rw-r--r--base/hybrid_pred.hh2
-rw-r--r--base/inet.cc2
-rw-r--r--base/inet.hh2
-rw-r--r--base/inifile.cc2
-rw-r--r--base/inifile.hh2
-rw-r--r--base/intmath.cc2
-rw-r--r--base/intmath.hh2
-rw-r--r--base/loader/elf_object.cc2
-rw-r--r--base/loader/elf_object.hh2
-rw-r--r--base/loader/object_file.cc2
-rw-r--r--base/loader/object_file.hh2
-rw-r--r--base/loader/symtab.cc2
-rw-r--r--base/loader/symtab.hh2
-rw-r--r--base/misc.cc2
-rw-r--r--base/misc.hh2
-rw-r--r--base/mod_num.hh2
-rw-r--r--base/pollevent.cc2
-rw-r--r--base/pollevent.hh2
-rw-r--r--base/predictor.hh2
-rw-r--r--base/range.cc2
-rw-r--r--base/range.hh2
-rw-r--r--base/refcnt.hh2
-rw-r--r--base/remote_gdb.cc2
-rw-r--r--base/remote_gdb.hh2
-rw-r--r--base/res_list.hh2
-rw-r--r--base/sat_counter.cc2
-rw-r--r--base/sat_counter.hh2
-rw-r--r--base/sched_list.hh2
-rw-r--r--base/socket.cc2
-rw-r--r--base/socket.hh2
-rw-r--r--base/stats/mysql.cc2
-rw-r--r--base/stats/mysql.hh2
-rw-r--r--base/stats/output.hh2
-rw-r--r--base/stats/statdb.cc2
-rw-r--r--base/stats/statdb.hh2
-rw-r--r--base/stats/text.cc2
-rw-r--r--base/stats/text.hh2
-rw-r--r--base/stats/types.hh2
-rw-r--r--base/stats/visit.cc2
-rw-r--r--base/stats/visit.hh2
-rw-r--r--base/str.cc2
-rw-r--r--base/str.hh2
-rw-r--r--base/time.cc2
-rw-r--r--base/time.hh2
-rw-r--r--base/trace.cc2
-rw-r--r--base/trace.hh2
61 files changed, 61 insertions, 61 deletions
diff --git a/base/circlebuf.cc b/base/circlebuf.cc
index 7bd488ef8..2d77c9482 100644
--- a/base/circlebuf.cc
+++ b/base/circlebuf.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/circlebuf.hh b/base/circlebuf.hh
index 168158bb7..7549672ab 100644
--- a/base/circlebuf.hh
+++ b/base/circlebuf.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/compression/lzss_compression.cc b/base/compression/lzss_compression.cc
index 2f6c5d338..46f1b0266 100644
--- a/base/compression/lzss_compression.cc
+++ b/base/compression/lzss_compression.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2003-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/compression/lzss_compression.hh b/base/compression/lzss_compression.hh
index 9707a8aca..e5e8c8da4 100644
--- a/base/compression/lzss_compression.hh
+++ b/base/compression/lzss_compression.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2003-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/compression/null_compression.hh b/base/compression/null_compression.hh
index 6a630b113..195498f1b 100644
--- a/base/compression/null_compression.hh
+++ b/base/compression/null_compression.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2003-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/cprintf.cc b/base/cprintf.cc
index 5cbf0c057..2c8402c9b 100644
--- a/base/cprintf.cc
+++ b/base/cprintf.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/cprintf.hh b/base/cprintf.hh
index ca5c08b16..a3a621785 100644
--- a/base/cprintf.hh
+++ b/base/cprintf.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/cprintf_formats.hh b/base/cprintf_formats.hh
index 120dd94b1..b9131310a 100644
--- a/base/cprintf_formats.hh
+++ b/base/cprintf_formats.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2003-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/dbl_list.hh b/base/dbl_list.hh
index 4f6d61a45..1b0478d55 100644
--- a/base/dbl_list.hh
+++ b/base/dbl_list.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2000-2001, 2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/fast_alloc.cc b/base/fast_alloc.cc
index abb50aa0c..d1e6cfdf1 100644
--- a/base/fast_alloc.cc
+++ b/base/fast_alloc.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2000-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/fast_alloc.hh b/base/fast_alloc.hh
index 81f2f1359..4536284df 100644
--- a/base/fast_alloc.hh
+++ b/base/fast_alloc.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2000-2001, 2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/fifo_buffer.cc b/base/fifo_buffer.cc
index d103d2e60..0fb8458d7 100644
--- a/base/fifo_buffer.cc
+++ b/base/fifo_buffer.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/fifo_buffer.hh b/base/fifo_buffer.hh
index 767db03a4..c51b0394e 100644
--- a/base/fifo_buffer.hh
+++ b/base/fifo_buffer.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/hashmap.hh b/base/hashmap.hh
index 59c1fe3aa..4584813dd 100644
--- a/base/hashmap.hh
+++ b/base/hashmap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2003-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/hybrid_pred.cc b/base/hybrid_pred.cc
index 41cf88675..d20bf6e51 100644
--- a/base/hybrid_pred.cc
+++ b/base/hybrid_pred.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2003-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/hybrid_pred.hh b/base/hybrid_pred.hh
index a76977ae2..f81faf865 100644
--- a/base/hybrid_pred.hh
+++ b/base/hybrid_pred.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2001-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/inet.cc b/base/inet.cc
index 46aa027fc..e2bdd19ff 100644
--- a/base/inet.cc
+++ b/base/inet.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/inet.hh b/base/inet.hh
index 1ae2e8542..67ac5a504 100644
--- a/base/inet.hh
+++ b/base/inet.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/inifile.cc b/base/inifile.cc
index e01032d02..c12b25030 100644
--- a/base/inifile.cc
+++ b/base/inifile.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2001-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/inifile.hh b/base/inifile.hh
index f7229f2f2..01e4e6c17 100644
--- a/base/inifile.hh
+++ b/base/inifile.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2001-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/intmath.cc b/base/intmath.cc
index 2e220aa3b..f84e124fb 100644
--- a/base/intmath.cc
+++ b/base/intmath.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2001, 2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/intmath.hh b/base/intmath.hh
index 77f63fe8d..cb5a34107 100644
--- a/base/intmath.hh
+++ b/base/intmath.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2001, 2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/loader/elf_object.cc b/base/loader/elf_object.cc
index a0c0c0551..036363995 100644
--- a/base/loader/elf_object.cc
+++ b/base/loader/elf_object.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2003-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/loader/elf_object.hh b/base/loader/elf_object.hh
index 35a6c6d6e..9ae587e9c 100644
--- a/base/loader/elf_object.hh
+++ b/base/loader/elf_object.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2003-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/loader/object_file.cc b/base/loader/object_file.cc
index 25e9b2d19..2eeace36d 100644
--- a/base/loader/object_file.cc
+++ b/base/loader/object_file.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/loader/object_file.hh b/base/loader/object_file.hh
index a29bdc153..740cd1b40 100644
--- a/base/loader/object_file.hh
+++ b/base/loader/object_file.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/loader/symtab.cc b/base/loader/symtab.cc
index cb18d499c..f6abf7e3d 100644
--- a/base/loader/symtab.cc
+++ b/base/loader/symtab.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/loader/symtab.hh b/base/loader/symtab.hh
index 1502e4250..48230c7a2 100644
--- a/base/loader/symtab.hh
+++ b/base/loader/symtab.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/misc.cc b/base/misc.cc
index 5caf96d40..075ed2af8 100644
--- a/base/misc.cc
+++ b/base/misc.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/misc.hh b/base/misc.hh
index 45e6db35c..a4f9a99c5 100644
--- a/base/misc.hh
+++ b/base/misc.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/mod_num.hh b/base/mod_num.hh
index 3b4ef9bb8..831be6b03 100644
--- a/base/mod_num.hh
+++ b/base/mod_num.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/pollevent.cc b/base/pollevent.cc
index 60a20bd2e..127bf57f5 100644
--- a/base/pollevent.cc
+++ b/base/pollevent.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/pollevent.hh b/base/pollevent.hh
index 7ea5b83f4..3c9404c08 100644
--- a/base/pollevent.hh
+++ b/base/pollevent.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/predictor.hh b/base/predictor.hh
index 3b7bd686e..7492273ca 100644
--- a/base/predictor.hh
+++ b/base/predictor.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2001-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/range.cc b/base/range.cc
index 0a4876e89..4453ecc9f 100644
--- a/base/range.cc
+++ b/base/range.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/range.hh b/base/range.hh
index 2c4a43f48..2197e2f86 100644
--- a/base/range.hh
+++ b/base/range.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/refcnt.hh b/base/refcnt.hh
index f3e0e4114..d308dd0cf 100644
--- a/base/refcnt.hh
+++ b/base/refcnt.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/remote_gdb.cc b/base/remote_gdb.cc
index 7b73d60e9..818618f28 100644
--- a/base/remote_gdb.cc
+++ b/base/remote_gdb.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/remote_gdb.hh b/base/remote_gdb.hh
index fcc1ee2a9..2ed368719 100644
--- a/base/remote_gdb.hh
+++ b/base/remote_gdb.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/res_list.hh b/base/res_list.hh
index 04c3b7cfa..7080a3ba7 100644
--- a/base/res_list.hh
+++ b/base/res_list.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2001-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/sat_counter.cc b/base/sat_counter.cc
index 09c8881a5..32b5a9f3e 100644
--- a/base/sat_counter.cc
+++ b/base/sat_counter.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2003-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/sat_counter.hh b/base/sat_counter.hh
index 68addbb33..b5054bed7 100644
--- a/base/sat_counter.hh
+++ b/base/sat_counter.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2001-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/sched_list.hh b/base/sched_list.hh
index 0f922d63c..86e342ae1 100644
--- a/base/sched_list.hh
+++ b/base/sched_list.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/socket.cc b/base/socket.cc
index 63b693d94..aa6a183a9 100644
--- a/base/socket.cc
+++ b/base/socket.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/socket.hh b/base/socket.hh
index 39bacba94..361658720 100644
--- a/base/socket.hh
+++ b/base/socket.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/stats/mysql.cc b/base/stats/mysql.cc
index 77366beb0..42f68811b 100644
--- a/base/stats/mysql.cc
+++ b/base/stats/mysql.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004 The Regents of The University of Michigan
+ * Copyright (c) 2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/stats/mysql.hh b/base/stats/mysql.hh
index 4aa8858b1..5780009d7 100644
--- a/base/stats/mysql.hh
+++ b/base/stats/mysql.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004 The Regents of The University of Michigan
+ * Copyright (c) 2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/stats/output.hh b/base/stats/output.hh
index 186d7bab1..a575fdf2e 100644
--- a/base/stats/output.hh
+++ b/base/stats/output.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004 The Regents of The University of Michigan
+ * Copyright (c) 2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/stats/statdb.cc b/base/stats/statdb.cc
index cd5a095c0..eed3d6296 100644
--- a/base/stats/statdb.cc
+++ b/base/stats/statdb.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004 The Regents of The University of Michigan
+ * Copyright (c) 2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/stats/statdb.hh b/base/stats/statdb.hh
index 6935a9aa0..bd7fabf32 100644
--- a/base/stats/statdb.hh
+++ b/base/stats/statdb.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004 The Regents of The University of Michigan
+ * Copyright (c) 2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/stats/text.cc b/base/stats/text.cc
index 511dbe638..6e80c26d6 100644
--- a/base/stats/text.cc
+++ b/base/stats/text.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004 The Regents of The University of Michigan
+ * Copyright (c) 2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/stats/text.hh b/base/stats/text.hh
index 88e32ff0a..9dd036f86 100644
--- a/base/stats/text.hh
+++ b/base/stats/text.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004 The Regents of The University of Michigan
+ * Copyright (c) 2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/stats/types.hh b/base/stats/types.hh
index dcfbd5fa9..fbabfb118 100644
--- a/base/stats/types.hh
+++ b/base/stats/types.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004 The Regents of The University of Michigan
+ * Copyright (c) 2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/stats/visit.cc b/base/stats/visit.cc
index 88cd466b4..a270d94f4 100644
--- a/base/stats/visit.cc
+++ b/base/stats/visit.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004 The Regents of The University of Michigan
+ * Copyright (c) 2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/stats/visit.hh b/base/stats/visit.hh
index 3a46bb9ef..0b6cc5f22 100644
--- a/base/stats/visit.hh
+++ b/base/stats/visit.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004 The Regents of The University of Michigan
+ * Copyright (c) 2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/str.cc b/base/str.cc
index 5ba23b55f..dd8d80043 100644
--- a/base/str.cc
+++ b/base/str.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2001-2003 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/str.hh b/base/str.hh
index 8fee21a10..812f4d41a 100644
--- a/base/str.hh
+++ b/base/str.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2001-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/time.cc b/base/time.cc
index 9a484a883..e33aac406 100644
--- a/base/time.cc
+++ b/base/time.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2003-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/time.hh b/base/time.hh
index 1f8c7e747..bee8781a9 100644
--- a/base/time.hh
+++ b/base/time.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2003-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/trace.cc b/base/trace.cc
index e56bdb11b..aa82ee403 100644
--- a/base/trace.cc
+++ b/base/trace.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2001-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/base/trace.hh b/base/trace.hh
index 948bff548..60ea015ea 100644
--- a/base/trace.hh
+++ b/base/trace.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2001-2004 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without