From 96a819785605424715ca89d40b40dbed956be23f Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 1 Mar 2009 21:23:11 +0000 Subject: cosmetic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1561 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/nettest/nettest.c | 4 ++-- nuttx/examples/nettest/nettest.h | 4 ++-- nuttx/include/net/uip/uip-arch.h | 2 +- nuttx/include/net/uip/uip.h | 2 +- nuttx/include/netinet/in.h | 4 ++-- nuttx/include/netinet/ip.h | 4 ++-- nuttx/lib/lib_htonl.c | 4 ++-- nuttx/lib/lib_htons.c | 4 ++-- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/nuttx/examples/nettest/nettest.c b/nuttx/examples/nettest/nettest.c index 8bfe73ca6..e50978600 100644 --- a/nuttx/examples/nettest/nettest.c +++ b/nuttx/examples/nettest/nettest.c @@ -1,7 +1,7 @@ /**************************************************************************** * examples/nettest/nettest.c * - * Copyright (C) 2007 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. - * 3. Neither the name Gregory Nutt nor the names of its contributors may be + * 3. Neither the name NuttX nor the names of its contributors may be * used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/nuttx/examples/nettest/nettest.h b/nuttx/examples/nettest/nettest.h index fafe29355..b5b619175 100644 --- a/nuttx/examples/nettest/nettest.h +++ b/nuttx/examples/nettest/nettest.h @@ -1,7 +1,7 @@ /**************************************************************************** * examples/nettest/nettest.h * - * Copyright (C) 2007 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. - * 3. Neither the name Gregory Nutt nor the names of its contributors may be + * 3. Neither the name NuttX nor the names of its contributors may be * used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/nuttx/include/net/uip/uip-arch.h b/nuttx/include/net/uip/uip-arch.h index c0044fdfe..80e574efa 100644 --- a/nuttx/include/net/uip/uip-arch.h +++ b/nuttx/include/net/uip/uip-arch.h @@ -2,7 +2,7 @@ * uip-arch.h * Defines architecture-specific device driver interfaces to uIP * - * Copyright (C) 2007 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Derived largely from portions of uIP with has a similar BSD-styple license: diff --git a/nuttx/include/net/uip/uip.h b/nuttx/include/net/uip/uip.h index bc79f64e7..640ac07fc 100644 --- a/nuttx/include/net/uip/uip.h +++ b/nuttx/include/net/uip/uip.h @@ -5,7 +5,7 @@ * are used by uIP programs as well as internal uIP structures and function * declarations. * - * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2008, 2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * This logic was leveraged from uIP which also has a BSD-style license: diff --git a/nuttx/include/netinet/in.h b/nuttx/include/netinet/in.h index 163e16ab1..7e7acf954 100644 --- a/nuttx/include/netinet/in.h +++ b/nuttx/include/netinet/in.h @@ -1,7 +1,7 @@ /**************************************************************************** * netinet/in.h * - * Copyright (C) 2007 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. - * 3. Neither the name Gregory Nutt nor the names of its contributors may be + * 3. Neither the name NuttX nor the names of its contributors may be * used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/nuttx/include/netinet/ip.h b/nuttx/include/netinet/ip.h index 3b607bcf6..3d20c1249 100644 --- a/nuttx/include/netinet/ip.h +++ b/nuttx/include/netinet/ip.h @@ -1,7 +1,7 @@ /**************************************************************************** * netinet/ip.h * - * Copyright (C) 2007 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. - * 3. Neither the name Gregory Nutt nor the names of its contributors may be + * 3. Neither the name NuttX nor the names of its contributors may be * used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/nuttx/lib/lib_htonl.c b/nuttx/lib/lib_htonl.c index 0f6cbf224..941919709 100644 --- a/nuttx/lib/lib_htonl.c +++ b/nuttx/lib/lib_htonl.c @@ -1,7 +1,7 @@ /************************************************************ * lib_ntohl.c * - * Copyright (C) 2007 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. - * 3. Neither the name Gregory Nutt nor the names of its contributors may be + * 3. Neither the name NuttX nor the names of its contributors may be * used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/nuttx/lib/lib_htons.c b/nuttx/lib/lib_htons.c index ee173c0e2..cee422436 100644 --- a/nuttx/lib/lib_htons.c +++ b/nuttx/lib/lib_htons.c @@ -1,7 +1,7 @@ /*************************************************************************** * lib_htons.c * - * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2008, 2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -53,7 +53,7 @@ uint16 htons(uint16 hs) return HTONS(hs); } -uint16 ntohs (uint16 ns) +uint16 ntohs(uint16 ns) { #ifdef CONFIG_ENDIAN_BIG return ns; -- cgit v1.2.3