diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-01-01 10:13:37 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-01-01 10:13:37 +0100 |
| commit | cd0a410f6d39c3477784c1636d9c4d110fad219d (patch) | |
| tree | 1505a5b706d8a625f62b4fb260401009a18e4fcc | |
| parent | a415c5f47a14355325d72a3bab8b62ddaebe0f10 (diff) | |
Update copyright years
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | compat-25.el | 2 | ||||
| -rw-r--r-- | compat-26.el | 2 | ||||
| -rw-r--r-- | compat-27.el | 2 | ||||
| -rw-r--r-- | compat-28.el | 2 | ||||
| -rw-r--r-- | compat-29.el | 2 | ||||
| -rw-r--r-- | compat-30.el | 2 | ||||
| -rw-r--r-- | compat-macs.el | 2 | ||||
| -rw-r--r-- | compat-tests.el | 2 | ||||
| -rw-r--r-- | compat.el | 2 | ||||
| -rw-r--r-- | compat.texi | 2 |
11 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ ### Makefile -# Copyright (C) 2021-2024 Free Software Foundation, Inc. +# Copyright (C) 2021-2025 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 9a0b13d..51c4f06 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-2024 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 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 c91a486..9f5e199 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-2024 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 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 3de78a4..30a4947 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-2024 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 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 12e7b48..9834044 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-2024 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 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 5b0a4df..a0831e6 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-2024 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 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 fff2ddd..8d59cdf 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-2024 Free Software Foundation, Inc. +;; Copyright (C) 2023-2025 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 d200fbb..c5567da 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-2024 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 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 0aa4e8f..cf0a592 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-2024 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 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 @@ -1,6 +1,6 @@ ;;; compat.el --- Emacs Lisp Compatibility Library -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2024 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 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 d4fef16..dfcd8f2 100644 --- a/compat.texi +++ b/compat.texi @@ -7,7 +7,7 @@ @c %**end of header @copying -Copyright @copyright{} 2022-2024 Free Software Foundation, Inc. +Copyright @copyright{} 2022-2025 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document |
