summaryrefslogtreecommitdiff
path: root/test/test.cpp
diff options
context:
space:
mode:
authorVasile Vilvoiu <vasi@vilvoiu.ro>2023-05-06 21:12:43 +0300
committerVasile Vilvoiu <vasi@vilvoiu.ro>2023-05-06 21:12:43 +0300
commitc2d00c0aeb6908dd22ee8c0134d0f857b522e4a6 (patch)
tree2b8a6bd4caf6fd47609e94cae4f0246074bcf89f /test/test.cpp
parentf2f4792f824cd64e679cdc859fb008769541257b (diff)
Adjust copyright notice year.
Diffstat (limited to 'test/test.cpp')
-rw-r--r--test/test.cpp4
1 files changed, 2 insertions, 2 deletions
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 <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.
@@ -10,4 +10,4 @@ int main(int argc, char **argv)
{
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
-} \ No newline at end of file
+}