branch: elpa/extmap commit feec00acc54806e99b3240391548e8e6e482760c Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Update copyright notices to 2023; after all, at least infrastructure has been changed, even if not the Elisp source. --- extmap.el | 2 +- test/extmap-test.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extmap.el b/extmap.el index 97f975cbf3..b74bbe7f54 100644 --- a/extmap.el +++ b/extmap.el @@ -1,6 +1,6 @@ ;;; extmap.el --- Externally-stored constant mapping for Elisp -*- lexical-binding: t -*- -;; Copyright (C) 2018-2021 Paul Pogonyshev +;; Copyright (C) 2018-2023 Paul Pogonyshev ;; Author: Paul Pogonyshev <pogonys...@gmail.com> ;; Maintainer: Paul Pogonyshev <pogonys...@gmail.com> diff --git a/test/extmap-test.el b/test/extmap-test.el index 8ec9c1e7c7..e30f69b975 100644 --- a/test/extmap-test.el +++ b/test/extmap-test.el @@ -1,6 +1,6 @@ ;;; -*- lexical-binding: t -*- -;;; Copyright (C) 2018-2021 Paul Pogonyshev +;;; Copyright (C) 2018-2023 Paul Pogonyshev ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as