branch: elpa/logview
commit 50cac3f726abd4e7872b8fa36ede72550ce66a64
Author: Paul Pogonyshev <[email protected]>
Commit: Paul Pogonyshev <[email protected]>
Update copyright years.
---
logview.el | 2 +-
test/logview.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/logview.el b/logview.el
index 562416342c..d10ba5a023 100644
--- a/logview.el
+++ b/logview.el
@@ -1,6 +1,6 @@
;;; logview.el --- Major mode for viewing log files -*- lexical-binding: t -*-
-;; Copyright (C) 2015-2025 Paul Pogonyshev
+;; Copyright (C) 2015-2026 Paul Pogonyshev
;; Author: Paul Pogonyshev <[email protected]>
;; Maintainer: Paul Pogonyshev <[email protected]>
diff --git a/test/logview.el b/test/logview.el
index f258e7362e..bfae0a3ebd 100644
--- a/test/logview.el
+++ b/test/logview.el
@@ -1,6 +1,6 @@
;;; -*- lexical-binding: t -*-
-;; Copyright (C) 2018-2025 Paul Pogonyshev
+;; Copyright (C) 2018-2026 Paul Pogonyshev
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as