]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
Updated lwIP module copyright years to include 2003. Committers must check theirs.
authorlikewise <likewise>
Wed, 8 Jan 2003 10:09:39 +0000 (10:09 +0000)
committerlikewise <likewise>
Wed, 8 Jan 2003 10:09:39 +0000 (10:09 +0000)
137 files changed:
proj/minimal/echo.c
proj/minimal/lwipopts.h
proj/minimal/main.c
proj/minimal/mintapif.c
proj/minimal/mintapif.h
proj/msvc6/lwipopts.h
proj/unixlib/lwipopts.h
proj/unixlib/unixlib.c
proj/unixsim/apps/fs.c
proj/unixsim/apps/fs.h
proj/unixsim/apps/fsdata.h
proj/unixsim/apps/httpd.c
proj/unixsim/apps/httpd.h
proj/unixsim/apps/shell.c
proj/unixsim/apps/shell.h
proj/unixsim/apps/tcpecho.c
proj/unixsim/apps/tcpecho.h
proj/unixsim/apps/udpecho.c
proj/unixsim/apps/udpecho.h
proj/unixsim/lwipopts.h
proj/unixsim/simhost.c
proj/unixsim/simnode.c
proj/unixsim/simrouter.c
src/api/api_lib.c
src/api/api_msg.c
src/api/err.c
src/api/sockets.c
src/api/tcpip.c
src/arch/6502/include/arch/cc.h
src/arch/6502/include/arch/cpu.h
src/arch/6502/include/arch/lib.h
src/arch/6502/include/arch/perf.h
src/arch/6502/include/arch/sys_arch.h
src/arch/6502/lib_arch.c
src/arch/6502/sys_c64.c
src/arch/c16x/include/netif/cs8900if.h
src/arch/msvc6/include/arch/cc.h
src/arch/msvc6/include/arch/cpu.h
src/arch/msvc6/include/arch/init.h
src/arch/msvc6/include/arch/lib.h
src/arch/msvc6/include/arch/perf.h
src/arch/msvc6/include/arch/sys_arch.h
src/arch/rtxc/include/arch/cc.h
src/arch/rtxc/include/arch/cpu.h
src/arch/rtxc/include/arch/init.h
src/arch/rtxc/include/arch/lib.h
src/arch/rtxc/include/arch/perf.h
src/arch/rtxc/include/arch/sys_arch.h
src/arch/rtxc/include/netif/cs8900if.h
src/arch/rtxc/include/netif/sioslipif.h
src/arch/rtxc/lib.c
src/arch/rtxc/netif/sioslipif.c
src/arch/rtxc/perf.c
src/arch/rtxc/sys_arch.c
src/arch/unix/include/arch/cc.h
src/arch/unix/include/arch/cpu.h
src/arch/unix/include/arch/init.h
src/arch/unix/include/arch/lib.h
src/arch/unix/include/arch/perf.h
src/arch/unix/include/arch/sys_arch.h
src/arch/unix/include/netif/delif.h
src/arch/unix/include/netif/dropif.h
src/arch/unix/include/netif/pcapif.h
src/arch/unix/include/netif/tapif.h
src/arch/unix/include/netif/tcpdump.h
src/arch/unix/include/netif/tunif.h
src/arch/unix/include/netif/unixif.h
src/arch/unix/lwip_chksum.c
src/arch/unix/netif/delif.c
src/arch/unix/netif/list.c
src/arch/unix/netif/pcapif.c
src/arch/unix/netif/tapif.c
src/arch/unix/netif/tcpdump.c
src/arch/unix/netif/tunif.c
src/arch/unix/netif/unixif.c
src/arch/unix/perf.c
src/arch/unix/sys_arch.c
src/arch/v2pro/include/arch/cc.h
src/arch/v2pro/include/arch/cpu.h
src/arch/v2pro/include/arch/lib.h
src/arch/v2pro/include/arch/perf.h
src/arch/v2pro/include/arch/sys_arch.h
src/arch/v2pro/lib_arch.c
src/arch/v2pro/netif/xemacif.c
src/core/dhcp.c
src/core/inet.c
src/core/inet6.c
src/core/ipv4/icmp.c
src/core/ipv4/ip.c
src/core/ipv4/ip_addr.c
src/core/ipv4/ip_frag.c
src/core/ipv6/icmp6.c
src/core/ipv6/ip6.c
src/core/ipv6/ip6_addr.c
src/core/mem.c
src/core/memp.c
src/core/netif.c
src/core/pbuf.c
src/core/stats.c
src/core/sys.c
src/core/tcp.c
src/core/tcp_in.c
src/core/tcp_out.c
src/core/udp.c
src/include/ipv4/lwip/icmp.h
src/include/ipv4/lwip/inet.h
src/include/ipv4/lwip/ip.h
src/include/ipv4/lwip/ip_addr.h
src/include/ipv4/lwip/ip_frag.h
src/include/ipv6/lwip/icmp.h
src/include/ipv6/lwip/inet.h
src/include/ipv6/lwip/ip.h
src/include/ipv6/lwip/ip_addr.h
src/include/lwip/api.h
src/include/lwip/api_msg.h
src/include/lwip/arch.h
src/include/lwip/debug.h
src/include/lwip/def.h
src/include/lwip/err.h
src/include/lwip/list.h
src/include/lwip/mem.h
src/include/lwip/memp.h
src/include/lwip/netif.h
src/include/lwip/opt.h
src/include/lwip/pbuf.h
src/include/lwip/sockets.h
src/include/lwip/stats.h
src/include/lwip/sys.h
src/include/lwip/tcp.h
src/include/lwip/tcpip.h
src/include/lwip/udp.h
src/include/netif/etharp.h
src/include/netif/ethernetif.h
src/include/netif/loopif.h
src/netif/etharp.c
src/netif/ethernetif.c
src/netif/loopif.c

