From c2d00c0aeb6908dd22ee8c0134d0f857b522e4a6 Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Sat, 6 May 2023 21:12:43 +0300 Subject: Adjust copyright notice year. --- test/test-color-map.cpp | 2 +- test/test-fft.cpp | 4 ++-- test/test-input-parser.cpp | 2 +- test/test-input-reader.cpp | 4 ++-- test/test-renderer.cpp | 2 +- test/test-value-map.cpp | 4 ++-- test/test-window-function.cpp | 4 ++-- test/test.cpp | 4 ++-- test/test.hpp | 2 +- test/tone.py | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) (limited to 'test') diff --git a/test/test-color-map.cpp b/test/test-color-map.cpp index b397b84..5e6825d 100644 --- a/test/test-color-map.cpp +++ b/test/test-color-map.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Vasile Vilvoiu + * Copyright (c) 2020-2023 Vasile Vilvoiu * * specgram is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. diff --git a/test/test-fft.cpp b/test/test-fft.cpp index 1a9aeea..4b1689e 100644 --- a/test/test-fft.cpp +++ b/test/test-fft.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Vasile Vilvoiu + * Copyright (c) 2020-2023 Vasile Vilvoiu * * specgram is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. @@ -352,4 +352,4 @@ TEST(TestFFT, Resample) EXPECT_EQ(out.size(), 4); for (auto v : out) { EXPECT_EQ(v, 0.0); } } -} \ No newline at end of file +} diff --git a/test/test-input-parser.cpp b/test/test-input-parser.cpp index 083f40a..606706b 100644 --- a/test/test-input-parser.cpp +++ b/test/test-input-parser.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Vasile Vilvoiu + * Copyright (c) 2020-2023 Vasile Vilvoiu * * specgram is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. diff --git a/test/test-input-reader.cpp b/test/test-input-reader.cpp index 0b8b772..000b237 100644 --- a/test/test-input-reader.cpp +++ b/test/test-input-reader.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Vasile Vilvoiu + * Copyright (c) 2020-2023 Vasile Vilvoiu * * specgram is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. @@ -125,4 +125,4 @@ TEST(TestInputReader, AsyncInputReader) check_same(expected, output, block_size); } -} \ No newline at end of file +} diff --git a/test/test-renderer.cpp b/test/test-renderer.cpp index 2fd6df9..3669085 100644 --- a/test/test-renderer.cpp +++ b/test/test-renderer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Vasile Vilvoiu + * Copyright (c) 2020-2023 Vasile Vilvoiu * * specgram is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. diff --git a/test/test-value-map.cpp b/test/test-value-map.cpp index 940e70f..66d584c 100644 --- a/test/test-value-map.cpp +++ b/test/test-value-map.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Vasile Vilvoiu + * Copyright (c) 2020-2023 Vasile Vilvoiu * * specgram is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. @@ -126,4 +126,4 @@ TEST(TestValueMap, LogarithmicMapDomain) EXPECT_LE(std::abs(map->Map(RealWindow { 0.0 })[0]), epsilon); EXPECT_LE(std::abs(map->Map(RealWindow { 100.0 })[0] - 1.0), epsilon); -} \ No newline at end of file +} diff --git a/test/test-window-function.cpp b/test/test-window-function.cpp index 959d81e..d8308a3 100644 --- a/test/test-window-function.cpp +++ b/test/test-window-function.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Vasile Vilvoiu + * Copyright (c) 2020-2023 Vasile Vilvoiu * * specgram is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. @@ -131,4 +131,4 @@ TEST(TestWindowFunction, TypeNone) { EXPECT_EQ(WindowFunction::Build(WindowFunctionType::kNone, 1), nullptr); EXPECT_EQ(WindowFunction::Build(WindowFunctionType::kNone, 10), nullptr); -} \ No newline at end of file +} diff --git a/test/test.cpp b/test/test.cpp index db573ab..b926bc2 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Vasile Vilvoiu + * Copyright (c) 2020-2023 Vasile Vilvoiu * * specgram is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. @@ -10,4 +10,4 @@ int main(int argc, char **argv) { ::testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); -} \ No newline at end of file +} diff --git a/test/test.hpp b/test/test.hpp index 9e85ea2..6a6d155 100644 --- a/test/test.hpp +++ b/test/test.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Vasile Vilvoiu + * Copyright (c) 2020-2023 Vasile Vilvoiu * * specgram is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. diff --git a/test/tone.py b/test/tone.py index 441837f..3efeffd 100644 --- a/test/tone.py +++ b/test/tone.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2020-2021 Vasile Vilvoiu +# Copyright (c) 2020-2023 Vasile Vilvoiu # # specgram is free software; you can redistribute it and/or modify # it under the terms of the MIT license. See LICENSE for details. -- cgit v1.2.3