diff options
Diffstat (limited to 'Projects/Webserver')
28 files changed, 95 insertions, 72 deletions
| diff --git a/Projects/Webserver/Config/AppConfig.h b/Projects/Webserver/Config/AppConfig.h index 933b1087e..40ebe7ddc 100644 --- a/Projects/Webserver/Config/AppConfig.h +++ b/Projects/Webserver/Config/AppConfig.h @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted @@ -33,10 +33,10 @@   *   *  This is a header file which is be used to configure some of   *  the application's compile time options, as an alternative to - *  specifying the compile time constants supplied through a  + *  specifying the compile time constants supplied through a   *  makefile or build system.   * - *  For information on what each token does, refer to the  + *  For information on what each token does, refer to the   *  \ref Sec_Options section of the application documentation.   */ @@ -52,7 +52,7 @@  	#define DEVICE_NETMASK                (uint8_t[]){255, 255, 255,   0}  	#define DEVICE_GATEWAY                (uint8_t[]){ 10,   0,   0,   1}  	#define SERVER_MAC_ADDRESS            (uint8_t[]){  1,   0,   1,   0,   1,   0} -	 +  	#define UIP_CONF_UDP                  (defined(ENABLE_DHCP_CLIENT) || defined(ENABLE_DHCP_SERVER))  	#define UIP_CONF_BROADCAST            1  	#define UIP_CONF_TCP                  1 @@ -70,4 +70,4 @@  	#define UIP_ARCH_ADD32                0  	#define UIP_NEIGHBOR_CONF_ADDRTYPE    0 -#endif
\ No newline at end of file +#endif diff --git a/Projects/Webserver/Config/LUFAConfig.h b/Projects/Webserver/Config/LUFAConfig.h index 4c97db61a..fa407999e 100644 --- a/Projects/Webserver/Config/LUFAConfig.h +++ b/Projects/Webserver/Config/LUFAConfig.h @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/Descriptors.c b/Projects/Webserver/Descriptors.c index ea87ab8f7..f28bd85f7 100644 --- a/Projects/Webserver/Descriptors.c +++ b/Projects/Webserver/Descriptors.c @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted @@ -47,7 +47,7 @@ const USB_Descriptor_Device_t PROGMEM DeviceDescriptor =  {  	.Header                 = {.Size = sizeof(USB_Descriptor_Device_t), .Type = DTYPE_Device}, -	.USBSpecification       = VERSION_BCD(01.10), +	.USBSpecification       = VERSION_BCD(1,1,0),  	.Class                  = USB_CSCP_IADDeviceClass,  	.SubClass               = USB_CSCP_IADDeviceSubclass,  	.Protocol               = USB_CSCP_IADDeviceProtocol, @@ -56,7 +56,7 @@ const USB_Descriptor_Device_t PROGMEM DeviceDescriptor =  	.VendorID               = 0x03EB,  	.ProductID              = 0x2069, -	.ReleaseNumber          = VERSION_BCD(00.01), +	.ReleaseNumber          = VERSION_BCD(0,0,1),  	.ManufacturerStrIndex   = STRING_ID_Manufacturer,  	.ProductStrIndex        = STRING_ID_Product, @@ -122,7 +122,7 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =  			.Header                 = {.Size = sizeof(USB_CDC_Descriptor_FunctionalHeader_t), .Type = DTYPE_CSInterface},  			.Subtype                = CDC_DSUBTYPE_CSInterface_Header, -			.CDCSpecification       = VERSION_BCD(01.10), +			.CDCSpecification       = VERSION_BCD(1,1,0),  		},  	.CDC_Functional_ACM = diff --git a/Projects/Webserver/Descriptors.h b/Projects/Webserver/Descriptors.h index c649cf56f..6b656e4b6 100644 --- a/Projects/Webserver/Descriptors.h +++ b/Projects/Webserver/Descriptors.h @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/Doxygen.conf b/Projects/Webserver/Doxygen.conf index 9a61f28d7..6536d5fe6 100644 --- a/Projects/Webserver/Doxygen.conf +++ b/Projects/Webserver/Doxygen.conf @@ -1,4 +1,4 @@ -# Doxyfile 1.8.5 +# Doxyfile 1.8.6  # This file describes the settings to be used by the documentation system  # doxygen (www.doxygen.org) for a project. @@ -73,12 +73,14 @@ CREATE_SUBDIRS         = NO  # The OUTPUT_LANGUAGE tag is used to specify the language in which all  # documentation generated by doxygen is written. Doxygen will use this  # information to generate all constant output in the proper language. -# Possible values are: Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese- -# Traditional, Croatian, Czech, Danish, Dutch, English, Esperanto, Farsi, -# Finnish, French, German, Greek, Hungarian, Italian, Japanese, Japanese-en, -# Korean, Korean-en, Latvian, Norwegian, Macedonian, Persian, Polish, -# Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish, Swedish, -# Turkish, Ukrainian and Vietnamese. +# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese, +# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), +# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian, +# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages), +# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian, +# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian, +# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish, +# Ukrainian and Vietnamese.  # The default value is: English.  OUTPUT_LANGUAGE        = English @@ -510,6 +512,13 @@ HIDE_SCOPE_NAMES       = NO  SHOW_INCLUDE_FILES     = YES +# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each +# grouped member an include statement to the documentation, telling the reader +# which file to include in order to use the member. +# The default value is: NO. + +SHOW_GROUPED_MEMB_INC  = NO +  # If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include  # files with double quotes in the documentation rather than with sharp brackets.  # The default value is: NO. @@ -531,7 +540,8 @@ SORT_MEMBER_DOCS       = YES  # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief  # descriptions of file, namespace and class members alphabetically by member -# name. If set to NO the members will appear in declaration order. +# name. If set to NO the members will appear in declaration order. Note that +# this will also influence the order of the classes in the class list.  # The default value is: NO.  SORT_BRIEF_DOCS        = NO @@ -2053,6 +2063,13 @@ CLASS_DIAGRAMS         = NO  MSCGEN_PATH            = +# You can include diagrams made with dia in doxygen documentation. Doxygen will +# then run dia to produce the diagram and insert it in the documentation. The +# DIA_PATH tag allows you to specify the directory where the dia binary resides. +# If left empty dia is assumed to be found in the default search path. + +DIA_PATH               = +  # If set to YES, the inheritance and collaboration graphs will hide inheritance  # and usage relations if the target is undocumented or is not a class.  # The default value is: YES. @@ -2253,6 +2270,12 @@ DOTFILE_DIRS           =  MSCFILE_DIRS           = +# The DIAFILE_DIRS tag can be used to specify one or more directories that +# contain dia files that are included in the documentation (see the \diafile +# command). + +DIAFILE_DIRS           = +  # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes  # that will be shown in the graph. If the number of nodes in a graph becomes  # larger than this value, doxygen will truncate the graph, which is visualized diff --git a/Projects/Webserver/Lib/DHCPClientApp.c b/Projects/Webserver/Lib/DHCPClientApp.c index 7bca044fc..3b1d2d702 100644 --- a/Projects/Webserver/Lib/DHCPClientApp.c +++ b/Projects/Webserver/Lib/DHCPClientApp.c @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/Lib/DHCPClientApp.h b/Projects/Webserver/Lib/DHCPClientApp.h index cfceab05f..298ff7354 100644 --- a/Projects/Webserver/Lib/DHCPClientApp.h +++ b/Projects/Webserver/Lib/DHCPClientApp.h @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/Lib/DHCPCommon.c b/Projects/Webserver/Lib/DHCPCommon.c index 57402e094..7dbcaf069 100644 --- a/Projects/Webserver/Lib/DHCPCommon.c +++ b/Projects/Webserver/Lib/DHCPCommon.c @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/Lib/DHCPCommon.h b/Projects/Webserver/Lib/DHCPCommon.h index fe2d91865..1ded5420a 100644 --- a/Projects/Webserver/Lib/DHCPCommon.h +++ b/Projects/Webserver/Lib/DHCPCommon.h @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted @@ -42,7 +42,7 @@  		#include <string.h>  		#include "Config/AppConfig.h" -		 +  		#include <uip.h>  	/* Macros: */ diff --git a/Projects/Webserver/Lib/DHCPServerApp.c b/Projects/Webserver/Lib/DHCPServerApp.c index 970458f45..9ed521e57 100644 --- a/Projects/Webserver/Lib/DHCPServerApp.c +++ b/Projects/Webserver/Lib/DHCPServerApp.c @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/Lib/DHCPServerApp.h b/Projects/Webserver/Lib/DHCPServerApp.h index 2861b7143..c8195a64c 100644 --- a/Projects/Webserver/Lib/DHCPServerApp.h +++ b/Projects/Webserver/Lib/DHCPServerApp.h @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/Lib/DataflashManager.c b/Projects/Webserver/Lib/DataflashManager.c index b99f6272b..d8dc54dad 100644 --- a/Projects/Webserver/Lib/DataflashManager.c +++ b/Projects/Webserver/Lib/DataflashManager.c @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/Lib/DataflashManager.h b/Projects/Webserver/Lib/DataflashManager.h index 754e140c4..da34b3926 100644 --- a/Projects/Webserver/Lib/DataflashManager.h +++ b/Projects/Webserver/Lib/DataflashManager.h @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/Lib/HTTPServerApp.c b/Projects/Webserver/Lib/HTTPServerApp.c index 04830bc5b..b9cb3efa6 100644 --- a/Projects/Webserver/Lib/HTTPServerApp.c +++ b/Projects/Webserver/Lib/HTTPServerApp.c @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/Lib/HTTPServerApp.h b/Projects/Webserver/Lib/HTTPServerApp.h index 29a1ae2a4..6e9ada00c 100644 --- a/Projects/Webserver/Lib/HTTPServerApp.h +++ b/Projects/Webserver/Lib/HTTPServerApp.h @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted @@ -41,7 +41,7 @@  		#include <string.h>  		#include <LUFA/Version.h> -		 +  		#include "Config/AppConfig.h"  		#include <uip.h> diff --git a/Projects/Webserver/Lib/SCSI.c b/Projects/Webserver/Lib/SCSI.c index 9bbd4565d..315f2e3a3 100644 --- a/Projects/Webserver/Lib/SCSI.c +++ b/Projects/Webserver/Lib/SCSI.c @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/Lib/SCSI.h b/Projects/Webserver/Lib/SCSI.h index 7c6b3609d..b4eca1dd5 100644 --- a/Projects/Webserver/Lib/SCSI.h +++ b/Projects/Webserver/Lib/SCSI.h @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/Lib/TELNETServerApp.c b/Projects/Webserver/Lib/TELNETServerApp.c index ab0049cc2..a05cd286f 100644 --- a/Projects/Webserver/Lib/TELNETServerApp.c +++ b/Projects/Webserver/Lib/TELNETServerApp.c @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/Lib/TELNETServerApp.h b/Projects/Webserver/Lib/TELNETServerApp.h index 542d6c81c..ac2a83654 100644 --- a/Projects/Webserver/Lib/TELNETServerApp.h +++ b/Projects/Webserver/Lib/TELNETServerApp.h @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/Lib/uIPManagement.c b/Projects/Webserver/Lib/uIPManagement.c index d89b78778..c9cbba7c5 100644 --- a/Projects/Webserver/Lib/uIPManagement.c +++ b/Projects/Webserver/Lib/uIPManagement.c @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/Lib/uIPManagement.h b/Projects/Webserver/Lib/uIPManagement.h index d371b0d30..9a6fa1759 100644 --- a/Projects/Webserver/Lib/uIPManagement.h +++ b/Projects/Webserver/Lib/uIPManagement.h @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted @@ -43,7 +43,7 @@  		#include <uip_arp.h>  		#include <uip-split.h>  		#include <timer.h> -		 +  		#include "Config/AppConfig.h"  		#include "DHCPClientApp.h" diff --git a/Projects/Webserver/USBDeviceMode.c b/Projects/Webserver/USBDeviceMode.c index f889b6be6..b8e41f4c0 100644 --- a/Projects/Webserver/USBDeviceMode.c +++ b/Projects/Webserver/USBDeviceMode.c @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/USBDeviceMode.h b/Projects/Webserver/USBDeviceMode.h index 2eaf911a8..fe584e564 100644 --- a/Projects/Webserver/USBDeviceMode.h +++ b/Projects/Webserver/USBDeviceMode.h @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted @@ -44,7 +44,7 @@  		#include "Lib/uIPManagement.h"  		#include "Lib/SCSI.h"  		#include "Config/AppConfig.h" -		 +  	/* External Variables: */  		extern USB_ClassInfo_RNDIS_Device_t Ethernet_RNDIS_Interface_Device; diff --git a/Projects/Webserver/USBHostMode.c b/Projects/Webserver/USBHostMode.c index ecfc6a1d9..f4179e5ef 100644 --- a/Projects/Webserver/USBHostMode.c +++ b/Projects/Webserver/USBHostMode.c @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/USBHostMode.h b/Projects/Webserver/USBHostMode.h index 906b31bd0..be4eddbbb 100644 --- a/Projects/Webserver/USBHostMode.h +++ b/Projects/Webserver/USBHostMode.h @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/Webserver.c b/Projects/Webserver/Webserver.c index b866d37b2..caa372b94 100644 --- a/Projects/Webserver/Webserver.c +++ b/Projects/Webserver/Webserver.c @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/Webserver.h b/Projects/Webserver/Webserver.h index a828e892e..5879ff3ec 100644 --- a/Projects/Webserver/Webserver.h +++ b/Projects/Webserver/Webserver.h @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2013. +     Copyright (C) Dean Camera, 2014.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2013  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2014  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Permission to use, copy, modify, distribute, and sell this    software and its documentation for any purpose is hereby granted diff --git a/Projects/Webserver/makefile b/Projects/Webserver/makefile index 071e63db4..2a7bb37a4 100644 --- a/Projects/Webserver/makefile +++ b/Projects/Webserver/makefile @@ -1,6 +1,6 @@  #  #             LUFA Library -#     Copyright (C) Dean Camera, 2013. +#     Copyright (C) Dean Camera, 2014.  #  #  dean [at] fourwalledcubicle [dot] com  #           www.lufa-lib.org | 
