Updated lwIP module copyright years to include 2003. Committers must check theirs.
diff --git a/proj/minimal/echo.c b/proj/minimal/echo.c
index 652208e..5324ac4 100644
--- a/proj/minimal/echo.c
+++ b/proj/minimal/echo.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/minimal/lwipopts.h b/proj/minimal/lwipopts.h
index da3dac2..ae52486 100644
--- a/proj/minimal/lwipopts.h
+++ b/proj/minimal/lwipopts.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/minimal/main.c b/proj/minimal/main.c
index 0a6e1a8..5cdf653 100644
--- a/proj/minimal/main.c
+++ b/proj/minimal/main.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/minimal/mintapif.c b/proj/minimal/mintapif.c
index 10c770a..5014f30 100644
--- a/proj/minimal/mintapif.c
+++ b/proj/minimal/mintapif.c
@@ -1,6 +1,6 @@
 /*-----------------------------------------------------------------------------------*/
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/minimal/mintapif.h b/proj/minimal/mintapif.h
index 7203167..b5e750a 100644
--- a/proj/minimal/mintapif.h
+++ b/proj/minimal/mintapif.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/msvc6/lwipopts.h b/proj/msvc6/lwipopts.h
index 2375b23..3fabbc5 100644
--- a/proj/msvc6/lwipopts.h
+++ b/proj/msvc6/lwipopts.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/unixlib/lwipopts.h b/proj/unixlib/lwipopts.h
index 9cefb94..d0e06ae 100644
--- a/proj/unixlib/lwipopts.h
+++ b/proj/unixlib/lwipopts.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/unixlib/unixlib.c b/proj/unixlib/unixlib.c
index 119f85c..149caae 100644
--- a/proj/unixlib/unixlib.c
+++ b/proj/unixlib/unixlib.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
@@ -26,7 +26,7 @@
  * 
  * Author: Kieran Mansley <kjm25@cam.ac.uk>
  *
- * $Id: unixlib.c,v 1.1 2002/10/25 15:31:01 kieranm Exp $
+ * $Id: unixlib.c,v 1.2 2003/01/08 10:09:40 likewise Exp $
  */
 
 /*-----------------------------------------------------------------------------------*/