index 652208ea1b7c81439e90694e8a48fb482369ab02..5324ac41288d07c5a4b0bc8ed7a1c0f5717abc9a 100644 (file)
@@ -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, 
index da3dac22b8de6c9ca6f90862fe7634c64e1c085b..ae52486dc2b27bb593ced55124cca3367d976007 100644 (file)
@@ -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, 
index 0a6e1a836e6b2b2c4719c76912f7314785545bb1..5cdf6531442385a4f0937d9d0f1481dbf509be8e 100644 (file)
@@ -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, 
index 10c770a7d683cda0ad819644259d26e1dccc98a2..5014f300ba0393b77749359f16859c1bb63c3184 100644 (file)
@@ -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, 
index 7203167c9ebed3c9715a6f676ba8b3ec43a0dd57..b5e750a4a8559fc699280d65b81cf524d417434f 100644 (file)
@@ -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, 
index 2375b23e10801a4dcfd338824a30201e575e083a..3fabbc5c5d61a14333aa4d4dbdcb98e5c35ed931 100644 (file)
@@ -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, 
index 9cefb9496ef7b47f023dc170e521a4c0516bb9e7..d0e06aef4fe8c4671989e473f3ba6b5d5fcadf45 100644 (file)
@@ -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, 
index 119f85c03430cb6a93eb0849a5bb22ee57717178..149caae1859b9b62f95952f1ec419fdbaea528b6 100644 (file)
@@ -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 $
  */
 
 /*-----------------------------------------------------------------------------------*/
