summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--corfu.el2
-rw-r--r--extensions/corfu-echo.el2
-rw-r--r--extensions/corfu-history.el2
-rw-r--r--extensions/corfu-indexed.el2
-rw-r--r--extensions/corfu-info.el2
-rw-r--r--extensions/corfu-popupinfo.el2
-rw-r--r--extensions/corfu-quick.el2
7 files changed, 7 insertions, 7 deletions
diff --git a/corfu.el b/corfu.el
index ddde425..4a3579e 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1,6 +1,6 @@
;;; corfu.el --- Completion Overlay Region FUnction -*- lexical-binding: t -*-
-;; Copyright (C) 2021, 2022 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>
diff --git a/extensions/corfu-echo.el b/extensions/corfu-echo.el
index d682293..3dc05ba 100644
--- a/extensions/corfu-echo.el
+++ b/extensions/corfu-echo.el
@@ -1,6 +1,6 @@
;;; corfu-echo.el --- Show candidate documentation in echo area -*- lexical-binding: t -*-
-;; Copyright (C) 2021-2022 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>
diff --git a/extensions/corfu-history.el b/extensions/corfu-history.el
index 0d51e67..c4dd9d1 100644
--- a/extensions/corfu-history.el
+++ b/extensions/corfu-history.el
@@ -1,6 +1,6 @@
;;; corfu-history.el --- Sorting by history for Corfu -*- lexical-binding: t -*-
-;; Copyright (C) 2022 Free Software Foundation, Inc.
+;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
;; Author: Daniel Mendler <mail@daniel-mendler.de>
;; Maintainer: Daniel Mendler <mail@daniel-mendler.de>
diff --git a/extensions/corfu-indexed.el b/extensions/corfu-indexed.el
index a245368..7de296b 100644
--- a/extensions/corfu-indexed.el
+++ b/extensions/corfu-indexed.el
@@ -1,6 +1,6 @@
;;; corfu-indexed.el --- Select indexed candidates -*- lexical-binding: t -*-
-;; Copyright (C) 2022 Free Software Foundation, Inc.
+;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
;; Author: Luis Henriquez-Perez <luis@luishp.xyz>, Daniel Mendler <mail@daniel-mendler.de>
;; Maintainer: Daniel Mendler <mail@daniel-mendler.de>
diff --git a/extensions/corfu-info.el b/extensions/corfu-info.el
index 61e62ad..88aeb5a 100644
--- a/extensions/corfu-info.el
+++ b/extensions/corfu-info.el
@@ -1,6 +1,6 @@
;;; corfu-info.el --- Show candidate information in separate buffer -*- lexical-binding: t -*-
-;; Copyright (C) 2022 Free Software Foundation, Inc.
+;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
;; Author: Daniel Mendler <mail@daniel-mendler.de>
;; Maintainer: Daniel Mendler <mail@daniel-mendler.de>
diff --git a/extensions/corfu-popupinfo.el b/extensions/corfu-popupinfo.el
index f44b285..f4e2ba2 100644
--- a/extensions/corfu-popupinfo.el
+++ b/extensions/corfu-popupinfo.el
@@ -1,6 +1,6 @@
;;; corfu-popupinfo.el --- Candidate information popup for Corfu -*- lexical-binding: t -*-
-;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2023 Free Software Foundation, Inc.
;; Author: Yuwei Tian <fishtai0@gmail.com>, Daniel Mendler <mail@daniel-mendler.de>
;; Maintainer: Daniel Mendler <mail@daniel-mendler.de>
diff --git a/extensions/corfu-quick.el b/extensions/corfu-quick.el
index e8f5065..037fd0f 100644
--- a/extensions/corfu-quick.el
+++ b/extensions/corfu-quick.el
@@ -1,6 +1,6 @@
;;; corfu-quick.el --- Quick keys for Corfu -*- lexical-binding: t -*-
-;; Copyright (C) 2022 Free Software Foundation, Inc.
+;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
;; Author: Luis Henriquez-Perez <luis@luishp.xyz>, Daniel Mendler <mail@daniel-mendler.de>
;; Maintainer: Daniel Mendler <mail@daniel-mendler.de>