diff --git a/proj/unixsim/apps/fs.c b/proj/unixsim/apps/fs.c
index e8f578b..d30049b 100644
--- a/proj/unixsim/apps/fs.c
+++ b/proj/unixsim/apps/fs.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/unixsim/apps/fs.h b/proj/unixsim/apps/fs.h
index e6a1d63..6c4eb10 100644
--- a/proj/unixsim/apps/fs.h
+++ b/proj/unixsim/apps/fs.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/unixsim/apps/fsdata.h b/proj/unixsim/apps/fsdata.h
index e0073a6..ee4947b 100644
--- a/proj/unixsim/apps/fsdata.h
+++ b/proj/unixsim/apps/fsdata.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/unixsim/apps/httpd.c b/proj/unixsim/apps/httpd.c
index 4b391ba..8174c68 100644
--- a/proj/unixsim/apps/httpd.c
+++ b/proj/unixsim/apps/httpd.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/unixsim/apps/httpd.h b/proj/unixsim/apps/httpd.h
index 323a3a0..4602fd4 100644
--- a/proj/unixsim/apps/httpd.h
+++ b/proj/unixsim/apps/httpd.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/unixsim/apps/shell.c b/proj/unixsim/apps/shell.c
index af13a0f..6578899 100644
--- a/proj/unixsim/apps/shell.c
+++ b/proj/unixsim/apps/shell.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/unixsim/apps/shell.h b/proj/unixsim/apps/shell.h
index 34e648b..874a753 100644
--- a/proj/unixsim/apps/shell.h
+++ b/proj/unixsim/apps/shell.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/unixsim/apps/tcpecho.c b/proj/unixsim/apps/tcpecho.c
index eacf95e..1a3ce68 100644
--- a/proj/unixsim/apps/tcpecho.c
+++ b/proj/unixsim/apps/tcpecho.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/unixsim/apps/tcpecho.h b/proj/unixsim/apps/tcpecho.h
index 8331852..8a78c67 100644
--- a/proj/unixsim/apps/tcpecho.h
+++ b/proj/unixsim/apps/tcpecho.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/unixsim/apps/udpecho.c b/proj/unixsim/apps/udpecho.c
index 50239a0..9301165 100644
--- a/proj/unixsim/apps/udpecho.c
+++ b/proj/unixsim/apps/udpecho.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/unixsim/apps/udpecho.h b/proj/unixsim/apps/udpecho.h
index e955f98..6c50058 100644
--- a/proj/unixsim/apps/udpecho.h
+++ b/proj/unixsim/apps/udpecho.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/unixsim/lwipopts.h b/proj/unixsim/lwipopts.h
index 7b68a0b..f8b0fd6 100644
--- a/proj/unixsim/lwipopts.h
+++ b/proj/unixsim/lwipopts.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/unixsim/simhost.c b/proj/unixsim/simhost.c
index 0859003..313b5ff 100644
--- a/proj/unixsim/simhost.c
+++ b/proj/unixsim/simhost.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/unixsim/simnode.c b/proj/unixsim/simnode.c
index baee0eb..c494e15 100644
--- a/proj/unixsim/simnode.c
+++ b/proj/unixsim/simnode.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/proj/unixsim/simrouter.c b/proj/unixsim/simrouter.c
index 7471a05..0e79074 100644
--- a/proj/unixsim/simrouter.c
+++ b/proj/unixsim/simrouter.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/api/api_lib.c b/src/api/api_lib.c
index 5bd3d79..df99c17 100644
--- a/src/api/api_lib.c
+++ b/src/api/api_lib.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/api/api_msg.c b/src/api/api_msg.c
index 0376e92..d4413f4 100644
--- a/src/api/api_msg.c
+++ b/src/api/api_msg.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/api/err.c b/src/api/err.c
index b9aca8d..0759729 100644
--- a/src/api/err.c
+++ b/src/api/err.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/api/sockets.c b/src/api/sockets.c
index 7a92afd..ac14d5d 100644
--- a/src/api/sockets.c
+++ b/src/api/sockets.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/api/tcpip.c b/src/api/tcpip.c
index 9b8babd..990ce26 100644
--- a/src/api/tcpip.c
+++ b/src/api/tcpip.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/6502/include/arch/cc.h b/src/arch/6502/include/arch/cc.h
index 3f88973..47060a5 100644
--- a/src/arch/6502/include/arch/cc.h
+++ b/src/arch/6502/include/arch/cc.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/6502/include/arch/cpu.h b/src/arch/6502/include/arch/cpu.h
index 4439e1c..a02f86d 100644
--- a/src/arch/6502/include/arch/cpu.h
+++ b/src/arch/6502/include/arch/cpu.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/6502/include/arch/lib.h b/src/arch/6502/include/arch/lib.h
index 3ab2f88..f3933a1 100644
--- a/src/arch/6502/include/arch/lib.h
+++ b/src/arch/6502/include/arch/lib.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/6502/include/arch/perf.h b/src/arch/6502/include/arch/perf.h
index 55a1ff4..334d42a 100644
--- a/src/arch/6502/include/arch/perf.h
+++ b/src/arch/6502/include/arch/perf.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/6502/include/arch/sys_arch.h b/src/arch/6502/include/arch/sys_arch.h
index 99a2492..4cc1f97 100644
--- a/src/arch/6502/include/arch/sys_arch.h
+++ b/src/arch/6502/include/arch/sys_arch.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/6502/lib_arch.c b/src/arch/6502/lib_arch.c
index 826cf15..2007452 100644
--- a/src/arch/6502/lib_arch.c
+++ b/src/arch/6502/lib_arch.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/6502/sys_c64.c b/src/arch/6502/sys_c64.c
index eeb639a..aa0888e 100644
--- a/src/arch/6502/sys_c64.c
+++ b/src/arch/6502/sys_c64.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/c16x/include/netif/cs8900if.h b/src/arch/c16x/include/netif/cs8900if.h
index 15aa90b..db6dc14 100644
--- a/src/arch/c16x/include/netif/cs8900if.h
+++ b/src/arch/c16x/include/netif/cs8900if.h
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2001, 2002 Leon Woestenberg <leon.woestenberg@axon.tv>
- * Copyright (c) 2001, 2002 Axon Digital Design B.V., The Netherlands.
+ * Copyright (c) 2001-2003 Leon Woestenberg <leon.woestenberg@axon.tv>
+ * Copyright (c) 2001-2003 Axon Digital Design B.V., The Netherlands.
  * All rights reserved.
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/msvc6/include/arch/cc.h b/src/arch/msvc6/include/arch/cc.h
index 4718568..feca930 100644
--- a/src/arch/msvc6/include/arch/cc.h
+++ b/src/arch/msvc6/include/arch/cc.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/msvc6/include/arch/cpu.h b/src/arch/msvc6/include/arch/cpu.h
index ae3586e..b05112f 100644
--- a/src/arch/msvc6/include/arch/cpu.h
+++ b/src/arch/msvc6/include/arch/cpu.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/msvc6/include/arch/init.h b/src/arch/msvc6/include/arch/init.h
index d6e3735..5f9277a 100644
--- a/src/arch/msvc6/include/arch/init.h
+++ b/src/arch/msvc6/include/arch/init.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/msvc6/include/arch/lib.h b/src/arch/msvc6/include/arch/lib.h
index 4645820..081796e 100644
--- a/src/arch/msvc6/include/arch/lib.h
+++ b/src/arch/msvc6/include/arch/lib.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/msvc6/include/arch/perf.h b/src/arch/msvc6/include/arch/perf.h
index 4ac9497..03be4b7 100644
--- a/src/arch/msvc6/include/arch/perf.h
+++ b/src/arch/msvc6/include/arch/perf.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/msvc6/include/arch/sys_arch.h b/src/arch/msvc6/include/arch/sys_arch.h
index f85dd09..d9bdb29 100644
--- a/src/arch/msvc6/include/arch/sys_arch.h
+++ b/src/arch/msvc6/include/arch/sys_arch.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/rtxc/include/arch/cc.h b/src/arch/rtxc/include/arch/cc.h
index 3f88973..47060a5 100644
--- a/src/arch/rtxc/include/arch/cc.h
+++ b/src/arch/rtxc/include/arch/cc.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/rtxc/include/arch/cpu.h b/src/arch/rtxc/include/arch/cpu.h
index 4439e1c..a02f86d 100644
--- a/src/arch/rtxc/include/arch/cpu.h
+++ b/src/arch/rtxc/include/arch/cpu.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/rtxc/include/arch/init.h b/src/arch/rtxc/include/arch/init.h
index dfcb98d..e622c73 100644
--- a/src/arch/rtxc/include/arch/init.h
+++ b/src/arch/rtxc/include/arch/init.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/rtxc/include/arch/lib.h b/src/arch/rtxc/include/arch/lib.h
index cc1f489..378f25b 100644
--- a/src/arch/rtxc/include/arch/lib.h
+++ b/src/arch/rtxc/include/arch/lib.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/rtxc/include/arch/perf.h b/src/arch/rtxc/include/arch/perf.h
index 55a1ff4..334d42a 100644
--- a/src/arch/rtxc/include/arch/perf.h
+++ b/src/arch/rtxc/include/arch/perf.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/rtxc/include/arch/sys_arch.h b/src/arch/rtxc/include/arch/sys_arch.h
index a685e2e..f423fb6 100644
--- a/src/arch/rtxc/include/arch/sys_arch.h
+++ b/src/arch/rtxc/include/arch/sys_arch.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/rtxc/include/netif/cs8900if.h b/src/arch/rtxc/include/netif/cs8900if.h
index 46440db..d0fad0e 100644
--- a/src/arch/rtxc/include/netif/cs8900if.h
+++ b/src/arch/rtxc/include/netif/cs8900if.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/rtxc/include/netif/sioslipif.h b/src/arch/rtxc/include/netif/sioslipif.h
index a22fd98..7b235e0 100644
--- a/src/arch/rtxc/include/netif/sioslipif.h
+++ b/src/arch/rtxc/include/netif/sioslipif.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/rtxc/lib.c b/src/arch/rtxc/lib.c
index f3816a4..d6386be 100644
--- a/src/arch/rtxc/lib.c
+++ b/src/arch/rtxc/lib.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/rtxc/netif/sioslipif.c b/src/arch/rtxc/netif/sioslipif.c
index 8a09e6e..847be57 100644
--- a/src/arch/rtxc/netif/sioslipif.c
+++ b/src/arch/rtxc/netif/sioslipif.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/rtxc/perf.c b/src/arch/rtxc/perf.c
index ebf167a..689a587 100644
--- a/src/arch/rtxc/perf.c
+++ b/src/arch/rtxc/perf.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/rtxc/sys_arch.c b/src/arch/rtxc/sys_arch.c
index 4237142..f0179ab 100644
--- a/src/arch/rtxc/sys_arch.c
+++ b/src/arch/rtxc/sys_arch.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/include/arch/cc.h b/src/arch/unix/include/arch/cc.h
index 0197c8c..8c77a17 100644
--- a/src/arch/unix/include/arch/cc.h
+++ b/src/arch/unix/include/arch/cc.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/include/arch/cpu.h b/src/arch/unix/include/arch/cpu.h
index ae3586e..b05112f 100644
--- a/src/arch/unix/include/arch/cpu.h
+++ b/src/arch/unix/include/arch/cpu.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/include/arch/init.h b/src/arch/unix/include/arch/init.h
index d6e3735..5f9277a 100644
--- a/src/arch/unix/include/arch/init.h
+++ b/src/arch/unix/include/arch/init.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/include/arch/lib.h b/src/arch/unix/include/arch/lib.h
index c800489..4c0d3fb 100644
--- a/src/arch/unix/include/arch/lib.h
+++ b/src/arch/unix/include/arch/lib.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/include/arch/perf.h b/src/arch/unix/include/arch/perf.h
index 8d8e767..9fbcf60 100644
--- a/src/arch/unix/include/arch/perf.h
+++ b/src/arch/unix/include/arch/perf.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/include/arch/sys_arch.h b/src/arch/unix/include/arch/sys_arch.h
index f85dd09..d9bdb29 100644
--- a/src/arch/unix/include/arch/sys_arch.h
+++ b/src/arch/unix/include/arch/sys_arch.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/include/netif/delif.h b/src/arch/unix/include/netif/delif.h
index 9a7dbe7..cf06631 100644
--- a/src/arch/unix/include/netif/delif.h
+++ b/src/arch/unix/include/netif/delif.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/include/netif/dropif.h b/src/arch/unix/include/netif/dropif.h
index 3e48dca..11cb33d 100644
--- a/src/arch/unix/include/netif/dropif.h
+++ b/src/arch/unix/include/netif/dropif.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/include/netif/pcapif.h b/src/arch/unix/include/netif/pcapif.h
index 80c1a34..54f9472 100644
--- a/src/arch/unix/include/netif/pcapif.h
+++ b/src/arch/unix/include/netif/pcapif.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/include/netif/tapif.h b/src/arch/unix/include/netif/tapif.h
index d434f55..3e1aa9d 100644
--- a/src/arch/unix/include/netif/tapif.h
+++ b/src/arch/unix/include/netif/tapif.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/include/netif/tcpdump.h b/src/arch/unix/include/netif/tcpdump.h
index d74b1fe..4542de8 100644
--- a/src/arch/unix/include/netif/tcpdump.h
+++ b/src/arch/unix/include/netif/tcpdump.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/include/netif/tunif.h b/src/arch/unix/include/netif/tunif.h
index ca7cada..1b53405 100644
--- a/src/arch/unix/include/netif/tunif.h
+++ b/src/arch/unix/include/netif/tunif.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/include/netif/unixif.h b/src/arch/unix/include/netif/unixif.h
index 0e34fb1..384fb54 100644
--- a/src/arch/unix/include/netif/unixif.h
+++ b/src/arch/unix/include/netif/unixif.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/lwip_chksum.c b/src/arch/unix/lwip_chksum.c
index 480a013..bbc8973 100644
--- a/src/arch/unix/lwip_chksum.c
+++ b/src/arch/unix/lwip_chksum.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/netif/delif.c b/src/arch/unix/netif/delif.c
index 0e41922..5f7005d 100644
--- a/src/arch/unix/netif/delif.c
+++ b/src/arch/unix/netif/delif.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/netif/list.c b/src/arch/unix/netif/list.c
index 288cebc..f4f95d1 100644
--- a/src/arch/unix/netif/list.c
+++ b/src/arch/unix/netif/list.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/netif/pcapif.c b/src/arch/unix/netif/pcapif.c
index cfdccc1..38b42d0 100644
--- a/src/arch/unix/netif/pcapif.c
+++ b/src/arch/unix/netif/pcapif.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/netif/tapif.c b/src/arch/unix/netif/tapif.c
index c7ab099..971f2b2 100644
--- a/src/arch/unix/netif/tapif.c
+++ b/src/arch/unix/netif/tapif.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/netif/tcpdump.c b/src/arch/unix/netif/tcpdump.c
index 4db8cce..7e3264b 100644
--- a/src/arch/unix/netif/tcpdump.c
+++ b/src/arch/unix/netif/tcpdump.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/netif/tunif.c b/src/arch/unix/netif/tunif.c
index 7e376dc..8042b0a 100644
--- a/src/arch/unix/netif/tunif.c
+++ b/src/arch/unix/netif/tunif.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/netif/unixif.c b/src/arch/unix/netif/unixif.c
index ea8dd0c..742f200 100644
--- a/src/arch/unix/netif/unixif.c
+++ b/src/arch/unix/netif/unixif.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/perf.c b/src/arch/unix/perf.c
index 009344a..ec494a9 100644
--- a/src/arch/unix/perf.c
+++ b/src/arch/unix/perf.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/unix/sys_arch.c b/src/arch/unix/sys_arch.c
index 2756a6b..4609898 100644
--- a/src/arch/unix/sys_arch.c
+++ b/src/arch/unix/sys_arch.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/arch/v2pro/include/arch/cc.h b/src/arch/v2pro/include/arch/cc.h
index fe7600f..6703362 100644
--- a/src/arch/v2pro/include/arch/cc.h
+++ b/src/arch/v2pro/include/arch/cc.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without 
diff --git a/src/arch/v2pro/include/arch/cpu.h b/src/arch/v2pro/include/arch/cpu.h
index e7c9e82..b847ffb 100644
--- a/src/arch/v2pro/include/arch/cpu.h
+++ b/src/arch/v2pro/include/arch/cpu.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without 
diff --git a/src/arch/v2pro/include/arch/lib.h b/src/arch/v2pro/include/arch/lib.h
index f72f8d4..1b8a496 100644
--- a/src/arch/v2pro/include/arch/lib.h
+++ b/src/arch/v2pro/include/arch/lib.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without 
diff --git a/src/arch/v2pro/include/arch/perf.h b/src/arch/v2pro/include/arch/perf.h
index 80070c4..a7973f0 100644
--- a/src/arch/v2pro/include/arch/perf.h
+++ b/src/arch/v2pro/include/arch/perf.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without 
diff --git a/src/arch/v2pro/include/arch/sys_arch.h b/src/arch/v2pro/include/arch/sys_arch.h
index 466b84a..e86834b 100644
--- a/src/arch/v2pro/include/arch/sys_arch.h
+++ b/src/arch/v2pro/include/arch/sys_arch.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without 
diff --git a/src/arch/v2pro/lib_arch.c b/src/arch/v2pro/lib_arch.c
index 293a18f..fcd6569 100644
--- a/src/arch/v2pro/lib_arch.c
+++ b/src/arch/v2pro/lib_arch.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without 
diff --git a/src/arch/v2pro/netif/xemacif.c b/src/arch/v2pro/netif/xemacif.c
index 58a8444..047879b 100755
--- a/src/arch/v2pro/netif/xemacif.c
+++ b/src/arch/v2pro/netif/xemacif.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  *
  * Copyright (c) 2001, 2002 Xilinx, Inc.