index e8f578b2954416edfa07574d75f067d8b2cebdf6..d30049bc2a6243c5bfb284efbf9223621fd8934f 100644 (file)
@@ -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, 
index e6a1d63d915ee720802b9155f21b74a3a16871ff..6c4eb10fd4554b177d50b9c60c48db312c3b103c 100644 (file)
@@ -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, 
index e0073a6ef10cf26c6a9136cd180b19c50000f1c7..ee4947bbfb709bfe978bc87013621128593fd1e3 100644 (file)
@@ -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, 
index 4b391bacf2954659c92c145cecc7984cbd65fee0..8174c68f775ae4be4ae103a99a4a68325bf176a6 100644 (file)
@@ -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, 
index 323a3a03d14ab39bdf9e77aa4e1aed69f097a0e5..4602fd4c1572369917a6b0780c544fc52bc08cab 100644 (file)
@@ -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, 
index af13a0fd48f3eec48f9c6408c867043f29083ddf..657889958f776aea86b7fa974a8c161528797271 100644 (file)
@@ -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, 
index 34e648b3f0d4995b924466c964543b8354e3be9f..874a7533d502413bbf4a29acfabcf3ba202524c4 100644 (file)
@@ -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, 
index eacf95e5c87cebde2f4d39c59c45e71afeac04dd..1a3ce68a70af35f6ad24502da594cd67b7585428 100644 (file)
@@ -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, 
index 833185272d888b883fbc809ef6385ec027514797..8a78c679660ee8839f909c52673b9cf32744134a 100644 (file)
@@ -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, 
index 50239a0b71cc2b81dbf1f2721af3e555815c307d..93011656c91cacc9bec1f04e9f8168dc0667a7e4 100644 (file)
@@ -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, 
index e955f9814eacdff1517cd474a6d5a93ff3b52658..6c5005822160db952f1608bc679f9799b09f0aaa 100644 (file)
@@ -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, 
index 7b68a0bcc4cd81a4f36ff8ad80c41284d6c55d63..f8b0fd6febaab144068b072045a3786f7053e12b 100644 (file)
@@ -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, 
index 08590037ebfda6697ce7baca61c515f258b4e1ea..313b5ff08b3145b699ff12b40396366a6aea296d 100644 (file)
@@ -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, 
index baee0ebf2a5a2c4fecc89603c96f6d25046f9e4b..c494e15155b2985a0bde6ccd8cfcd0122d112772 100644 (file)
@@ -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, 
index 7471a053a2af2622d0fc4d026eb6cb20ca525a6a..0e79074ef0eb6b1df3e7eeb1cc1831bbcac6b914 100644 (file)
@@ -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, 
index 5bd3d79b13a8392e4b008037024b6304d5e877c3..df99c17fa2c65ac69267fd44bb22c68494f59036 100644 (file)
@@ -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, 
index 0376e92e9de3b72c6de2fb38f1b4f9255390b55c..d4413f4e08153d99669a40698bc65a9f23934453 100644 (file)
@@ -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, 
index b9aca8d5c63855e14bc3ac9d261047ec7ef4e70d..07597290b7495636e6bb3abb52398fb6e0f19d9d 100644 (file)
@@ -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, 
index 7a92afd8069bf4759854453c1dcaa9e685db709a..ac14d5d7392db4581d75fbc877f69ec06328f492 100644 (file)
@@ -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, 
index 9b8babd323cf51bca2a8506abb371518fe518bba..990ce26d7e1da87723614a30b7ab06390e14fd6f 100644 (file)
@@ -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, 
index 3f88973b206fc1359a9489b910d13047e20b1ac2..47060a5cddeec13397ab8df167c528e0de5f1be3 100644 (file)
@@ -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, 
index 4439e1c56e2244ad0e5881f94d999de6a73c6398..a02f86d6e0a795ebf5fddc304077c70c6fb2d93e 100644 (file)
@@ -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, 
index 3ab2f883f2d9558e88d5afb84b9ae1db40f72600..f3933a1290325fb4d94b36af2c34d26c5205cd0d 100644 (file)
@@ -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, 
index 55a1ff4f28f0f6efc9e465796985fe185f5c5b73..334d42af8cd08f95e7c410ead24a98cc72060385 100644 (file)
@@ -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, 
index 99a24925c616606b5bbbdf528ee8829a9fa0907c..4cc1f975dece2ee86665a2f5f7d032a868e59f85 100644 (file)
@@ -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, 
index 826cf159cec69ae1d5b8cc45be788fc06bac1863..20074525a219e70605fac54e5a1d514032f4f51f 100644 (file)
@@ -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, 
index eeb639a9daa1c108a2b3ae2cf0338b47f2ceff68..aa0888e23f14dbd87bafdcb329d257730b514e12 100644 (file)
@@ -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, 
index 15aa90bd6dc0b200a98015e2eac8cb7485a13859..db6dc143450a70cdbaf0e2744fb603fa38c936c7 100644 (file)
@@ -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, 
index 4718568dc8d73dbb8d94e2eb67338fafd83ca455..feca930f0704b72ea9abc403791c86ce5926e0f0 100644 (file)
@@ -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, 
index ae3586efd833f428fd8a7dbe45b84522e950de7e..b05112fd06d86705bc5460dd4a10d134b58de6c6 100644 (file)
@@ -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, 
index d6e3735a9a0bcec8938398b4e3dbed914e61d31d..5f9277afe014a7e68eb06792018aafbd8aeddec8 100644 (file)
@@ -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, 
index 46458201eb9cd419c945fd2c42ac3543ac670453..081796e91fd1b0b5bf8fa3e80220c339c0a5c069 100644 (file)
@@ -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, 
index 4ac94977c089869faffb25473d4e71f0d18a6af1..03be4b720202611ce9b8de5a1a8b183cef7d57b2 100644 (file)
@@ -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, 
index f85dd09c07e8f2a5f18ab688b418a9bb156bf322..d9bdb292b6f9659c44361df38775b0e653ab6c23 100644 (file)
@@ -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, 
index 3f88973b206fc1359a9489b910d13047e20b1ac2..47060a5cddeec13397ab8df167c528e0de5f1be3 100644 (file)
@@ -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, 
index 4439e1c56e2244ad0e5881f94d999de6a73c6398..a02f86d6e0a795ebf5fddc304077c70c6fb2d93e 100644 (file)
@@ -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, 
index dfcb98d74c4b398642ab4d33cb4710c948a8d833..e622c73aee76e004ee5cea0dcaa117af1eea0692 100644 (file)
@@ -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, 
index cc1f489620bcff7e640ad70187b26c2dbfd4de38..378f25b885135e1bf6cc621283b321dfe1595be5 100644 (file)
@@ -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, 
index 55a1ff4f28f0f6efc9e465796985fe185f5c5b73..334d42af8cd08f95e7c410ead24a98cc72060385 100644 (file)
@@ -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, 
index a685e2efc94920916e0efab50fa7b37944878d2a..f423fb65dda5023099e8cee80600893859d61403 100644 (file)
@@ -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, 
index 46440db638c1b52cedc525a1a26b5984b5fb91cc..d0fad0eeba9f2fa34d75d0628fc506a8b7f8ee9a 100644 (file)
@@ -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, 
index a22fd98948db096051d8c4ec22b489f53508d90e..7b235e0ce53dc7c535f511b5735eecb8e6f4dffe 100644 (file)
@@ -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, 
index f3816a4605a174edf02dc3ba7510fe850c2738a7..d6386be946fff6826e5d23052886613e9d909b73 100644 (file)
@@ -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, 
index 8a09e6e53983f2701fd15d97703fa076cdb050ea..847be576002bf43891a26af26dee7a15b3de4907 100644 (file)
@@ -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, 
index ebf167ad57a925c3344248f61097219700267a8a..689a5870b7a15c65e8aa895f4a44b5e96f2a93ad 100644 (file)
@@ -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, 
index 4237142ac84ee4d94bab7aca932b8138704511a4..f0179abe0bf122c88c9426e967c3439986220b38 100644 (file)
@@ -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, 
index 0197c8c1ea671968e09da3c70110833e75e772c1..8c77a17db2b9f7cc1da0f0d5a0acef87f5ed0d40 100644 (file)
@@ -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, 
index ae3586efd833f428fd8a7dbe45b84522e950de7e..b05112fd06d86705bc5460dd4a10d134b58de6c6 100644 (file)
@@ -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, 
index d6e3735a9a0bcec8938398b4e3dbed914e61d31d..5f9277afe014a7e68eb06792018aafbd8aeddec8 100644 (file)
@@ -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, 
index c800489cb7c6bf9fcb8e1ebc42d710df7229bf5a..4c0d3fbfc30910d5cdc82b863ee8470cd93acfda 100644 (file)
@@ -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, 
index 8d8e767bdc9feb3814d1716b964a30140886f1e2..9fbcf600e658eae1f5fb86d550f4903685ecdd23 100644 (file)
@@ -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, 
index f85dd09c07e8f2a5f18ab688b418a9bb156bf322..d9bdb292b6f9659c44361df38775b0e653ab6c23 100644 (file)
@@ -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, 
index 9a7dbe73741b3523e9c047d837a21c8e7d548f16..cf06631cfb76402a1b2e31aa8cd9352269c28d53 100644 (file)
@@ -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, 
index 3e48dca4687693b2dc4f529e2e949de707dde1e1..11cb33d42a0620a7431690c839eb10998ddb071f 100644 (file)
@@ -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, 
index 80c1a3449f185316ad0c935e1626425720bcd274..54f9472334f8888ce0bf642a3ace874a13d4ec29 100644 (file)
@@ -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, 
index d434f55b2a3c45ef9b3d5d87c79249b880a9d5d2..3e1aa9d8b1bb0edcb67e62b2f6c2800c4a650b09 100644 (file)
@@ -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, 
index d74b1feec23fa116c217b8d3bd3ed32d551241cd..4542de8ac8ba6c4cbd8234302de28db0c656627c 100644 (file)
@@ -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, 
index ca7cadaf72c444057395acef37270d31cdf2e36d..1b534053effb6098c9b277fdc321ce32461b9f56 100644 (file)
@@ -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, 
index 0e34fb1d5d9abd48f2f3534374f88baedf95b1a5..384fb54598d2834c239428b0aff9b2c472d4a17f 100644 (file)
@@ -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, 
index 480a01308678e61b6fcebdce8c36e2330910a33d..bbc89739fa23355f08cd88271842f227acc5017a 100644 (file)
@@ -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, 
index 0e41922af942bce79fdd79c42c48bfb8c1be9ba0..5f7005d29a6a1ed423e39370576d30fa4646e6db 100644 (file)
@@ -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, 
index 288cebce3757e487482981b9ddd05a230899c4d7..f4f95d119f4b82d4560328dff7e13834c38378db 100644 (file)
@@ -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, 
index cfdccc1358f0686d595793c4185bc0583327c51c..38b42d0e3e255ac370fcb11d6def2a0bce9b8bcf 100644 (file)
@@ -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, 
index c7ab099872c219c74cf5ea1844e70d6e63b8eccd..971f2b2287d3742dade05a9262ed05c3d8be3566 100644 (file)
@@ -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, 
index 4db8cce85cafe85a1a7d40b09b2193c72c9a3d94..7e3264b5da7cb970193a3c18de48f46d9aabdb45 100644 (file)
@@ -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, 
index 7e376dcbaef0b97556524fd3df8272921e74f255..8042b0a8eb8bc964ad27d5ec9fa3fe51e23d5729 100644 (file)
@@ -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, 
index ea8dd0c90d477c9df200e381fe9f03f54045d483..742f200159c06628f86bf693d96d344db853d4bc 100644 (file)
@@ -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, 
index 009344ac5ada7b8bec392b8dda7c1545eafe156d..ec494a9cc8590d3fd235dcb7ff79a74d6ddb485a 100644 (file)
@@ -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, 
index 2756a6b482fc6a1ef34e6b9c8202fa4d5854c605..46098982fad98055e501368d45507ab87acbe05f 100644 (file)
@@ -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, 
index fe7600f3adfef941fa33021b33f050a857e5ccab..67033623af9ed86c1b65432bd2f439753c3f48da 100644 (file)
@@ -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 
index e7c9e8226633919b42f2d7fa3f8f775bdf06b894..b847ffbd14653ac62fc1483f4da7b05e30228020 100644 (file)
@@ -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 
index f72f8d443b15bacb2980103dd5989dada42a977a..1b8a49651e85fe748b147c41d396990eac27c18b 100644 (file)
@@ -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 
index 80070c4705a13e6279ca95657b8ab4a99f4fbdf8..a7973f054101e45ac0c575b059f1072e7cd4a975 100644 (file)
@@ -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 
index 466b84a12d82caba1318d7bd8e5074ed442b7145..e86834bbe18c4fb705ed0ae36ca1ac7e46d0612c 100644 (file)
@@ -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 
index 293a18f8595505cbdd40f98bc9923df566709925..fcd6569396b8c6c704c3a659396f8b02f2adc0b7 100644 (file)
@@ -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 
index 58a84448bd78b2fe6e49bde9405c76b579b4a13e..047879b799fa98314be783d7352e271c662aba08 100755 (executable)
@@ -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.
index b4f3531353544cf26cfd5dd4e6d762eb2af0bf90..902c61ec542a02a57a5cd65b368a78eb3a991566 100644 (file)
@@ -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, 
index 6746589bd6e324b4691d3efaffdec99bb7a8a78d..d68f53ae6b54cecd2d27876d3bf09de10b52f6ce 100644 (file)
@@ -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, 
index 028f06705e7cd0b0da781b0776d59b51c52579a0..2f636f153151e0348977ea6f1cfbacdb59a1d9dc 100644 (file)
@@ -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, 
index 6f10fc9b6200d2de3775b57b6bb6e16ba5a5b641..330d41fcee61da2521b7b3aa1582bf207a6b0911 100644 (file)
@@ -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, 
index e72a73dd28f0747ca72266f638e874a67d07f9cb..e19363c1c6df4eed5210da85efae8bdcb7dd8e9a 100644 (file)
@@ -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, 
index fe95254447fe618a6798aa1e3f881f3a34e5007c..44432a3d168bdef2471259cc8b723abbd82e0191 100644 (file)
@@ -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, 
index b163a5d2948bcaf2b4eda624072cfdade08eec3e..bfe5ebab23942bead21c0074975fc82187568fb9 100644 (file)
@@ -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, 
index 746e8da05a64abb789865f3e7f866163addc05e5..8f2788f1e925424e2b7729b643147e38a9dd2f90 100644 (file)
@@ -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, 
index 6d88bdf5a0fe77294ab933a7d57e98d345e754e8..3ded7d516f56c6ed26354e0931e323771b8a332d 100644 (file)
@@ -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, 
index 7aed6fd70d9e60bbdd5c058b4fd236441946d870..9e567e6d5737ee849cbe4b17056be9110169eb43 100644 (file)
@@ -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, 
index ff1dcda2c677e76be7ef05e95ac0bdd82b2abec9..aaba155f306d7f8358a01c682dffe7b801c28e75 100644 (file)
@@ -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, 
index 34dc80792e6de0d21e2ffd38871279e5c4730772..4d9b917f91d8009ce5e5995eca2749e793f60f66 100644 (file)
@@ -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, 
index 130e6f74b62f706eddcdfb692d336acf91c1665b..5fdba03de37df090b6991c9f8577a587fe7a2164 100644 (file)
@@ -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, 
index 7b81b9b2f20bbb13cf7df2f13760737a02c54c97..1088eed3b46ea180f4799ae0617f172b13a583c2 100644 (file)
@@ -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, 
index d01e5fb7048033544e994de50b47024506cc51a2..ad0b8a1f8f337ec7efca6f3d1fd6e7489a75be2e 100644 (file)
@@ -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, 
index 1bac47c477d14887dc59a0980632008983eb18a3..76e009daa8cbb4882eee8e242db8911fef942f91 100644 (file)
@@ -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, 
index 1f0e016fccac1c0cf31fded7209502d3d114d51a..3fc5b29663825ea8d2c52ea29bbfbc54ca7e792d 100644 (file)
@@ -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, 
index 7e60be82d1db933c689000ba9c4344d7b8dda6ff..9288bbcb2d079afb5be266e4d383a94a5b905768 100644 (file)
@@ -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, 
index 9963ae3fef40dced75a6706177ce9d921f665fa3..5ec86cecda8d218e0ae120844b2bf5f723c4a34b 100644 (file)
@@ -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, 
index 578eec6fd92fa6506637710175f88fc99572f4c4..1be45e7d81a616a8d31a0032946ff1841f9b340c 100644 (file)
@@ -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 $
  */
 
 /*-----------------------------------------------------------------------------------*/
