summaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/alpha_access.h2
-rw-r--r--dev/alpha_console.cc2
-rw-r--r--dev/alpha_console.hh2
-rw-r--r--dev/baddev.cc2
-rw-r--r--dev/baddev.hh2
-rw-r--r--dev/disk_image.cc2
-rw-r--r--dev/disk_image.hh2
-rw-r--r--dev/etherbus.cc2
-rw-r--r--dev/etherbus.hh2
-rw-r--r--dev/etherdump.cc2
-rw-r--r--dev/etherdump.hh2
-rw-r--r--dev/etherint.cc2
-rw-r--r--dev/etherint.hh2
-rw-r--r--dev/etherlink.cc2
-rw-r--r--dev/etherlink.hh2
-rw-r--r--dev/etherpkt.cc2
-rw-r--r--dev/etherpkt.hh2
-rw-r--r--dev/ethertap.cc2
-rw-r--r--dev/ethertap.hh2
-rw-r--r--dev/ide_ctrl.cc2
-rw-r--r--dev/ide_ctrl.hh2
-rw-r--r--dev/ide_disk.cc2
-rw-r--r--dev/ide_disk.hh2
-rw-r--r--dev/io_device.cc2
-rw-r--r--dev/io_device.hh2
-rw-r--r--dev/ns_gige.cc2
-rw-r--r--dev/ns_gige.hh2
-rw-r--r--dev/ns_gige_reg.h2
-rw-r--r--dev/pciconfigall.cc2
-rw-r--r--dev/pciconfigall.hh2
-rw-r--r--dev/pcidev.cc2
-rw-r--r--dev/pcidev.hh2
-rw-r--r--dev/pcireg.h2
-rw-r--r--dev/pktfifo.cc2
-rw-r--r--dev/pktfifo.hh2
-rw-r--r--dev/platform.cc2
-rw-r--r--dev/platform.hh2
-rw-r--r--dev/simconsole.cc2
-rw-r--r--dev/simconsole.hh2
-rw-r--r--dev/simple_disk.cc2
-rw-r--r--dev/simple_disk.hh2
-rw-r--r--dev/sinic.cc2
-rw-r--r--dev/sinic.hh2
-rw-r--r--dev/sinicreg.hh2
-rw-r--r--dev/tsunami.cc2
-rw-r--r--dev/tsunami.hh2
-rw-r--r--dev/tsunami_cchip.cc2
-rw-r--r--dev/tsunami_cchip.hh2
-rw-r--r--dev/tsunami_io.hh2
-rw-r--r--dev/tsunami_pchip.cc2
-rw-r--r--dev/tsunami_pchip.hh2
-rw-r--r--dev/tsunamireg.h2
-rw-r--r--dev/uart.cc2
-rw-r--r--dev/uart.hh2
-rw-r--r--dev/uart8250.cc2
-rw-r--r--dev/uart8250.hh2
56 files changed, 56 insertions, 56 deletions
diff --git a/dev/alpha_access.h b/dev/alpha_access.h
index f2077acb0..c0a571ced 100644
--- a/dev/alpha_access.h
+++ b/dev/alpha_access.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/alpha_console.cc b/dev/alpha_console.cc
index 90430268e..3ae1aede5 100644
--- a/dev/alpha_console.cc
+++ b/dev/alpha_console.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2004 The Regents of The University of Michigan
+ * Copyright (c) 2001-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/alpha_console.hh b/dev/alpha_console.hh
index 1794469f2..63e0d3ae4 100644
--- a/dev/alpha_console.hh
+++ b/dev/alpha_console.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2004 The Regents of The University of Michigan
+ * Copyright (c) 2001-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/baddev.cc b/dev/baddev.cc
index 1d4428f7f..a9298b57b 100644
--- a/dev/baddev.cc
+++ b/dev/baddev.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/baddev.hh b/dev/baddev.hh
index e4aa28b37..c2a204c05 100644
--- a/dev/baddev.hh
+++ b/dev/baddev.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/disk_image.cc b/dev/disk_image.cc
index e5bae7e59..4ad2e912b 100644
--- a/dev/disk_image.cc
+++ b/dev/disk_image.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2004 The Regents of The University of Michigan
+ * Copyright (c) 2001-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/disk_image.hh b/dev/disk_image.hh
index 1c40f27a3..648aa20c6 100644
--- a/dev/disk_image.hh
+++ b/dev/disk_image.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2003 The Regents of The University of Michigan
+ * Copyright (c) 2001-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/etherbus.cc b/dev/etherbus.cc
index 50731c265..c6b131e8e 100644
--- a/dev/etherbus.cc
+++ b/dev/etherbus.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2004 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/etherbus.hh b/dev/etherbus.hh
index 2ce118b59..ca859d85f 100644
--- a/dev/etherbus.hh
+++ b/dev/etherbus.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2004 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/etherdump.cc b/dev/etherdump.cc
index 42447a5e3..9e02a4f0f 100644
--- a/dev/etherdump.cc
+++ b/dev/etherdump.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2004 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/etherdump.hh b/dev/etherdump.hh
index 1296ebb10..149192cd7 100644
--- a/dev/etherdump.hh
+++ b/dev/etherdump.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2004 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/etherint.cc b/dev/etherint.cc
index c78848674..8fb047373 100644
--- a/dev/etherint.cc
+++ b/dev/etherint.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2003 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/etherint.hh b/dev/etherint.hh
index bcdf0ae06..e397846ae 100644
--- a/dev/etherint.hh
+++ b/dev/etherint.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2004 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/etherlink.cc b/dev/etherlink.cc
index 6ae54906c..75360f368 100644
--- a/dev/etherlink.cc
+++ b/dev/etherlink.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2004 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/etherlink.hh b/dev/etherlink.hh
index e19471343..b9e6047fc 100644
--- a/dev/etherlink.hh
+++ b/dev/etherlink.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2004 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/etherpkt.cc b/dev/etherpkt.cc
index 475274326..5dee7dc0d 100644
--- a/dev/etherpkt.cc
+++ b/dev/etherpkt.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/etherpkt.hh b/dev/etherpkt.hh
index 7a7809f0a..82d22bfad 100644
--- a/dev/etherpkt.hh
+++ b/dev/etherpkt.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2004 The Regents of The University of Michigan
+ * Copyright (c) 2002-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/ethertap.cc b/dev/ethertap.cc
index d0474b115..fdd2425fc 100644
--- a/dev/ethertap.cc
+++ b/dev/ethertap.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004 The Regents of The University of Michigan
+ * Copyright (c) 2003-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/ethertap.hh b/dev/ethertap.hh
index 5f760ed34..dbbada40e 100644
--- a/dev/ethertap.hh
+++ b/dev/ethertap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004 The Regents of The University of Michigan
+ * Copyright (c) 2003-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/ide_ctrl.cc b/dev/ide_ctrl.cc
index f4b27db3c..0037e06e0 100644
--- a/dev/ide_ctrl.cc
+++ b/dev/ide_ctrl.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/ide_ctrl.hh b/dev/ide_ctrl.hh
index f1082d094..4b54c3d57 100644
--- a/dev/ide_ctrl.hh
+++ b/dev/ide_ctrl.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/ide_disk.cc b/dev/ide_disk.cc
index 3825b02d1..70cb367b6 100644
--- a/dev/ide_disk.cc
+++ b/dev/ide_disk.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/ide_disk.hh b/dev/ide_disk.hh
index f9a413e1e..506f0c7cb 100644
--- a/dev/ide_disk.hh
+++ b/dev/ide_disk.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/io_device.cc b/dev/io_device.cc
index ffded5858..6ab876ab8 100644
--- a/dev/io_device.cc
+++ b/dev/io_device.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/io_device.hh b/dev/io_device.hh
index 8ab88e6ff..bcfd062b9 100644
--- a/dev/io_device.hh
+++ b/dev/io_device.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/ns_gige.cc b/dev/ns_gige.cc
index 0526c2779..28c25dc35 100644
--- a/dev/ns_gige.cc
+++ b/dev/ns_gige.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/ns_gige.hh b/dev/ns_gige.hh
index a1e90a375..f39731493 100644
--- a/dev/ns_gige.hh
+++ b/dev/ns_gige.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/ns_gige_reg.h b/dev/ns_gige_reg.h
index be53149e7..c797285dc 100644
--- a/dev/ns_gige_reg.h
+++ b/dev/ns_gige_reg.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/pciconfigall.cc b/dev/pciconfigall.cc
index c7af8b1d1..7d86c3e1b 100644
--- a/dev/pciconfigall.cc
+++ b/dev/pciconfigall.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/pciconfigall.hh b/dev/pciconfigall.hh
index 9cf2cf972..072a763f9 100644
--- a/dev/pciconfigall.hh
+++ b/dev/pciconfigall.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/pcidev.cc b/dev/pcidev.cc
index 9d568e6cc..f2bce33ca 100644
--- a/dev/pcidev.cc
+++ b/dev/pcidev.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/pcidev.hh b/dev/pcidev.hh
index 14f183e28..091a365e3 100644
--- a/dev/pcidev.hh
+++ b/dev/pcidev.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/pcireg.h b/dev/pcireg.h
index 8e8b7b451..2f71a46ba 100644
--- a/dev/pcireg.h
+++ b/dev/pcireg.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2004 The Regents of The University of Michigan
+ * Copyright (c) 2001-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/pktfifo.cc b/dev/pktfifo.cc
index dcb1c4c03..b4fab2d6f 100644
--- a/dev/pktfifo.cc
+++ b/dev/pktfifo.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/pktfifo.hh b/dev/pktfifo.hh
index 0c237949c..a8b626618 100644
--- a/dev/pktfifo.hh
+++ b/dev/pktfifo.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/platform.cc b/dev/platform.cc
index adced0c5f..58f94db7b 100644
--- a/dev/platform.cc
+++ b/dev/platform.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/platform.hh b/dev/platform.hh
index eb56546be..ee9c72617 100644
--- a/dev/platform.hh
+++ b/dev/platform.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/simconsole.cc b/dev/simconsole.cc
index 1d04e1f95..b818e61f4 100644
--- a/dev/simconsole.cc
+++ b/dev/simconsole.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2001-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/simconsole.hh b/dev/simconsole.hh
index c5a281834..cf0641f9e 100644
--- a/dev/simconsole.hh
+++ b/dev/simconsole.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2001-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/simple_disk.cc b/dev/simple_disk.cc
index a33b4fe1b..b8c5d44ab 100644
--- a/dev/simple_disk.cc
+++ b/dev/simple_disk.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2003 The Regents of The University of Michigan
+ * Copyright (c) 2001-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/simple_disk.hh b/dev/simple_disk.hh
index 633acba0d..006155168 100644
--- a/dev/simple_disk.hh
+++ b/dev/simple_disk.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001-2003 The Regents of The University of Michigan
+ * Copyright (c) 2001-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/sinic.cc b/dev/sinic.cc
index e5cd877a0..f8e070e95 100644
--- a/dev/sinic.cc
+++ b/dev/sinic.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/sinic.hh b/dev/sinic.hh
index c87a66928..4fab67b29 100644
--- a/dev/sinic.hh
+++ b/dev/sinic.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/sinicreg.hh b/dev/sinicreg.hh
index 9f3412a31..78b175f71 100644
--- a/dev/sinicreg.hh
+++ b/dev/sinicreg.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/tsunami.cc b/dev/tsunami.cc
index 2f8d9b804..7bd066072 100644
--- a/dev/tsunami.cc
+++ b/dev/tsunami.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/tsunami.hh b/dev/tsunami.hh
index 70dc506fd..c6ed4eb51 100644
--- a/dev/tsunami.hh
+++ b/dev/tsunami.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/tsunami_cchip.cc b/dev/tsunami_cchip.cc
index 2294a0bcf..a801c1284 100644
--- a/dev/tsunami_cchip.cc
+++ b/dev/tsunami_cchip.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/tsunami_cchip.hh b/dev/tsunami_cchip.hh
index d33905bc0..3a2e80c92 100644
--- a/dev/tsunami_cchip.hh
+++ b/dev/tsunami_cchip.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/tsunami_io.hh b/dev/tsunami_io.hh
index 704eb11f3..d5d106db3 100644
--- a/dev/tsunami_io.hh
+++ b/dev/tsunami_io.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/tsunami_pchip.cc b/dev/tsunami_pchip.cc
index 40bec1f68..e9db3b529 100644
--- a/dev/tsunami_pchip.cc
+++ b/dev/tsunami_pchip.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/tsunami_pchip.hh b/dev/tsunami_pchip.hh
index 5a50cb548..63ea67b1d 100644
--- a/dev/tsunami_pchip.hh
+++ b/dev/tsunami_pchip.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/tsunamireg.h b/dev/tsunamireg.h
index df10ce29d..5fbfd5c31 100644
--- a/dev/tsunamireg.h
+++ b/dev/tsunamireg.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/uart.cc b/dev/uart.cc
index 3daf195d3..b2eeb8e9f 100644
--- a/dev/uart.cc
+++ b/dev/uart.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/uart.hh b/dev/uart.hh
index a2be3fb8e..145b9ca9e 100644
--- a/dev/uart.hh
+++ b/dev/uart.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/uart8250.cc b/dev/uart8250.cc
index fcb8bf0b6..99e3bd017 100644
--- a/dev/uart8250.cc
+++ b/dev/uart8250.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/dev/uart8250.hh b/dev/uart8250.hh
index 046388fb5..06a798e26 100644
--- a/dev/uart8250.hh
+++ b/dev/uart8250.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 The Regents of The University of Michigan
+ * Copyright (c) 2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without