From f94ddcc1680089121e6476ae55a506a72b18a68c Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Fri, 12 Jan 2024 17:34:40 +0100 Subject: Update copyright years --- 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 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 , Daniel Mendler ;; 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 -- cgit v1.0