branch: externals/compat
commit 82323d82d31b90df1b8ff77f30c4359117107469
Merge: ab3fbaf31f f94ddcc168
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Merge branch 'main' into emacs-30
---
 Makefile        | 2 +-
 compat-25.el    | 2 +-
 compat-26.el    | 2 +-
 compat-27.el    | 2 +-
 compat-28.el    | 2 +-
 compat-29.el    | 2 +-
 compat-macs.el  | 2 +-
 compat-tests.el | 2 +-
 compat.el       | 2 +-
 compat.texi     | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/Makefile b/Makefile
index d7d3b8a369..3f298c9cd5 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 a90bb02856..4a662fd493 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 9d3d7b9eac..c91a486636 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 3ff075ddd0..3de78a49dc 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 9bf0ed2de7..a2b9f4ca3f 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 3db94c944b..cd012106ff 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 90fd83d770..88450bea15 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 210d2c9f60..82f9e5a2f4 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 8af46ecdff..ad5c93637e 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 <phil...@posteo.net>, Daniel Mendler 
<m...@daniel-mendler.de>
 ;; Maintainer: Compat Development <~pkal/compat-de...@lists.sr.ht>
diff --git a/compat.texi b/compat.texi
index df8b96577c..f80a622d51 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

Reply via email to