aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-01-12 17:34:40 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-01-12 17:34:40 +0100
commitf94ddcc1680089121e6476ae55a506a72b18a68c (patch)
tree00709ed3ea64b5e0468dc9e5c9df4b07743db494
parentdff3639b70f3c9916c5397056a51cdc3e60d5668 (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-macs.el2
-rw-r--r--compat-tests.el2
-rw-r--r--compat.el2
-rw-r--r--compat.texi2
10 files changed, 10 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 0044904..3c59494 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
### Makefile
-# Copyright (C) 2021-2023 Free Software Foundation, Inc.
+# Copyright (C) 2021-2024 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 7901091..182f5a3 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-2023 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2024 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 9d3d7b9..c91a486 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-2023 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2024 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 3ff075d..3de78a4 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-2023 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2024 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 9bf0ed2..a2b9f4c 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-2023 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2024 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 3db94c9..cd01210 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-2023 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2024 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 93e0f22..f5fc8ac 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-2023 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2024 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 6a1534c..4616b8c 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-2023 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2024 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 48c752e..2d2234c 100644
--- a/compat.el
+++ b/compat.el
@@ -1,6 +1,6 @@
;;; compat.el --- Emacs Lisp Compatibility Library -*- lexical-binding: t; -*-
-;; Copyright (C) 2021-2023 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2024 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 eeed845..078f47a 100644
--- a/compat.texi
+++ b/compat.texi
@@ -7,7 +7,7 @@
@c %**end of header
@copying
-Copyright @copyright{} 2022-2023 Free Software Foundation, Inc.
+Copyright @copyright{} 2022-2024 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document