Update copyright dates
This commit is contained in:
parent
2ceb582a30
commit
1cf13be442
|
@ -1,6 +1,6 @@
|
||||||
/* libiir/src/libiir/000_TopSource.c
|
/* libiir/src/libiir/000_TopSource.c
|
||||||
*
|
*
|
||||||
* Copyright: ©2010, Laurence Withers.
|
* Copyright: ©2010–2014, Laurence Withers.
|
||||||
* Author: Laurence Withers <l@lwithers.me.uk>
|
* Author: Laurence Withers <l@lwithers.me.uk>
|
||||||
* License: GPLv3
|
* License: GPLv3
|
||||||
*/
|
*/
|
||||||
|
@ -15,6 +15,5 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
/* options for text editors
|
/* options for text editors
|
||||||
kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
|
||||||
vim: expandtab:ts=4:sw=4
|
vim: expandtab:ts=4:sw=4
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* libiir/src/libiir/200_iir.c
|
/* libiir/src/libiir/200_iir.c
|
||||||
*
|
*
|
||||||
* Copyright: ©2010–2011, Laurence Withers.
|
* Copyright: ©2010–2014, Laurence Withers.
|
||||||
* Author: Laurence Withers <l@lwithers.me.uk>
|
* Author: Laurence Withers <l@lwithers.me.uk>
|
||||||
* License: GPLv3
|
* License: GPLv3
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* libiir/src/libiir/200_iir.h
|
/* libiir/src/libiir/200_iir.h
|
||||||
*
|
*
|
||||||
* Copyright: ©2010–2011, Laurence Withers.
|
* Copyright: ©2010–2014, Laurence Withers.
|
||||||
* Author: Laurence Withers <l@lwithers.me.uk>
|
* Author: Laurence Withers <l@lwithers.me.uk>
|
||||||
* License: GPLv3
|
* License: GPLv3
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* libiir/src/libiir/300_common_filters.h
|
/* libiir/src/libiir/300_common_filters.h
|
||||||
*
|
*
|
||||||
* Copyright: ©2010, Laurence Withers.
|
* Copyright: ©2010–2014, Laurence Withers.
|
||||||
* Author: Laurence Withers <l@lwithers.me.uk>
|
* Author: Laurence Withers <l@lwithers.me.uk>
|
||||||
* License: GPLv3
|
* License: GPLv3
|
||||||
*/
|
*/
|
||||||
|
@ -158,6 +158,5 @@ struct iir_coeff_t* iir_butterworth_bandstop(int order,
|
||||||
|
|
||||||
/*!@}*/
|
/*!@}*/
|
||||||
/* options for text editors
|
/* options for text editors
|
||||||
kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
|
||||||
vim: expandtab:ts=4:sw=4:syntax=c.doxygen
|
vim: expandtab:ts=4:sw=4:syntax=c.doxygen
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* libiir/src/libiir/400_parser.h
|
/* libiir/src/libiir/400_parser.h
|
||||||
*
|
*
|
||||||
* Copyright: ©2010, Laurence Withers.
|
* Copyright: ©2010–2014, Laurence Withers.
|
||||||
* Author: Laurence Withers <l@lwithers.me.uk>
|
* Author: Laurence Withers <l@lwithers.me.uk>
|
||||||
* License: GPLv3
|
* License: GPLv3
|
||||||
*/
|
*/
|
||||||
|
@ -68,6 +68,5 @@ struct iir_filter_t** iir_parse_n(const char* desc, int n)
|
||||||
|
|
||||||
/*!@}*/
|
/*!@}*/
|
||||||
/* options for text editors
|
/* options for text editors
|
||||||
kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
|
||||||
vim: expandtab:ts=4:sw=4:syntax=c.doxygen
|
vim: expandtab:ts=4:sw=4:syntax=c.doxygen
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* libiir/src/libiir/500_response.h
|
/* libiir/src/libiir/500_response.h
|
||||||
*
|
*
|
||||||
* Copyright: ©2011, Laurence Withers.
|
* Copyright: ©2011–2014, Laurence Withers.
|
||||||
* Author: Laurence Withers <l@lwithers.me.uk>
|
* Author: Laurence Withers <l@lwithers.me.uk>
|
||||||
* License: GPLv3
|
* License: GPLv3
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* libiir/src/libiir/999_BottomHeader.h
|
/* libiir/src/libiir/999_BottomHeader.h
|
||||||
*
|
*
|
||||||
* Copyright: ©2010, Laurence Withers.
|
* Copyright: ©2010–2014, Laurence Withers.
|
||||||
* Author: Laurence Withers <l@lwithers.me.uk>
|
* Author: Laurence Withers <l@lwithers.me.uk>
|
||||||
* License: GPLv3
|
* License: GPLv3
|
||||||
*/
|
*/
|
||||||
|
@ -12,6 +12,5 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* options for text editors
|
/* options for text editors
|
||||||
kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
|
||||||
vim: expandtab:ts=4:sw=4:syntax=c.doxygen
|
vim: expandtab:ts=4:sw=4:syntax=c.doxygen
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue