Adjusted Apple2 port to the new Contiki kernel (and fixed / tuned pseudo clock).
diff --git a/contiki-apple2/apps/config.h b/contiki-apple2/apps/config.h
index 124e2a1..0ec0fa2 100644
--- a/contiki-apple2/apps/config.h
+++ b/contiki-apple2/apps/config.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, Adam Dunkels.
+ * Copyright (c) 2004, Adam Dunkels.
  * All rights reserved. 
  *
  * Redistribution and use in source and binary forms, with or without 
@@ -11,7 +11,10 @@
  *    copyright notice, this list of conditions and the following
  *    disclaimer in the documentation and/or other materials provided
  *    with the distribution. 
- * 3. The name of the author may not be used to endorse or promote
+ * 3. All advertising materials mentioning features or use of this
+ *    software must display the following acknowledgement:
+ *        This product includes software developed by Adam Dunkels. 
+ * 4. The name of the author may not be used to endorse or promote
  *    products derived from this software without specific prior
  *    written permission.  
  *
@@ -27,9 +30,9 @@
  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  
  *
- * This file is part of the Contiki desktop environment
+ * This file is part of the Contiki desktop environment 
  *
- * $Id: config.h,v 1.1 2004/06/14 22:30:33 oliverschmidt Exp $
+ * $Id: config.h,v 1.2 2004/07/11 12:24:52 oliverschmidt Exp $
  *
  */
 #ifndef __CONFIG_H__