diff --git a/src/core/dhcp.c b/src/core/dhcp.c
index b4f3531..902c61e 100644
--- a/src/core/dhcp.c
+++ b/src/core/dhcp.c
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 2001, 2002 Leon Woestenberg <leon.woestenberg@axon.tv>
- * Copyright (c) 2001, 2002 Axon Digital Design B.V., The Netherlands.
+ * Copyright (c) 2001-2003 Leon Woestenberg <leon.woestenberg@axon.tv>
+ * Copyright (c) 2001-2003 Axon Digital Design B.V., The Netherlands.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/inet.c b/src/core/inet.c
index 6746589..d68f53a 100644
--- a/src/core/inet.c
+++ b/src/core/inet.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/inet6.c b/src/core/inet6.c
index 028f067..2f636f1 100644
--- a/src/core/inet6.c
+++ b/src/core/inet6.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/ipv4/icmp.c b/src/core/ipv4/icmp.c
index 6f10fc9..330d41f 100644
--- a/src/core/ipv4/icmp.c
+++ b/src/core/ipv4/icmp.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/ipv4/ip.c b/src/core/ipv4/ip.c
index e72a73d..e19363c 100644
--- a/src/core/ipv4/ip.c
+++ b/src/core/ipv4/ip.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/ipv4/ip_addr.c b/src/core/ipv4/ip_addr.c
index fe95254..44432a3 100644
--- a/src/core/ipv4/ip_addr.c
+++ b/src/core/ipv4/ip_addr.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/ipv4/ip_frag.c b/src/core/ipv4/ip_frag.c
index b163a5d..bfe5eba 100644
--- a/src/core/ipv4/ip_frag.c
+++ b/src/core/ipv4/ip_frag.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/ipv6/icmp6.c b/src/core/ipv6/icmp6.c
index 746e8da..8f2788f 100644
--- a/src/core/ipv6/icmp6.c
+++ b/src/core/ipv6/icmp6.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/ipv6/ip6.c b/src/core/ipv6/ip6.c
index 6d88bdf..3ded7d5 100644
--- a/src/core/ipv6/ip6.c
+++ b/src/core/ipv6/ip6.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/ipv6/ip6_addr.c b/src/core/ipv6/ip6_addr.c
index 7aed6fd..9e567e6 100644
--- a/src/core/ipv6/ip6_addr.c
+++ b/src/core/ipv6/ip6_addr.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/mem.c b/src/core/mem.c
index ff1dcda..aaba155 100644
--- a/src/core/mem.c
+++ b/src/core/mem.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/memp.c b/src/core/memp.c
index 34dc807..4d9b917 100644
--- a/src/core/memp.c
+++ b/src/core/memp.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/netif.c b/src/core/netif.c
index 130e6f7..5fdba03 100644
--- a/src/core/netif.c
+++ b/src/core/netif.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/pbuf.c b/src/core/pbuf.c
index 7b81b9b..1088eed 100644
--- a/src/core/pbuf.c
+++ b/src/core/pbuf.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/stats.c b/src/core/stats.c
index d01e5fb..ad0b8a1 100644
--- a/src/core/stats.c
+++ b/src/core/stats.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/sys.c b/src/core/sys.c
index 1bac47c..76e009d 100644
--- a/src/core/sys.c
+++ b/src/core/sys.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/tcp.c b/src/core/tcp.c
index 1f0e016..3fc5b29 100644
--- a/src/core/tcp.c
+++ b/src/core/tcp.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/tcp_in.c b/src/core/tcp_in.c
index 7e60be8..9288bbc 100644
--- a/src/core/tcp_in.c
+++ b/src/core/tcp_in.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/tcp_out.c b/src/core/tcp_out.c
index 9963ae3..5ec86ce 100644
--- a/src/core/tcp_out.c
+++ b/src/core/tcp_out.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/core/udp.c b/src/core/udp.c
index 578eec6..1be45e7 100644
--- a/src/core/udp.c
+++ b/src/core/udp.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
@@ -28,7 +28,7 @@
  * 
  * Author: Adam Dunkels <adam@sics.se>
  *
