diff --git a/configs/lpc4370-link2/src/Makefile b/configs/lpc4370-link2/src/Makefile index 76b7e5331e3..1a99c0e15a8 100644 --- a/configs/lpc4370-link2/src/Makefile +++ b/configs/lpc4370-link2/src/Makefile @@ -1,7 +1,7 @@ ############################################################################ # configs/lpc4330-xplorer/src/Makefile # -# Copyright (C) 2012 Gregory Nutt. All rights reserved. +# Copyright (C) 2015 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -75,3 +75,4 @@ CSRCS += $(SPIFI_LIB)/winbond.c endif include $(TOPDIR)/configs/Board.mk + diff --git a/configs/lpc4370-link2/src/lpc4370-link2.h b/configs/lpc4370-link2/src/lpc4370-link2.h index 3f752356dab..7333be78da9 100644 --- a/configs/lpc4370-link2/src/lpc4370-link2.h +++ b/configs/lpc4370-link2/src/lpc4370-link2.h @@ -1,7 +1,7 @@ /**************************************************************************** * configs/lpc4370-LINK2/src/lpc4370-LINK2.h * - * Copyright (C) 2014 Gregory Nutt. All rights reserved. + * Copyright (C) 2015 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -93,3 +93,4 @@ #endif /* __ASSEMBLY__ */ #endif /* _CONFIGS_LPC4370_LINK2_SRC_LPC3257_LINK2_H */ + diff --git a/configs/lpc4370-link2/src/lpc43_autoleds.c b/configs/lpc4370-link2/src/lpc43_autoleds.c index 365123a1d90..fd8566c3d8d 100644 --- a/configs/lpc4370-link2/src/lpc43_autoleds.c +++ b/configs/lpc4370-link2/src/lpc43_autoleds.c @@ -1,7 +1,7 @@ /**************************************************************************** * configs/lpc4357-evb/src/lpc43_autoleds.c * - * Copyright (C) 2014-2015 Gregory Nutt. All rights reserved. + * Copyright (C) 2015 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -174,3 +174,4 @@ void board_led_off(int led) } #endif /* CONFIG_ARCH_LEDS */ + diff --git a/configs/lpc4370-link2/src/lpc43_boot.c b/configs/lpc4370-link2/src/lpc43_boot.c index 579e31c9520..73e65071828 100644 --- a/configs/lpc4370-link2/src/lpc43_boot.c +++ b/configs/lpc4370-link2/src/lpc43_boot.c @@ -1,7 +1,7 @@ /************************************************************************************ * configs/lpc4357-evb/src/lpc43_boot.c * - * Copyright (C) 2014-2015 Gregory Nutt. All rights reserved. + * Copyright (C) 2015 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -79,3 +79,4 @@ void lpc43_boardinitialize(void) board_led_initialize(); #endif } + diff --git a/configs/lpc4370-link2/src/lpc43_nsh.c b/configs/lpc4370-link2/src/lpc43_nsh.c index dbb0873da92..8d00e000f92 100644 --- a/configs/lpc4370-link2/src/lpc43_nsh.c +++ b/configs/lpc4370-link2/src/lpc43_nsh.c @@ -1,7 +1,7 @@ /**************************************************************************** * config/lpc4357-evb/src/lpc43_nsh.c * - * Copyright (C) 2014 Gregory Nutt. All rights reserved. + * Copyright (C) 2015 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -147,3 +147,4 @@ int board_app_initialize(void) return nsh_spifi_initialize(); } + diff --git a/configs/lpc4370-link2/src/lpc43_ostest.c b/configs/lpc4370-link2/src/lpc43_ostest.c index 5ee0ed2f568..9f85268749a 100644 --- a/configs/lpc4370-link2/src/lpc43_ostest.c +++ b/configs/lpc4370-link2/src/lpc43_ostest.c @@ -1,7 +1,7 @@ /************************************************************************************ * configs/lpc4357-evb/src/lpc43_ostest.c * - * Copyright (C) 2014 Gregory Nutt. All rights reserved. + * Copyright (C) 2015 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -111,3 +111,4 @@ bool arch_cmpfpu(FAR const uint32_t *fpusave1, FAR const uint32_t *fpusave2) } #endif /* HAVE_FPU */ + diff --git a/configs/lpc4370-link2/src/lpc43_userleds.c b/configs/lpc4370-link2/src/lpc43_userleds.c index 142f1d28cf2..a01e52dc1dc 100644 --- a/configs/lpc4370-link2/src/lpc43_userleds.c +++ b/configs/lpc4370-link2/src/lpc43_userleds.c @@ -1,7 +1,7 @@ /**************************************************************************** * configs/lpc4357-evb/src/lpc43_userleds.c * - * Copyright (C) 2014 Gregory Nutt. All rights reserved. + * Copyright (C) 2015 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -145,3 +145,4 @@ void lpc43_setleds(uint8_t ledset) } #endif /* !CONFIG_ARCH_LEDS */ + diff --git a/configs/sim/README.txt b/configs/sim/README.txt index 75d8d725d04..c32972555f6 100644 --- a/configs/sim/README.txt +++ b/configs/sim/README.txt @@ -830,7 +830,7 @@ unionfs ustream This is the same as the nsh configuration except that it includes - two addition build in applications: server and client. These + two addition built in applications: server and client. These applications are provided by the test at apps/examples/ustream. This configuration enables local, Unix domain sockets and supports the test of the stream sockets.