summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-01-02 04:28:51 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-01-02 04:28:51 +0100
commit273dc473a0016f75902d4802101f0f9d46f7b2e3 (patch)
treee3d07f71e93a529dc22498de7e3d1bfc8e0cc999
parent9d1a90275c7a809ebc3c0cf928d28b58c2d54b7c (diff)
Bump copyright years
-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 7c0a292..d3f61ce 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-2023 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2024 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
diff --git a/cape-keyword.el b/cape-keyword.el
index 214f32a..ae6b89b 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-2023 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2024 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
diff --git a/cape.el b/cape.el
index 8f4b8ff..8c9cb82 100644
--- a/cape.el
+++ b/cape.el
@@ -1,6 +1,6 @@
;;; cape.el --- Completion At Point Extensions -*- lexical-binding: t -*-
-;; Copyright (C) 2021-2023 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2024 Free Software Foundation, Inc.
;; Author: Daniel Mendler <mail@daniel-mendler.de>
;; Maintainer: Daniel Mendler <mail@daniel-mendler.de>