From e684270a1ae6eccb65fbc4ab44f455e8d46de29f Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 23 Feb 2012 15:53:27 +0000 Subject: Fix an error the TCP/IP received sequence number counting git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4416 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/net/uip/uip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/include') diff --git a/nuttx/include/net/uip/uip.h b/nuttx/include/net/uip/uip.h index ea11dede8..c36efa355 100644 --- a/nuttx/include/net/uip/uip.h +++ b/nuttx/include/net/uip/uip.h @@ -5,8 +5,8 @@ * are used by uIP programs as well as internal uIP structures and function * declarations. * - * Copyright (C) 2007-2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Copyright (C) 2007-2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * This logic was leveraged from uIP which also has a BSD-style license: * -- cgit v1.2.3