summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--man/specgram.14
-rw-r--r--man/specgram.1.html4
-rw-r--r--man/specgram.1.pdfbin36429 -> 36426 bytes
-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.hpp2
-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.hpp2
-rw-r--r--src/window-function.cpp2
-rw-r--r--src/window-function.hpp2
-rw-r--r--test/tone.py2
25 files changed, 26 insertions, 26 deletions
diff --git a/README.md b/README.md
index be03157..509777d 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 \<vasi.vilvoiu@gmail.com>
+Copyright (c) 2020-2021 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/man/specgram.1 b/man/specgram.1
index e7a52cb..8df7812 100644
--- a/man/specgram.1
+++ b/man/specgram.1
@@ -1,4 +1,4 @@
-.TH SPECGRAM 1 "2020-12-29"
+.TH SPECGRAM 1 "2021-07-15"
.SH NAME
specgram \- create spectrograms from raw files or standard input
@@ -339,7 +339,7 @@ The above upper limits are enforced silently in the default values of \fB\-x, \-
.SH AUTHORS
-Copyright (c) 2020 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+Copyright (c) 2020-2021 Vasile Vilvoiu <vasi@vilvoiu.ro>
\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 341c222..1559b4c 100644
--- a/man/specgram.1.html
+++ b/man/specgram.1.html
@@ -1,5 +1,5 @@
<!-- Creator : groff version 1.22.4 -->
-<!-- CreationDate: Tue Dec 29 15:59:32 2020 -->
+<!-- CreationDate: Thu Jul 15 15:26:09 2021 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
@@ -576,7 +576,7 @@ program help screen.</p>
<p style="margin-left:11%; margin-top: 1em">Copyright (c)
-2020 Vasile Vilvoiu &lt;vasi.vilvoiu@gmail.com&gt;</p>
+2020-2021 Vasile Vilvoiu &lt;vasi@vilvoiu.ro&gt;</p>
<p style="margin-left:11%; margin-top: 1em"><b>specgram</b>
diff --git a/man/specgram.1.pdf b/man/specgram.1.pdf
index 9089b60..7c6de03 100644
--- a/man/specgram.1.pdf
+++ b/man/specgram.1.pdf
Binary files differ
diff --git a/src/color-map.cpp b/src/color-map.cpp
index d3d4e49..a47d98c 100644
--- a/src/color-map.cpp
+++ b/src/color-map.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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 2878652..4c89275 100644
--- a/src/color-map.hpp
+++ b/src/color-map.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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 fd28f8e..eeb4da4 100644
--- a/src/configuration.cpp
+++ b/src/configuration.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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 126a10d..d7627ee 100644
--- a/src/configuration.hpp
+++ b/src/configuration.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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 fea0a08..8f94986 100644
--- a/src/fft.cpp
+++ b/src/fft.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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 9eac372..273a7f5 100644
--- a/src/fft.hpp
+++ b/src/fft.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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 d55661b..003317f 100644
--- a/src/input-parser.cpp
+++ b/src/input-parser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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 8df72ab..8f925bc 100644
--- a/src/input-parser.hpp
+++ b/src/input-parser.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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.cpp b/src/input-reader.cpp
index 3f05251..2f10530 100644
--- a/src/input-reader.cpp
+++ b/src/input-reader.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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 71025c8..aac2640 100644
--- a/src/input-reader.hpp
+++ b/src/input-reader.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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 037b97c..f1ae3d6 100644
--- a/src/live.cpp
+++ b/src/live.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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 b49db8c..5f6eb86 100644
--- a/src/live.hpp
+++ b/src/live.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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 4b7e602..1a92ec4 100644
--- a/src/renderer.cpp
+++ b/src/renderer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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 4272203..b2002c2 100644
--- a/src/renderer.hpp
+++ b/src/renderer.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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 72c1462..f4a03e1 100644
--- a/src/specgram.cpp
+++ b/src/specgram.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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 4bb42d3..3b137d9 100644
--- a/src/specgram.hpp.in
+++ b/src/specgram.hpp.in
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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 4e6a231..c3ad28b 100644
--- a/src/value-map.cpp
+++ b/src/value-map.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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 b1cf604..d162f45 100644
--- a/src/value-map.hpp
+++ b/src/value-map.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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.cpp b/src/window-function.cpp
index 8f381ec..0b1d184 100644
--- a/src/window-function.cpp
+++ b/src/window-function.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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 123a17e..05f1e13 100644
--- a/src/window-function.hpp
+++ b/src/window-function.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+ * Copyright (c) 2020-2021 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/test/tone.py b/test/tone.py
index 0d7fd57..441837f 100644
--- a/test/tone.py
+++ b/test/tone.py
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2020-2021 Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
+# Copyright (c) 2020-2021 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.