diff options
Diffstat (limited to 'src/window-function.hpp')
| -rw-r--r-- | src/window-function.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window-function.hpp b/src/window-function.hpp index 1f212a7..3213b63 100644 --- a/src/window-function.hpp +++ b/src/window-function.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi@vilvoiu.ro> + * Copyright (c) 2020-2023 Vasile Vilvoiu <vasi@vilvoiu.ro> * * specgram is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. @@ -101,4 +101,4 @@ public: explicit NuttallWindowFunction(std::size_t window_size); }; -#endif
\ No newline at end of file +#endif |
