]> Sergey Matveev's repositories - gerrvim.git/blobdiff - gerrvim2json.pl
Raise copyright years
[gerrvim.git] / gerrvim2json.pl
index 79566e047a995759807c8d73896d8278e1956f9e..bb142e57e84e492f21a3cddd185db7312abee520 100755 (executable)
@@ -1,11 +1,10 @@
 #!/usr/bin/env perl
 # gerrvim -- Gerrit review's comments preparation helper
-# Copyright (C) 2015 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2024 Sergey Matveev <stargrave@stargrave.org>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# the Free Software Foundation, version 3 of the License.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -68,7 +67,8 @@ while (<>) {
         $verbatim_block = 0;
     };
 };
-comment_done;
+comment_done if defined $filename;
+($main_message = buf2str) if !$blockn;
 
 my %result = (comments => \%comments);
 ($result{message} = $main_message) if $main_message;