index 01e0588d36feb50a98d1fc6997403c6c6c63d9c3..6458cdf07a88f1465cfa36946fb0678cfedccff4 100644 (file)
@@ -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, 
index 19f5fb4c98d6acbbf5a1c1917b344a246cc2cba1..de0563229abde697db9180ad2648a45e36a4bce3 100644 (file)
@@ -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, 
index 5064ddf647217f7ba0ed2b621bdb4e771c7af01d..fde9f67adb4c52594c33c807e2edcca641f083f1 100644 (file)
@@ -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, 
index 0288f12b93b567ce189e079946f23efa94ff3d91..a71ec8e10910c2f5c060f125e23ca14a94149e48 100644 (file)
@@ -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, 
index a02058962ea374aeae68693bceca06a32b7a493a..31cda648f8feed537fdc1f88cedd1f27c01afa5d 100644 (file)
@@ -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, 
index 09fa12ac4d552bce60cbcc1b33b352d61eaf9aee..0fef97480e775208c7620b4d85748ae3cd919587 100644 (file)
@@ -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, 
index 65c11377c9b89ca6becca5f8b60660e369ad2c78..bc1f21f442cd00c38f4cd1c19d43f344dde327f0 100644 (file)
@@ -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, 
index 2ffc2a949a7435a956b5e39e15b3ba8646beb2c2..cd33725230355cf01ce845db130652775865109f 100644 (file)
@@ -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, 
index 5e971f57293be25600d095c9fb070c78e3009c91..3049336c4d1bbc221be37f9dd5197d8621400021 100644 (file)
@@ -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, 
index 1d0e7dc2731a863146af0d37ef7b8ae9d98ddf66..58f0dcdce0245623b319a718d4303d3b100fe0ec 100644 (file)
@@ -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, 
index ae9416104c85a44b7543b48c4f7bc9ed3dca08eb..ec8a6dedbe08904e1c35871d2487a3e8196645b6 100644 (file)
@@ -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, 
index 21b3f4bf6a1f55dd36541ed49ed6820031735709..2a20de6278888cad0623522e31c0a2d629397c6f 100644 (file)
@@ -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, 
index cccbe2f247c5bcc5899859f510a00563fd500892..b39263ebcf5f7f1a0ea2edc8541d3cc7553f79f5 100644 (file)
@@ -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, 
index 55d1734f55e3c65dec044543af1b9d18b77eaec2..14c9ca4753fb8604df3bad0721f07c4e441bf9bf 100644 (file)
@@ -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, 
index bed85fe1b39203e8d0bb538d06034acce8e94740..c7a52e2ba84ea5dab68bd244af61b38f59707935 100644 (file)
@@ -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, 
index 14c14fca1438cf13b8837f608dfa2c10f59fc927..38ff2d5e9c2804ffafc281aa7ec3129d9b95d9cb 100644 (file)
@@ -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, 
index 61b96102b78904c5c73defd7c540f3c1aa1d1321..8683a1033c0abd7ed0bb66a141fb50a6d82504af 100644 (file)
@@ -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, 
index 5bd7832640171ce6239b88c75706f3eec24e976e..5abddbf0697a7672ba3d174ce79a65b049a16bee 100644 (file)
@@ -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, 
index 662d651f6f66a8eb03ad1cc5a2e7e6737702c669..1525784d96d14ad7dc71f838d82ad16bbb5d8e6e 100644 (file)
@@ -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, 
index 0c03078dc614b56940760bc40a58a10b45e0285b..81d81712f0792ce85a6ae5a66215c3bd10e7f691 100644 (file)
@@ -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, 
index ac7949df47dbdaca425967fd9572777d65518394..9381312378fdcf20a364629fa12df7fc53d602af 100644 (file)
@@ -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, 
index f6baa91ed4f3f1c839d652922b3ac7e85d33343b..8b808b61b875a50aa07af57793bfb40fed78bdd5 100644 (file)
@@ -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, 
index a5e97e507d9be0e7586c4936dacc2698a8fc7f68..7779e14c4c566ae0dfcfeac2e6e10e3630c92170 100644 (file)
@@ -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, 
index 2246d0c80860aed943d55d5e8a9d2d9eead8afe8..608e8011d8011feb185340fad4abe87c89c74a2b 100644 (file)
@@ -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, 
index 24054c4f0afc4c0be1bcd05f01d0ea2f3572b8df..821406c550243f36e6f211577232ce85cc8d035f 100644 (file)
@@ -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, 
index fbd9b879f770cb97e70260fdc5b484a51ecc10cc..956c887ee28f86b4f5b0bf7713f369e765195b91 100644 (file)
@@ -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, 
index 2528376dd9f79207c7915f85e072db498021cca1..10b7371509c12eff92f647bd660c5ef054e31f63 100644 (file)
@@ -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, 
index bc16109b83d52f9ffbf48ac0119016fcb6922a7c..6432943b93d4ad2317f48f1ace3271da1ddedd72 100644 (file)
@@ -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, 
index d0ae6905c6f2bcfcf0e323813fc0288228132252..af7a5f920436bb31e8d9cd67490b61c9aeb12074 100644 (file)
@@ -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, 
index ffc76e9fac38701d298f957ee462afdfd493516e..cdd6dd23d7c8ca42be7989031b496db2e7fda796 100644 (file)
@@ -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, 
index e4c7d6a71da71d7741baea1417c143201c4c425b..a374b7bd2af9b7bc4408cb46c32e8ea37588d1c6 100644 (file)
@@ -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, 
index 0047fc79bc61053c8e4a33f3d8a197dd1869cae4..8cd9331a28b29180bf5d9ec7c2fce118385d2a52 100644 (file)
@@ -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, 
index c75f19eba159f44c9df917bc6de272b38cb5a7b5..40b85edf723b762072070c1b3dae18315f2f72a9 100644 (file)
@@ -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,