From 1bb896489746d9352423b5cb23325fc4489c2c36 Mon Sep 17 00:00:00 2001
From: Sergey Matveev <stargrave@stargrave.org>
Date: Thu, 26 Dec 2024 12:34:02 +0300
Subject: [PATCH] Raise copyright years

---
 doc/gerrvim.txt | 2 +-
 gerrcommget.sh  | 2 +-
 gerrvim2json.pl | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/gerrvim.txt b/doc/gerrvim.txt
index 2ec0c74..d011ffb 100644
--- a/doc/gerrvim.txt
+++ b/doc/gerrvim.txt
@@ -146,7 +146,7 @@ message, not related to any file.
 
 LICENCE                                                *gerrvim-license*
 
-Copyright (C) 2015-2024 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2015-2025 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
diff --git a/gerrcommget.sh b/gerrcommget.sh
index 96bedc5..0bf7d14 100755
--- a/gerrcommget.sh
+++ b/gerrcommget.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 # gerrvim -- Gerrit review's comments preparation helper
-# Copyright (C) 2015-2024 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2025 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
diff --git a/gerrvim2json.pl b/gerrvim2json.pl
index bb142e5..b3a49f1 100755
--- a/gerrvim2json.pl
+++ b/gerrvim2json.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # gerrvim -- Gerrit review's comments preparation helper
-# Copyright (C) 2015-2024 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2025 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
-- 
2.51.0