summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-01-01 10:11:38 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2025-01-01 10:11:38 +0100
commit2c4ed619518aeae22d2ea58bdff42efb1efa0a43 (patch)
tree4d7092b00325d92dfe1a4cc7c05e6bf0120b3e9e
parentdfcd8b3c2444630afd344af905c8efeeee679e73 (diff)
Update 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 f74e658..fc123e4 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-2024 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2025 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
diff --git a/cape-keyword.el b/cape-keyword.el
index 35140c5..ff70000 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-2024 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2025 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
diff --git a/cape.el b/cape.el
index 0955dcf..196ba05 100644
--- a/cape.el
+++ b/cape.el
@@ -1,6 +1,6 @@
;;; cape.el --- Completion At Point Extensions -*- lexical-binding: t -*-
-;; Copyright (C) 2021-2024 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2025 Free Software Foundation, Inc.
;; Author: Daniel Mendler <mail@daniel-mendler.de>
;; Maintainer: Daniel Mendler <mail@daniel-mendler.de>