summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cape-char.el2
-rw-r--r--cape-keyword.el2
-rw-r--r--cape.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/cape-char.el b/cape-char.el
index 4d08f5b..81b3799 100644
--- a/cape-char.el
+++ b/cape-char.el
@@ -1,6 +1,6 @@
;;; cape-char.el --- Character completion functions -*- lexical-binding: t -*-
-;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2023 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
diff --git a/cape-keyword.el b/cape-keyword.el
index 86d3984..d52063d 100644
--- a/cape-keyword.el
+++ b/cape-keyword.el
@@ -1,6 +1,6 @@
;;; cape-keyword.el --- Keyword completion function -*- lexical-binding: t -*-
-;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2023 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
diff --git a/cape.el b/cape.el
index f565f72..0389c88 100644
--- a/cape.el
+++ b/cape.el
@@ -1,6 +1,6 @@
;;; cape.el --- Completion At Point Extensions -*- lexical-binding: t -*-
-;; Copyright (C) 2021, 2022, 2023 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2023 Free Software Foundation, Inc.
;; Author: Daniel Mendler <mail@daniel-mendler.de>
;; Maintainer: Daniel Mendler <mail@daniel-mendler.de>