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

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

[elpa] externals/ivy 7a3dbb2635 2/6: Add missing copyright notices to au


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy 7a3dbb2635 2/6: Add missing copyright notices to auxiliary files
Date: Wed, 25 Oct 2023 19:31:30 -0400 (EDT)

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

    Add missing copyright notices to auxiliary files
    
    * elpa.el:
    * targets/checkdoc.el:
    * targets/install-deps.el:
    * targets/obsolete-config.el:
    * targets/plain.el: Add copyright notice to pacify elpa.git build
    scripts.
---
 elpa.el                    | 1 +
 targets/checkdoc.el        | 1 +
 targets/install-deps.el    | 1 +
 targets/obsolete-config.el | 1 +
 targets/plain.el           | 1 +
 5 files changed, 5 insertions(+)

diff --git a/elpa.el b/elpa.el
index e49b8d419f..3d799ba7fe 100644
--- a/elpa.el
+++ b/elpa.el
@@ -1,3 +1,4 @@
+;; Copyright (C) 2019-2023 Free Software Foundation, Inc.
 (setq package-user-dir
       (expand-file-name
        (format "~/.elpa/%s/elpa"
diff --git a/targets/checkdoc.el b/targets/checkdoc.el
index 3162d36011..b033b35927 100644
--- a/targets/checkdoc.el
+++ b/targets/checkdoc.el
@@ -1,3 +1,4 @@
+;; Copyright (C) 2017-2023 Free Software Foundation, Inc.
 (checkdoc-file "colir.el")
 (checkdoc-file "counsel.el")
 (checkdoc-file "ivy-overlay.el")
diff --git a/targets/install-deps.el b/targets/install-deps.el
index c814473468..06e57783e1 100644
--- a/targets/install-deps.el
+++ b/targets/install-deps.el
@@ -1,3 +1,4 @@
+;; Copyright (C) 2019-2023 Free Software Foundation, Inc.
 (setq melpa-stable (getenv "MELPA_STABLE"))
 (setq package-user-dir
       (expand-file-name
diff --git a/targets/obsolete-config.el b/targets/obsolete-config.el
index 3e8b783856..90a5f25501 100644
--- a/targets/obsolete-config.el
+++ b/targets/obsolete-config.el
@@ -1,3 +1,4 @@
+;; Copyright (C) 2016-2023 Free Software Foundation, Inc.
 (add-to-list 'load-path default-directory)
 (require 'counsel)
 (ivy-set-display-transformer 'ivy-switch-buffer 'ivy-switch-buffer-transformer)
diff --git a/targets/plain.el b/targets/plain.el
index 70cedbc907..59e057da05 100644
--- a/targets/plain.el
+++ b/targets/plain.el
@@ -1,3 +1,4 @@
+;; Copyright (C) 2017-2023 Free Software Foundation, Inc.
 ;; (package-initialize)
 (require 'counsel)
 (ivy-mode)



reply via email to

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