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. --- LICENSE | 2 +- README.md | 2 +- man/specgram.1 | 2 +- man/specgram.1.html | 4 ++-- man/specgram.1.pdf | Bin 37897 -> 37897 bytes src/color-map.cpp | 2 +- src/color-map.hpp | 2 +- src/configuration.cpp | 2 +- src/configuration.hpp | 2 +- src/fft.cpp | 2 +- src/fft.hpp | 2 +- src/input-parser.cpp | 2 +- src/input-parser.hpp | 4 ++-- src/input-reader.cpp | 2 +- src/input-reader.hpp | 2 +- src/live.cpp | 2 +- src/live.hpp | 2 +- src/renderer.cpp | 2 +- src/renderer.hpp | 2 +- src/specgram.cpp | 2 +- src/specgram.hpp.in | 2 +- src/value-map.cpp | 2 +- src/value-map.hpp | 4 ++-- src/window-function.cpp | 2 +- src/window-function.hpp | 4 ++-- 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 +- 35 files changed, 43 insertions(+), 43 deletions(-) diff --git a/LICENSE b/LICENSE index c7bf080..e3e03c2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2021 Vasile Vilvoiu +Copyright (c) 2020-2023 Vasile Vilvoiu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index febbf81..8eb0eae 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ $ parec --channels=1 --device="${PASOURCE}" --raw | specgram -l -t "My spectrogr ## License -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/man/specgram.1 b/man/specgram.1 index 4d679d8..0f6cb21 100644 --- a/man/specgram.1 +++ b/man/specgram.1 @@ -362,7 +362,7 @@ The above upper limits are enforced silently in the default values of \fB\-x, \- .SH AUTHORS -Copyright (c) 2020-2021 Vasile Vilvoiu +Copyright (c) 2020-2023 Vasile Vilvoiu \fBspecgram\fR 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/man/specgram.1.html b/man/specgram.1.html index 5ac4677..aa31642 100644 --- a/man/specgram.1.html +++ b/man/specgram.1.html @@ -1,5 +1,5 @@ - + @@ -617,7 +617,7 @@ program help screen.

Copyright (c) -2020-2021 Vasile Vilvoiu <vasi@vilvoiu.ro>

+2020-2023 Vasile Vilvoiu <vasi@vilvoiu.ro>

specgram diff --git a/man/specgram.1.pdf b/man/specgram.1.pdf index 1d9bae6..7ff4ff9 100644 Binary files a/man/specgram.1.pdf and b/man/specgram.1.pdf differ diff --git a/src/color-map.cpp b/src/color-map.cpp index 3b51af1..fe5ecbe 100644 --- a/src/color-map.cpp +++ b/src/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/src/color-map.hpp b/src/color-map.hpp index dd0072d..387b32c 100644 --- a/src/color-map.hpp +++ b/src/color-map.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/src/configuration.cpp b/src/configuration.cpp index 88f3355..4483c75 100644 --- a/src/configuration.cpp +++ b/src/configuration.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/src/configuration.hpp b/src/configuration.hpp index 42776ad..0ee191b 100644 --- a/src/configuration.hpp +++ b/src/configuration.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/src/fft.cpp b/src/fft.cpp index 5668ac8..ca30fd2 100644 --- a/src/fft.cpp +++ b/src/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. diff --git a/src/fft.hpp b/src/fft.hpp index 1cf3e7e..75261a9 100644 --- a/src/fft.hpp +++ b/src/fft.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/src/input-parser.cpp b/src/input-parser.cpp index a332404..e61af5a 100644 --- a/src/input-parser.cpp +++ b/src/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/src/input-parser.hpp b/src/input-parser.hpp index 9992b31..1b79949 100644 --- a/src/input-parser.hpp +++ b/src/input-parser.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. @@ -154,4 +154,4 @@ public: bool IsFloatingPoint() const override { return true; }; }; -#endif \ No newline at end of file +#endif diff --git a/src/input-reader.cpp b/src/input-reader.cpp index f1df3bf..e76d856 100644 --- a/src/input-reader.cpp +++ b/src/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. diff --git a/src/input-reader.hpp b/src/input-reader.hpp index 88843aa..dd9ac7e 100644 --- a/src/input-reader.hpp +++ b/src/input-reader.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/src/live.cpp b/src/live.cpp index a59f828..fd93d87 100644 --- a/src/live.cpp +++ b/src/live.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/src/live.hpp b/src/live.hpp index 399d856..84d7821 100644 --- a/src/live.hpp +++ b/src/live.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/src/renderer.cpp b/src/renderer.cpp index a254312..1eb54b6 100644 --- a/src/renderer.cpp +++ b/src/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/src/renderer.hpp b/src/renderer.hpp index 9bb69ca..7a28ca0 100644 --- a/src/renderer.hpp +++ b/src/renderer.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/src/specgram.cpp b/src/specgram.cpp index 5e5e30c..3e10989 100644 --- a/src/specgram.cpp +++ b/src/specgram.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/src/specgram.hpp.in b/src/specgram.hpp.in index b2b0457..dc258be 100644 --- a/src/specgram.hpp.in +++ b/src/specgram.hpp.in @@ -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/src/value-map.cpp b/src/value-map.cpp index 2e1138a..6dc29b3 100644 --- a/src/value-map.cpp +++ b/src/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. diff --git a/src/value-map.hpp b/src/value-map.hpp index 3d5a160..a725588 100644 --- a/src/value-map.hpp +++ b/src/value-map.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. @@ -109,4 +109,4 @@ public: std::string GetUnit() const override; }; -#endif \ No newline at end of file +#endif diff --git a/src/window-function.cpp b/src/window-function.cpp index d9141c1..e450cf3 100644 --- a/src/window-function.cpp +++ b/src/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. 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 + * 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. @@ -101,4 +101,4 @@ public: explicit NuttallWindowFunction(std::size_t window_size); }; -#endif \ No newline at end of file +#endif 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