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. --- src/input-parser.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input-parser.hpp') 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 -- cgit v1.2.3