- * $Id: udp.c,v 1.6 2002/12/19 09:04:58 jani Exp $
+ * $Id: udp.c,v 1.7 2003/01/08 10:09:42 likewise Exp $
  */
 
 /*-----------------------------------------------------------------------------------*/
diff --git a/src/include/ipv4/lwip/icmp.h b/src/include/ipv4/lwip/icmp.h
index 01e0588..6458cdf 100644
--- a/src/include/ipv4/lwip/icmp.h
+++ b/src/include/ipv4/lwip/icmp.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/ipv4/lwip/inet.h b/src/include/ipv4/lwip/inet.h
index 19f5fb4..de05632 100644
--- a/src/include/ipv4/lwip/inet.h
+++ b/src/include/ipv4/lwip/inet.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/ipv4/lwip/ip.h b/src/include/ipv4/lwip/ip.h
index 5064ddf..fde9f67 100644
--- a/src/include/ipv4/lwip/ip.h
+++ b/src/include/ipv4/lwip/ip.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/ipv4/lwip/ip_addr.h b/src/include/ipv4/lwip/ip_addr.h
index 0288f12..a71ec8e 100644
--- a/src/include/ipv4/lwip/ip_addr.h
+++ b/src/include/ipv4/lwip/ip_addr.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/ipv4/lwip/ip_frag.h b/src/include/ipv4/lwip/ip_frag.h
index a020589..31cda64 100644
--- a/src/include/ipv4/lwip/ip_frag.h
+++ b/src/include/ipv4/lwip/ip_frag.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/ipv6/lwip/icmp.h b/src/include/ipv6/lwip/icmp.h
index 09fa12a..0fef974 100644
--- a/src/include/ipv6/lwip/icmp.h
+++ b/src/include/ipv6/lwip/icmp.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/ipv6/lwip/inet.h b/src/include/ipv6/lwip/inet.h
index 65c1137..bc1f21f 100644
--- a/src/include/ipv6/lwip/inet.h
+++ b/src/include/ipv6/lwip/inet.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/ipv6/lwip/ip.h b/src/include/ipv6/lwip/ip.h
index 2ffc2a9..cd33725 100644
--- a/src/include/ipv6/lwip/ip.h
+++ b/src/include/ipv6/lwip/ip.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/ipv6/lwip/ip_addr.h b/src/include/ipv6/lwip/ip_addr.h
index 5e971f5..3049336 100644
--- a/src/include/ipv6/lwip/ip_addr.h
+++ b/src/include/ipv6/lwip/ip_addr.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/api.h b/src/include/lwip/api.h
index 1d0e7dc..58f0dcd 100644
--- a/src/include/lwip/api.h
+++ b/src/include/lwip/api.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/api_msg.h b/src/include/lwip/api_msg.h
index ae94161..ec8a6de 100644
--- a/src/include/lwip/api_msg.h
+++ b/src/include/lwip/api_msg.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/arch.h b/src/include/lwip/arch.h
index 21b3f4b..2a20de6 100644
--- a/src/include/lwip/arch.h
+++ b/src/include/lwip/arch.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/debug.h b/src/include/lwip/debug.h
index cccbe2f..b39263e 100644
--- a/src/include/lwip/debug.h
+++ b/src/include/lwip/debug.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/def.h b/src/include/lwip/def.h
index 55d1734..14c9ca4 100644
--- a/src/include/lwip/def.h
+++ b/src/include/lwip/def.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/err.h b/src/include/lwip/err.h
index bed85fe..c7a52e2 100644
--- a/src/include/lwip/err.h
+++ b/src/include/lwip/err.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/list.h b/src/include/lwip/list.h
index 14c14fc..38ff2d5 100644
--- a/src/include/lwip/list.h
+++ b/src/include/lwip/list.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/mem.h b/src/include/lwip/mem.h
index 61b9610..8683a10 100644
--- a/src/include/lwip/mem.h
+++ b/src/include/lwip/mem.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/memp.h b/src/include/lwip/memp.h
index 5bd7832..5abddbf 100644
--- a/src/include/lwip/memp.h
+++ b/src/include/lwip/memp.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/netif.h b/src/include/lwip/netif.h
index 662d651..1525784 100644
--- a/src/include/lwip/netif.h
+++ b/src/include/lwip/netif.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h
index 0c03078..81d8171 100644
--- a/src/include/lwip/opt.h
+++ b/src/include/lwip/opt.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/pbuf.h b/src/include/lwip/pbuf.h
index ac7949d..9381312 100644
--- a/src/include/lwip/pbuf.h
+++ b/src/include/lwip/pbuf.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/sockets.h b/src/include/lwip/sockets.h
index f6baa91..8b808b6 100644
--- a/src/include/lwip/sockets.h
+++ b/src/include/lwip/sockets.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/stats.h b/src/include/lwip/stats.h
index a5e97e5..7779e14 100644
--- a/src/include/lwip/stats.h
+++ b/src/include/lwip/stats.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/sys.h b/src/include/lwip/sys.h
index 2246d0c..608e801 100644
--- a/src/include/lwip/sys.h
+++ b/src/include/lwip/sys.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/tcp.h b/src/include/lwip/tcp.h
index 24054c4..821406c 100644
--- a/src/include/lwip/tcp.h
+++ b/src/include/lwip/tcp.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/tcpip.h b/src/include/lwip/tcpip.h
index fbd9b87..956c887 100644
--- a/src/include/lwip/tcpip.h
+++ b/src/include/lwip/tcpip.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/lwip/udp.h b/src/include/lwip/udp.h
index 2528376..10b7371 100644
--- a/src/include/lwip/udp.h
+++ b/src/include/lwip/udp.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/netif/etharp.h b/src/include/netif/etharp.h
index bc16109..6432943 100644
--- a/src/include/netif/etharp.h
+++ b/src/include/netif/etharp.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/netif/ethernetif.h b/src/include/netif/ethernetif.h
index d0ae690..af7a5f9 100644
--- a/src/include/netif/ethernetif.h
+++ b/src/include/netif/ethernetif.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/include/netif/loopif.h b/src/include/netif/loopif.h
index ffc76e9..cdd6dd2 100644
--- a/src/include/netif/loopif.h
+++ b/src/include/netif/loopif.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/netif/etharp.c b/src/netif/etharp.c
index e4c7d6a..a374b7b 100644
--- a/src/netif/etharp.c
+++ b/src/netif/etharp.c
@@ -3,6 +3,9 @@
  * Address Resolution Protocol module for IP over Ethernet
  *
  * $Log: etharp.c,v $
+ * Revision 1.19  2003/01/08 10:09:43  likewise
+ * Updated lwIP module copyright years to include 2003. Committers must check theirs.
+ *
  * Revision 1.18  2003/01/08 09:24:50  likewise
  * Removed etharp_output_sent() as etharp.c no longer returns ARP packets to the driver.
  *
@@ -16,7 +19,7 @@
  */
 
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/netif/ethernetif.c b/src/netif/ethernetif.c
index 0047fc7..8cd9331 100644
--- a/src/netif/ethernetif.c
+++ b/src/netif/ethernetif.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification, 
diff --git a/src/netif/loopif.c b/src/netif/loopif.c
index c75f19e..40b85ed 100644
--- a/src/netif/loopif.c
+++ b/src/netif/loopif.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
  * All rights reserved. 
  * 
  * Redistribution and use in source and binary forms, with or without modification,