diff --git a/net/bind.c b/net/bind.c index 381a554bbce..e0e9676ddd9 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 * * 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 af8cd624c9a..47ac8ba7f50 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 * * 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 ea8c308af2b..af61bab461d 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 * * Large parts of this file were leveraged from uIP logic: