branch: externals/ivy
commit d489b4f0d48fd215119261d92de103c5b5580895
Author: Basil L. Contovounesios <[email protected]>
Commit: Basil L. Contovounesios <[email protected]>
Update copyright notices for 2026
* Makefile:
* colir.el:
* counsel.el:
* ivy-avy.el:
* ivy-faces.el:
* ivy-hydra.el:
* ivy-overlay.el:
* ivy-test.el:
* ivy.el:
* swiper.el:
* doc/Makefile:
* doc/ivy-ox.el:
* doc/ivy.org (Copying):
* targets/checkdoc.el:
* targets/elpa.el:
* targets/plain.el: Add 2026 to copyright years.
* doc/ivy.texi: Regenerate docs.
---
Makefile | 2 +-
colir.el | 2 +-
counsel.el | 2 +-
doc/Makefile | 2 +-
doc/ivy-ox.el | 2 +-
doc/ivy.org | 2 +-
doc/ivy.texi | 2 +-
ivy-avy.el | 2 +-
ivy-faces.el | 2 +-
ivy-hydra.el | 2 +-
ivy-overlay.el | 2 +-
ivy-test.el | 2 +-
ivy.el | 2 +-
swiper.el | 2 +-
targets/checkdoc.el | 2 +-
targets/elpa.el | 2 +-
targets/plain.el | 2 +-
17 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/Makefile b/Makefile
index 53902c14ec..7aa9e6deaa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Build and test Ivy from a source checkout.
-# Copyright (C) 2015-2025 Free Software Foundation, Inc.
+# Copyright (C) 2015-2026 Free Software Foundation, Inc.
#
# This file is part of GNU Emacs.
#
diff --git a/colir.el b/colir.el
index a06e49584d..2db912d3e2 100644
--- a/colir.el
+++ b/colir.el
@@ -1,6 +1,6 @@
;;; colir.el --- Color blending library -*- lexical-binding: t -*-
-;; Copyright (C) 2015-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2026 Free Software Foundation, Inc.
;; Author: Oleh Krehel <[email protected]>
diff --git a/counsel.el b/counsel.el
index 8d66985c9b..4d8d87c220 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1,6 +1,6 @@
;;; counsel.el --- Various completion functions using Ivy -*- lexical-binding:
t -*-
-;; Copyright (C) 2015-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2026 Free Software Foundation, Inc.
;; Author: Oleh Krehel <[email protected]>
;; Maintainer: Basil L. Contovounesios <[email protected]>
diff --git a/doc/Makefile b/doc/Makefile
index c6dbe40062..20139e6548 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,6 +1,6 @@
# Build and install Ivy Info manual from Org source.
-# Copyright (C) 2018-2025 Free Software Foundation, Inc.
+# Copyright (C) 2018-2026 Free Software Foundation, Inc.
#
# This file is part of GNU Emacs.
#
diff --git a/doc/ivy-ox.el b/doc/ivy-ox.el
index 3fdd3147d6..577dccbbb2 100644
--- a/doc/ivy-ox.el
+++ b/doc/ivy-ox.el
@@ -1,6 +1,6 @@
;;; ivy-ox.el --- org-export settings for Ivy -*- lexical-binding: t -*-
-;; Copyright (C) 2015-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2026 Free Software Foundation, Inc.
;; Author: Oleh Krehel
diff --git a/doc/ivy.org b/doc/ivy.org
index 8a7c0582b0..dfb2d9a6c4 100644
--- a/doc/ivy.org
+++ b/doc/ivy.org
@@ -70,7 +70,7 @@ final candidate is either through simple keyboard character
inputs or
through powerful regular expressions.
#+TEXINFO: @end ifnottex
-Copyright (C) 2015--2025 Free Software Foundation, Inc.
+Copyright (C) 2015--2026 Free Software Foundation, Inc.
#+BEGIN_QUOTE
Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/ivy.texi b/doc/ivy.texi
index be3c1e1ed8..0c34c1e179 100644
--- a/doc/ivy.texi
+++ b/doc/ivy.texi
@@ -20,7 +20,7 @@ final candidate is either through simple keyboard character
inputs or
through powerful regular expressions.
@end ifnottex
-Copyright (C) 2015--2025 Free Software Foundation, Inc.
+Copyright (C) 2015--2026 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document
diff --git a/ivy-avy.el b/ivy-avy.el
index fc86a0879a..899e8c5650 100644
--- a/ivy-avy.el
+++ b/ivy-avy.el
@@ -1,6 +1,6 @@
;;; ivy-avy.el --- Avy integration for Ivy -*- lexical-binding: t -*-
-;; Copyright (C) 2020-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2020-2026 Free Software Foundation, Inc.
;; Author: Oleh Krehel <[email protected]>
;; Maintainer: Basil L. Contovounesios <[email protected]>
diff --git a/ivy-faces.el b/ivy-faces.el
index 5f76ba952e..6abd4a2881 100644
--- a/ivy-faces.el
+++ b/ivy-faces.el
@@ -1,6 +1,6 @@
;;; ivy-faces.el --- Faces for Ivy -*- lexical-binding: t -*-
-;; Copyright (C) 2020-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2020-2026 Free Software Foundation, Inc.
;; Author: Oleh Krehel <[email protected]>
;; Keywords: convenience
diff --git a/ivy-hydra.el b/ivy-hydra.el
index 59f7ff55e5..3cb39834b1 100644
--- a/ivy-hydra.el
+++ b/ivy-hydra.el
@@ -1,6 +1,6 @@
;;; ivy-hydra.el --- Additional key bindings for Ivy -*- lexical-binding: t
-*-
-;; Copyright (C) 2015-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2026 Free Software Foundation, Inc.
;; Author: Oleh Krehel <[email protected]>
;; Maintainer: Basil L. Contovounesios <[email protected]>
diff --git a/ivy-overlay.el b/ivy-overlay.el
index 8803e60b64..667d6ba823 100644
--- a/ivy-overlay.el
+++ b/ivy-overlay.el
@@ -1,6 +1,6 @@
;;; ivy-overlay.el --- Overlay display functions for Ivy -*- lexical-binding:
t -*-
-;; Copyright (C) 2016-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2016-2026 Free Software Foundation, Inc.
;; Author: Oleh Krehel <[email protected]>
;; Keywords: convenience
diff --git a/ivy-test.el b/ivy-test.el
index c8a984b4bd..4af7e9f907 100644
--- a/ivy-test.el
+++ b/ivy-test.el
@@ -1,6 +1,6 @@
;;; ivy-test.el --- tests for ivy -*- lexical-binding: t -*-
-;; Copyright (C) 2015-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2026 Free Software Foundation, Inc.
;; Author: Oleh Krehel
diff --git a/ivy.el b/ivy.el
index e27a475458..02883d0e82 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1,6 +1,6 @@
;;; ivy.el --- Incremental Vertical completYon -*- lexical-binding: t -*-
-;; Copyright (C) 2015-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2026 Free Software Foundation, Inc.
;; Author: Oleh Krehel <[email protected]>
;; Maintainer: Basil L. Contovounesios <[email protected]>
diff --git a/swiper.el b/swiper.el
index c39423a783..3453e9a576 100644
--- a/swiper.el
+++ b/swiper.el
@@ -1,6 +1,6 @@
;;; swiper.el --- Isearch with an overview. Oh, man! -*- lexical-binding: t
-*-
-;; Copyright (C) 2015-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2026 Free Software Foundation, Inc.
;; Author: Oleh Krehel <[email protected]>
;; Maintainer: Basil L. Contovounesios <[email protected]>
diff --git a/targets/checkdoc.el b/targets/checkdoc.el
index f2edba78f6..4e49224c97 100644
--- a/targets/checkdoc.el
+++ b/targets/checkdoc.el
@@ -1,6 +1,6 @@
;;; targets/checkdoc.el --- Batch mode checkdoc-file -*- lexical-binding: t -*-
-;; Copyright (C) 2017-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2017-2026 Free Software Foundation, Inc.
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/targets/elpa.el b/targets/elpa.el
index e80dc6a981..4ef85ec791 100644
--- a/targets/elpa.el
+++ b/targets/elpa.el
@@ -1,6 +1,6 @@
;;; targets/elpa.el --- Optional Ivy dependencies -*- lexical-binding: t -*-
-;; Copyright (C) 2019-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2019-2026 Free Software Foundation, Inc.
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/targets/plain.el b/targets/plain.el
index 2a3cbf4f3b..fe108875a8 100644
--- a/targets/plain.el
+++ b/targets/plain.el
@@ -1,6 +1,6 @@
;;; targets/plain.el --- Canned Ivy configuration -*- lexical-binding: t -*-
-;; Copyright (C) 2017-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2017-2026 Free Software Foundation, Inc.
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by