Initial import from Adam's 20021017 CVS archive w/ modified license.
diff --git a/doc/rawapi.txt b/doc/rawapi.txt
index fe8680f..940ea62 100644
--- a/doc/rawapi.txt
+++ b/doc/rawapi.txt
@@ -2,7 +2,7 @@
 
 Author: Adam Dunkels
 
-$Id: rawapi.txt,v 1.1 2002/10/19 12:59:32 likewise Exp $
+$Id: rawapi.txt,v 1.1.1.1 2002/10/19 12:59:32 likewise Exp $
 
 lwIP provides two Application Program's Interfaces (APIs) for programs
 to use for communication with the TCP/IP code: the sequential API
diff --git a/doc/sys_arch.txt b/doc/sys_arch.txt
index 841d127..21c6fee 100644
--- a/doc/sys_arch.txt
+++ b/doc/sys_arch.txt
@@ -2,7 +2,7 @@
 
 Author: Adam Dunkels
 
-$Id: sys_arch.txt,v 1.1 2002/10/19 12:59:33 likewise Exp $
+$Id: sys_arch.txt,v 1.1.1.1 2002/10/19 12:59:33 likewise Exp $
 
 The operating system emulation layer provides a common interface
 between the lwIP code and the underlying operating system kernel. The
diff --git a/proj/minimal/Makefile b/proj/minimal/Makefile
index 6c2033d..b0e427b 100644
--- a/proj/minimal/Makefile
+++ b/proj/minimal/Makefile
@@ -30,7 +30,7 @@
 # 
 # Author: Adam Dunkels <adam@sics.se>
 #
-# $Id: Makefile,v 1.1 2002/10/19 12:59:33 likewise Exp $
+# $Id: Makefile,v 1.1.1.1 2002/10/19 12:59:33 likewise Exp $
 
 CCDEP=gcc
 CC=gcc
diff --git a/proj/unixsim/Makefile b/proj/unixsim/Makefile
index 341f7c0..b63b8f9 100644
--- a/proj/unixsim/Makefile
+++ b/proj/unixsim/Makefile
@@ -30,7 +30,7 @@
 # 
 # Author: Adam Dunkels <adam@sics.se>
 #
-# $Id: Makefile,v 1.1 2002/10/19 12:59:37 likewise Exp $
+# $Id: Makefile,v 1.1.1.1 2002/10/19 12:59:37 likewise Exp $
 
 CCDEP=gcc
 CC=gcc