diff options
Diffstat (limited to 'demos/ARM7-AT91SAM7X-LWIP-GCC/web')
-rw-r--r-- | demos/ARM7-AT91SAM7X-LWIP-GCC/web/web.c | 6 | ||||
-rw-r--r-- | demos/ARM7-AT91SAM7X-LWIP-GCC/web/web.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/demos/ARM7-AT91SAM7X-LWIP-GCC/web/web.c b/demos/ARM7-AT91SAM7X-LWIP-GCC/web/web.c index 3d0c384d2..1bea06de4 100644 --- a/demos/ARM7-AT91SAM7X-LWIP-GCC/web/web.c +++ b/demos/ARM7-AT91SAM7X-LWIP-GCC/web/web.c @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -19,7 +19,7 @@ /*
* This file is a modified version of the lwIP web server demo. The original
- * author is unknown because the file didn't contain any license information. + * author is unknown because the file didn't contain any license information.
*/
/**
@@ -87,7 +87,7 @@ static void http_server_serve(struct netconn *conn) { WORKING_AREA(wa_http_server, WEB_THREAD_STACK_SIZE);
/**
- * HTTP server thread. + * HTTP server thread.
*/
msg_t http_server(void *p) {
struct netconn *conn, *newconn;
diff --git a/demos/ARM7-AT91SAM7X-LWIP-GCC/web/web.h b/demos/ARM7-AT91SAM7X-LWIP-GCC/web/web.h index f53cfcb44..991ce117c 100644 --- a/demos/ARM7-AT91SAM7X-LWIP-GCC/web/web.h +++ b/demos/ARM7-AT91SAM7X-LWIP-GCC/web/web.h @@ -1,5 +1,5 @@ /*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
|