branch: externals/compat commit 322265d87bfac76ead74e007a31298a20027d258 Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Add 2022 to the copyright lines --- compat-24.el | 2 +- compat-25.el | 2 +- compat-26.el | 2 +- compat-27.el | 2 +- compat-28.el | 2 +- compat-macs.el | 2 +- compat-tests.el | 2 +- compat.el | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/compat-24.el b/compat-24.el index ec4f08d695..a4beccb73f 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 Free Software Foundation, Inc. +;; Copyright (C) 2021, 2022 Free Software Foundation, Inc. ;; Author: Philip Kaludercic <phil...@posteo.net> ;; Maintainer: Compat Development <~pkal/compat-de...@lists.sr.ht> diff --git a/compat-25.el b/compat-25.el index f0d52775ad..8703a89fb2 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 Free Software Foundation, Inc. +;; Copyright (C) 2021, 2022 Free Software Foundation, Inc. ;; Author: Philip Kaludercic <phil...@posteo.net> ;; Maintainer: Compat Development <~pkal/compat-de...@lists.sr.ht> diff --git a/compat-26.el b/compat-26.el index 294b197331..b3fbd14c80 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 Free Software Foundation, Inc. +;; Copyright (C) 2021, 2022 Free Software Foundation, Inc. ;; Author: Philip Kaludercic <phil...@posteo.net> ;; Maintainer: Compat Development <~pkal/compat-de...@lists.sr.ht> diff --git a/compat-27.el b/compat-27.el index 83eb328ae3..b3a9181e28 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 Free Software Foundation, Inc. +;; Copyright (C) 2021, 2022 Free Software Foundation, Inc. ;; Author: Philip Kaludercic <phil...@posteo.net> ;; Maintainer: Compat Development <~pkal/compat-de...@lists.sr.ht> diff --git a/compat-28.el b/compat-28.el index f6f78b955a..862dd08b71 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 Free Software Foundation, Inc. +;; Copyright (C) 2021, 2022 Free Software Foundation, Inc. ;; Author: Philip Kaludercic <phil...@posteo.net> ;; Maintainer: Compat Development <~pkal/compat-de...@lists.sr.ht> diff --git a/compat-macs.el b/compat-macs.el index df7b1e29db..e1dcf81eff 100644 --- a/compat-macs.el +++ b/compat-macs.el @@ -1,6 +1,6 @@ ;;; compat-macs.el --- Compatibility Macros -*- lexical-binding: t; -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021, 2022 Free Software Foundation, Inc. ;; Author: Philip Kaludercic <phil...@posteo.net> ;; Keywords: lisp diff --git a/compat-tests.el b/compat-tests.el index b523482006..8ba6f44503 100644 --- a/compat-tests.el +++ b/compat-tests.el @@ -1,6 +1,6 @@ ;;; compat-tests.el --- Tests for compat.el -*- lexical-binding: t; -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021, 2022 Free Software Foundation, Inc. ;; Author: Philip Kaludercic <phil...@posteo.net> ;; Package-Requires: ((emacs "28.1")) diff --git a/compat.el b/compat.el index 1283f64684..13dd46dc19 100644 --- a/compat.el +++ b/compat.el @@ -1,6 +1,6 @@ ;;; compat.el --- Compatibility Library -*- lexical-binding: t; -*- -;; Copyright (C) 2021 Free Software Foundation, Inc. +;; Copyright (C) 2021, 2022 Free Software Foundation, Inc. ;; Author: Philip Kaludercic <phil...@posteo.net> ;; Maintainer: Compat Development <~pkal/compat-de...@lists.sr.ht>