From fcac0fa8939ef56b4d6f94cb89086ffb9801b0e2 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Tue, 3 Jan 2023 14:25:20 +0100 Subject: Update copyright years --- compat-24.el | 2 +- compat-25.el | 2 +- compat-26.el | 2 +- compat-27.el | 2 +- compat-28.el | 2 +- compat-29.el | 2 +- compat-font-lock.el | 2 +- compat-help.el | 2 +- compat-macs.el | 2 +- compat-tests.el | Bin 90231 -> 240017 bytes compat.el | 2 +- compat.texi | 2 +- 12 files changed, 11 insertions(+), 11 deletions(-) diff --git a/compat-24.el b/compat-24.el index aa77f3b..aa383df 100644 --- a/compat-24.el +++ b/compat-24.el @@ -1,6 +1,6 @@ ;;; compat-24.el --- Compatibility Layer for Emacs 24.4 -*- lexical-binding: t; -*- -;; Copyright (C) 2021, 2022 Free Software Foundation, Inc. +;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc. ;; Author: Philip Kaludercic ;; Maintainer: Compat Development <~pkal/compat-devel@lists.sr.ht> diff --git a/compat-25.el b/compat-25.el index ace517d..181dada 100644 --- a/compat-25.el +++ b/compat-25.el @@ -1,6 +1,6 @@ ;;; compat-25.el --- Compatibility Layer for Emacs 25.1 -*- lexical-binding: t; -*- -;; Copyright (C) 2021, 2022 Free Software Foundation, Inc. +;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc. ;; Author: Philip Kaludercic ;; Maintainer: Compat Development <~pkal/compat-devel@lists.sr.ht> diff --git a/compat-26.el b/compat-26.el index fd87057..127777c 100644 --- a/compat-26.el +++ b/compat-26.el @@ -1,6 +1,6 @@ ;;; compat-26.el --- Compatibility Layer for Emacs 26.1 -*- lexical-binding: t; -*- -;; Copyright (C) 2021, 2022 Free Software Foundation, Inc. +;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc. ;; Author: Philip Kaludercic ;; Maintainer: Compat Development <~pkal/compat-devel@lists.sr.ht> diff --git a/compat-27.el b/compat-27.el index 0687dc8..1987a3c 100644 --- a/compat-27.el +++ b/compat-27.el @@ -1,6 +1,6 @@ ;;; compat-27.el --- Compatibility Layer for Emacs 27.1 -*- lexical-binding: t; -*- -;; Copyright (C) 2021, 2022 Free Software Foundation, Inc. +;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc. ;; Author: Philip Kaludercic ;; Maintainer: Compat Development <~pkal/compat-devel@lists.sr.ht> diff --git a/compat-28.el b/compat-28.el index 5ce1073..fc877b4 100644 --- a/compat-28.el +++ b/compat-28.el @@ -1,6 +1,6 @@ ;;; compat-28.el --- Compatibility Layer for Emacs 28.1 -*- lexical-binding: t; -*- -;; Copyright (C) 2021, 2022 Free Software Foundation, Inc. +;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc. ;; Author: Philip Kaludercic ;; Maintainer: Compat Development <~pkal/compat-devel@lists.sr.ht> diff --git a/compat-29.el b/compat-29.el index a47037e..20076ff 100644 --- a/compat-29.el +++ b/compat-29.el @@ -1,6 +1,6 @@ ;;; compat-29.el --- Compatibility Layer for Emacs 29.1 -*- lexical-binding: t; -*- -;; Copyright (C) 2021, 2022 Free Software Foundation, Inc. +;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc. ;; Author: Philip Kaludercic ;; Keywords: lisp diff --git a/compat-font-lock.el b/compat-font-lock.el index 66a62e5..5a8626f 100644 --- a/compat-font-lock.el +++ b/compat-font-lock.el @@ -1,6 +1,6 @@ ;;; compat-font-lock.el --- -*- lexical-binding: t; -*- -;; Copyright (C) 2022 Free Software Foundation, Inc. +;; Copyright (C) 2022, 2023 Free Software Foundation, Inc. ;; Author: Philip Kaludercic ;; Keywords: diff --git a/compat-help.el b/compat-help.el index 440e35f..a796d94 100644 --- a/compat-help.el +++ b/compat-help.el @@ -1,6 +1,6 @@ ;;; compat-help.el --- Documentation for compat functions -*- lexical-binding: t; -*- -;; Copyright (C) 2022 Free Software Foundation, Inc. +;; Copyright (C) 2022, 2023 Free Software Foundation, Inc. ;; Author: Philip Kaludercic diff --git a/compat-macs.el b/compat-macs.el index 66b531b..41e4d19 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, 2022 Free Software Foundation, Inc. +;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc. ;; Author: Philip Kaludercic ;; Keywords: lisp diff --git a/compat-tests.el b/compat-tests.el index 2733a48..cb63619 100644 Binary files a/compat-tests.el and b/compat-tests.el differ diff --git a/compat.el b/compat.el index ba2855f..ddb1299 100644 --- a/compat.el +++ b/compat.el @@ -1,6 +1,6 @@ ;;; compat.el --- Emacs Lisp Compatibility Library -*- lexical-binding: t; -*- -;; Copyright (C) 2021, 2022 Free Software Foundation, Inc. +;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc. ;; Author: Philip Kaludercic ;; Maintainer: Compat Development <~pkal/compat-devel@lists.sr.ht> diff --git a/compat.texi b/compat.texi index c488bb7..7a892ef 100644 --- a/compat.texi +++ b/compat.texi @@ -7,7 +7,7 @@ @c %**end of header @copying -Copyright @copyright{} 2022 Free Software Foundation, Inc. +Copyright @copyright{} 2022, 2023 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document -- cgit v1.0