branch: externals/greader
commit 249959b6290cc97324a2cf5cbea5b2e44168afd4
Author: Michelangelo Rodriguez <[email protected]>
Commit: Michelangelo Rodriguez <[email protected]>
Update copyright years to 2026
Update the copyright year from 2025 to 2026 in the header of all
source files.
---
greader-audiobook.el | 2 +-
greader-espeak.el | 2 +-
greader-mac.el | 2 +-
greader-piper.el | 2 +-
greader-speechd.el | 2 +-
greader-translate.el | 2 +-
greader.el | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/greader-audiobook.el b/greader-audiobook.el
index 3dbac9a178..382ee029a8 100644
--- a/greader-audiobook.el
+++ b/greader-audiobook.el
@@ -1,5 +1,5 @@
;;; greader-audiobook.el --- Converts buffers into audio. -*- lexical-binding:
t; -*-
-;; Copyright (C) 2017-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2017-2026 Free Software Foundation, Inc.
;; Filename: greader-audiobook.el
;; Description: converts the current buffer into an audiobook using espeak.
;; Author: Michelangelo Rodriguez <[email protected]>
diff --git a/greader-espeak.el b/greader-espeak.el
index 89453b97f6..6d43122456 100644
--- a/greader-espeak.el
+++ b/greader-espeak.el
@@ -1,5 +1,5 @@
;;; greader-espeak.el --- greader back-end for espeak. -*- lexical-binding: t;
-*-
-;; Copyright (C) 2017-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2017-2026 Free Software Foundation, Inc.
;; 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/greader-mac.el b/greader-mac.el
index 130178267b..34cdb4698d 100644
--- a/greader-mac.el
+++ b/greader-mac.el
@@ -1,5 +1,5 @@
;;; greader-mac.el --- a back-end for Mac-Os tts. -*- lexical-binding: t; -*-
-;; Copyright (C) 2017-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2017-2026 Free Software Foundation, Inc.
;; 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/greader-piper.el b/greader-piper.el
index dae00c5947..9363a95781 100644
--- a/greader-piper.el
+++ b/greader-piper.el
@@ -1,5 +1,5 @@
;;; greader-piper.el --- greader back-end for piper synthesizer. -*-
lexical-binding: t; -*-
-;; Copyright (C) 2017-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2017-2026 Free Software Foundation, Inc.
;; 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/greader-speechd.el b/greader-speechd.el
index d07df3d853..df335bdb79 100644
--- a/greader-speechd.el
+++ b/greader-speechd.el
@@ -1,6 +1,6 @@
;;; greader-speechd.el --- speech-dispatcher back-end for greader -*-
lexical-binding: t; -*-
-;; Copyright (C) 2017-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2017-2026 Free Software Foundation, Inc.
;; 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/greader-translate.el b/greader-translate.el
index 4c81150cf4..db8aef04d0 100644
--- a/greader-translate.el
+++ b/greader-translate.el
@@ -1,5 +1,5 @@
;;; greader-translate.el --- translation mode for greader -*- lexical-binding:
t; -*-
-;; Copyright (C) 2017-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2017-2026 Free Software Foundation, Inc.
;; Filename: greader-translate.el
;; Description: On the fly translation for greader.
;; Author: Michelangelo Rodriguez <[email protected]>
diff --git a/greader.el b/greader.el
index d1f949c0f5..a7150796fe 100644
--- a/greader.el
+++ b/greader.el
@@ -1,6 +1,6 @@
;;; greader.el --- Gnamù reader, send buffer contents to a speech engine -*-
lexical-binding: t; -*-
-;; Copyright (C) 2017-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2017-2026 Free Software Foundation, Inc.
;; package-requires: ((emacs "26.1") (seq "2.24") (compat "29.1.4.5"))
;; Author: Michelangelo Rodriguez <[email protected]>