emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ivy 17e3d22c06 1/4: Update copyright notices for 2023


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy 17e3d22c06 1/4: Update copyright notices for 2023
Date: Mon, 10 Apr 2023 14:30:59 -0400 (EDT)

branch: externals/ivy
commit 17e3d22c062a7fc1c5cde10945bec9f0ce9593a2
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Update copyright notices for 2023
    
    * colir.el:
    * counsel.el:
    * doc/ivy-ox.el:
    * doc/ivy.org:
    * doc/scripts.el:
    * ivy-avy.el:
    * ivy-faces.el:
    * ivy-hydra.el:
    * ivy-overlay.el:
    * ivy-test.el:
    * ivy.el:
    * swiper.el: Update copyright notices for 2023.
    
    * doc/ivy.texi: Regenerate docs.
---
 colir.el       | 2 +-
 counsel.el     | 2 +-
 doc/ivy-ox.el  | 2 +-
 doc/ivy.org    | 2 +-
 doc/ivy.texi   | 2 +-
 doc/scripts.el | 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 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/colir.el b/colir.el
index 09b4f5cffe..0f4ed1cce7 100644
--- a/colir.el
+++ b/colir.el
@@ -1,6 +1,6 @@
 ;;; colir.el --- Color blending library -*- lexical-binding: t -*-
 
-;; Copyright (C) 2015-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2023 Free Software Foundation, Inc.
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 
diff --git a/counsel.el b/counsel.el
index 7bd026242a..e9db11c9d3 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1,6 +1,6 @@
 ;;; counsel.el --- Various completion functions using Ivy -*- lexical-binding: 
t -*-
 
-;; Copyright (C) 2015-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2023 Free Software Foundation, Inc.
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
diff --git a/doc/ivy-ox.el b/doc/ivy-ox.el
index 09e345f235..01b1d3949b 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-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2023 Free Software Foundation, Inc.
 
 ;; Author: Oleh Krehel
 
diff --git a/doc/ivy.org b/doc/ivy.org
index 9a146c482b..edd6c33946 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--2021 Free Software Foundation, Inc.
+Copyright (C) 2015--2023 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 5c2c177ce6..fbaed86414 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--2021 Free Software Foundation, Inc.
+Copyright (C) 2015--2023 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/scripts.el b/doc/scripts.el
index 00f85a6560..a7a8260fa5 100644
--- a/doc/scripts.el
+++ b/doc/scripts.el
@@ -1,4 +1,4 @@
-;; Copyright (C) 2020-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2020-2023 Free Software Foundation, Inc.
 (setq org-confirm-babel-evaluate nil)
 (defun org-to-texi (fname)
   (find-file fname)
diff --git a/ivy-avy.el b/ivy-avy.el
index a9f5745667..2f57f426cf 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-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2020-2023 Free Software Foundation, Inc.
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
diff --git a/ivy-faces.el b/ivy-faces.el
index bedb9cb14b..beaea3b933 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-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2020-2023 Free Software Foundation, Inc.
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; Keywords: convenience
diff --git a/ivy-hydra.el b/ivy-hydra.el
index 5242a67094..839b0d36b1 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-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2023 Free Software Foundation, Inc.
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
diff --git a/ivy-overlay.el b/ivy-overlay.el
index eaf62f9918..4af52b39cf 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-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2016-2023 Free Software Foundation, Inc.
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; Keywords: convenience
diff --git a/ivy-test.el b/ivy-test.el
index 462dd915c8..7cf068cf2e 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-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2023 Free Software Foundation, Inc.
 
 ;; Author: Oleh Krehel
 
diff --git a/ivy.el b/ivy.el
index feb065ca1f..0ce9d4fbca 100644
--- a/ivy.el
+++ b/ivy.el
@@ -1,6 +1,6 @@
 ;;; ivy.el --- Incremental Vertical completYon -*- lexical-binding: t -*-
 
-;; Copyright (C) 2015-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2023 Free Software Foundation, Inc.
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
diff --git a/swiper.el b/swiper.el
index c021bf64d4..0a5df99841 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-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2015-2023 Free Software Foundation, Inc.
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper



reply via email to

[Prev in Thread] Current Thread [Next in Thread]