[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)
- [elpa] externals/ivy updated (775488ded0 -> 75d7136cfc), Basil L. Contovounesios, 2023/10/25
- [elpa] externals/ivy c6e79997ce 3/6: List self as maintainer, Basil L. Contovounesios, 2023/10/25
- [elpa] externals/ivy e0e0520ab3 1/6: Fix counsel-search-engines-alist custom :type, Basil L. Contovounesios, 2023/10/25
- [elpa] externals/ivy 8c30f4cab5 4/6: Bump version to point release 0.14.2, Basil L. Contovounesios, 2023/10/25
- [elpa] externals/ivy 7a3dbb2635 2/6: Add missing copyright notices to auxiliary files,
Basil L. Contovounesios <=
- [elpa] externals/ivy 75d7136cfc 6/6: Merge branch 'master' into externals/ivy, Basil L. Contovounesios, 2023/10/25
- [elpa] externals/ivy 97dfa3e799 5/6: Bump version to point release 0.14.2, Basil L. Contovounesios, 2023/10/25