aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2026-01-01 14:38:07 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2026-01-01 14:38:07 +0100
commit15627c308a22cf63d39824e5e3afd08d5942a1b4 (patch)
tree1ae60e6762ca68fafe67514e866e8c6ee4a10025
parentad6a2b82f7bc2ea698b9684501963dfa71ffdc27 (diff)
; Update copyright years
-rw-r--r--Makefile2
-rw-r--r--compat-25.el2
-rw-r--r--compat-26.el2
-rw-r--r--compat-27.el2
-rw-r--r--compat-28.el2
-rw-r--r--compat-29.el2
-rw-r--r--compat-30.el2
-rw-r--r--compat-macs.el2
-rw-r--r--compat-tests.el2
-rw-r--r--compat.el2
-rw-r--r--compat.texi2
11 files changed, 11 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index d584bc3..98e1417 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
### Makefile
-# Copyright (C) 2021-2025 Free Software Foundation, Inc.
+# Copyright (C) 2021-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/compat-25.el b/compat-25.el
index 51c4f06..ae7681f 100644
--- a/compat-25.el
+++ b/compat-25.el
@@ -1,6 +1,6 @@
;;; compat-25.el --- Functionality added in Emacs 25.1 -*- lexical-binding: t; -*-
-;; Copyright (C) 2021-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2021-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/compat-26.el b/compat-26.el
index 9f5e199..063c207 100644
--- a/compat-26.el
+++ b/compat-26.el
@@ -1,6 +1,6 @@
;;; compat-26.el --- Functionality added in Emacs 26.1 -*- lexical-binding: t; -*-
-;; Copyright (C) 2021-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2021-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/compat-27.el b/compat-27.el
index 30a4947..4c2bf84 100644
--- a/compat-27.el
+++ b/compat-27.el
@@ -1,6 +1,6 @@
;;; compat-27.el --- Functionality added in Emacs 27.1 -*- lexical-binding: t; -*-
-;; Copyright (C) 2021-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2021-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/compat-28.el b/compat-28.el
index ed05b87..bf02bc2 100644
--- a/compat-28.el
+++ b/compat-28.el
@@ -1,6 +1,6 @@
;;; compat-28.el --- Functionality added in Emacs 28.1 -*- lexical-binding: t; -*-
-;; Copyright (C) 2021-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2021-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/compat-29.el b/compat-29.el
index 2896fc8..9949aa0 100644
--- a/compat-29.el
+++ b/compat-29.el
@@ -1,6 +1,6 @@
;;; compat-29.el --- Functionality added in Emacs 29.1 -*- lexical-binding: t; -*-
-;; Copyright (C) 2021-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2021-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/compat-30.el b/compat-30.el
index 2decb93..e7e0d82 100644
--- a/compat-30.el
+++ b/compat-30.el
@@ -1,6 +1,6 @@
;;; compat-30.el --- Functionality added in Emacs 30 -*- lexical-binding: t; -*-
-;; Copyright (C) 2023-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2023-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/compat-macs.el b/compat-macs.el
index c5567da..852ed21 100644
--- a/compat-macs.el
+++ b/compat-macs.el
@@ -1,6 +1,6 @@
;;; compat-macs.el --- Compatibility Macros -*- lexical-binding: t; no-byte-compile: t; -*-
-;; Copyright (C) 2021-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2021-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/compat-tests.el b/compat-tests.el
index 5a0a093..9714e50 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -1,6 +1,6 @@
;;; compat-tests.el --- Tests for Compat -*- lexical-binding: t; no-byte-compile: t; -*-
-;; Copyright (C) 2021-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2021-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/compat.el b/compat.el
index 7fc500f..8db9a69 100644
--- a/compat.el
+++ b/compat.el
@@ -1,6 +1,6 @@
;;; compat.el --- Emacs Lisp Compatibility Library -*- lexical-binding: t; -*-
-;; Copyright (C) 2021-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2026 Free Software Foundation, Inc.
;; Author: Philip Kaludercic <philipk@posteo.net>, Daniel Mendler <mail@daniel-mendler.de>
;; Maintainer: Compat Development <~pkal/compat-devel@lists.sr.ht>
diff --git a/compat.texi b/compat.texi
index 3bab267..426dd92 100644
--- a/compat.texi
+++ b/compat.texi
@@ -7,7 +7,7 @@
@c %**end of header
@copying
-Copyright @copyright{} 2022-2025 Free Software Foundation, Inc.
+Copyright @copyright{} 2022-2026 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document