summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/color-map.cpp2
-rw-r--r--src/color-map.hpp2
-rw-r--r--src/configuration.cpp2
-rw-r--r--src/configuration.hpp2
-rw-r--r--src/fft.cpp2
-rw-r--r--src/fft.hpp2
-rw-r--r--src/input-parser.cpp2
-rw-r--r--src/input-parser.hpp4
-rw-r--r--src/input-reader.cpp2
-rw-r--r--src/input-reader.hpp2
-rw-r--r--src/live.cpp2
-rw-r--r--src/live.hpp2
-rw-r--r--src/renderer.cpp2
-rw-r--r--src/renderer.hpp2
-rw-r--r--src/specgram.cpp2
-rw-r--r--src/specgram.hpp.in2
-rw-r--r--src/value-map.cpp2
-rw-r--r--src/value-map.hpp4
-rw-r--r--src/window-function.cpp2
-rw-r--r--src/window-function.hpp4
20 files changed, 23 insertions, 23 deletions
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 <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.
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 <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.
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 <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.
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 <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.
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 <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.
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 <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.
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 <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.
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 <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.
@@ -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 <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.
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 <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.
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 <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.
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 <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.
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 <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.
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 <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.
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 <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.
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 <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.
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 <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.
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 <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.
@@ -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 <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.
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