diff --git a/net/bind.c b/net/bind.c index 381a554bbcec0f4fc8cd841e37092d2adb286d2b..e0e9676ddd99fe9da880a15edf01c213812e5bda 100644 --- a/net/bind.c +++ b/net/bind.c @@ -1,7 +1,7 @@ /**************************************************************************** * net/bind.c * - * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <spudmonkey@racsa.co.cr> * * Redistribution and use in source and binary forms, with or without @@ -55,8 +55,8 @@ * * Description: * bind() gives the socket 'sockfd' the local address 'addr'. 'addr' is - * 'addrlen' bytes long. Traditionally, this is called “assigning a name to - * a socket.” When a socket is created with socket, it exists in a name + * 'addrlen' bytes long. Traditionally, this is called "assigning a name to + * a socket." When a socket is created with socket, it exists in a name * space (address family) but has no name assigned. * * Parameters: diff --git a/net/uip/uip_arp.c b/net/uip/uip_arp.c index af8cd624c9a043521a5180ce7425399fd9c44f9d..47ac8ba7f504974eb967030565a054ce925cf264 100644 --- a/net/uip/uip_arp.c +++ b/net/uip/uip_arp.c @@ -2,7 +2,7 @@ * net/uip/uip_arp.c * Implementation of the ARP Address Resolution Protocol. * - * Copyright (C) 2007, 2008, 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <spudmonkey@racsa.co.cr> * * Based on uIP which also has a BSD style license: diff --git a/net/uip/uip_tcpconn.c b/net/uip/uip_tcpconn.c index ea8c308af2b67065f25749c81dde8ed0d7f7837a..af61bab461d0c53ef2ef551cd0a23f2859587950 100644 --- a/net/uip/uip_tcpconn.c +++ b/net/uip/uip_tcpconn.c @@ -1,7 +1,7 @@ /**************************************************************************** * net/uip/uip_tcpconn.c * - * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <spudmonkey@racsa.co.cr> * * Large parts of this file were leveraged from uIP logic: