Copyright/editor line updates
This commit is contained in:
parent
ca4b3beb5a
commit
80f79655ca
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# libiir/test.sh
|
||||
#
|
||||
# Copyright: ©2010, Laurence Withers.
|
||||
# Copyright: ©2010–2011, Laurence Withers.
|
||||
# Author: Laurence Withers <l@lwithers.me.uk>
|
||||
# License: GPLv3
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* libiir/src/docs/iir_structure.dox
|
||||
*
|
||||
* Copyright: ©2010, Laurence Withers.
|
||||
* Copyright: ©2010–2011, Laurence Withers.
|
||||
* Author: Laurence Withers <l@lwithers.me.uk>
|
||||
* License: GPLv3
|
||||
*/
|
||||
|
@ -26,6 +26,5 @@ to <code>x(0)</code>.
|
|||
*/
|
||||
|
||||
/* options for text editors
|
||||
kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
vim: expandtab:ts=4:sw=4:syntax=doxygen
|
||||
*/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* libiir/src/libiir/000_TopHeader.h
|
||||
*
|
||||
* Copyright: ©2010, Laurence Withers.
|
||||
* Copyright: ©2010–2011, Laurence Withers.
|
||||
* Author: Laurence Withers <l@lwithers.me.uk>
|
||||
* License: GPLv3
|
||||
*/
|
||||
|
@ -12,6 +12,5 @@
|
|||
#include <complex.h>
|
||||
|
||||
/* 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
|
||||
*/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* libiir/src/libiir/200_iir.c
|
||||
*
|
||||
* Copyright: ©2010, Laurence Withers.
|
||||
* Copyright: ©2010–2011, Laurence Withers.
|
||||
* Author: Laurence Withers <l@lwithers.me.uk>
|
||||
* License: GPLv3
|
||||
*/
|
||||
|
@ -269,6 +269,5 @@ iir_filter(struct iir_filter_t* fi, double samp)
|
|||
|
||||
|
||||
/* options for text editors
|
||||
kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
vim: expandtab:ts=4:sw=4
|
||||
*/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* libiir/src/libiir/200_iir.h
|
||||
*
|
||||
* Copyright: ©2010, Laurence Withers.
|
||||
* Copyright: ©2010–2011, Laurence Withers.
|
||||
* Author: Laurence Withers <l@lwithers.me.uk>
|
||||
* License: GPLv3
|
||||
*/
|
||||
|
@ -164,6 +164,5 @@ double iir_filter(struct iir_filter_t* fi, double samp);
|
|||
|
||||
/*!@}*/
|
||||
/* 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
|
||||
*/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* libiir/src/libiir/400_parser.c
|
||||
*
|
||||
* Copyright: ©2010, Laurence Withers.
|
||||
* Copyright: ©2010–2011, Laurence Withers.
|
||||
* Author: Laurence Withers <l@lwithers.me.uk>
|
||||
* License: GPLv3
|
||||
*/
|
||||
|
@ -390,6 +390,5 @@ iir_parse_n(const char* desc, int n)
|
|||
|
||||
|
||||
/* 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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue