branch: externals/cape
commit 5ccece0e341b733320b6f40006daa8eb3edbf49f
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Add to GNU ELPA
---
README.org | 7 +++++++
cape.el | 8 +++++---
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index cbba253042..55f733080b 100644
--- a/README.org
+++ b/README.org
@@ -7,6 +7,8 @@
#+texinfo_dir_desc: Completion At Point Extensions
#+html: <a href="https://www.gnu.org/software/emacs/"><img alt="GNU Emacs"
src="https://github.com/minad/corfu/blob/screenshots/emacs.svg?raw=true"/></a>
+#+html: <a href="http://elpa.gnu.org/packages/cape.html"><img alt="GNU ELPA"
src="https://elpa.gnu.org/packages/cape.svg"/></a>
+#+html: <a href="http://elpa.gnu.org/devel/cape.html"><img alt="GNU-devel
ELPA" src="https://elpa.gnu.org/devel/cape.svg"/></a>
#+html: <a href="https://melpa.org/#/cape"><img alt="MELPA"
src="https://melpa.org/packages/cape-badge.svg"/></a>
#+html: <a href="https://stable.melpa.org/#/cape"><img alt="MELPA Stable"
src="https://stable.melpa.org/packages/cape-badge.svg"/></a>
#+html: <img
src="https://upload.wikimedia.org/wikipedia/en/3/35/Supermanflying.png"
align="right">
@@ -212,3 +214,8 @@ achieve a similarly refreshing strategy.
- ~cape-capf-case-fold~: Create a Capf which is case insensitive.
- ~cape-capf-with-properties~: Add completion properties to a Capf.
- ~cape-capf-with-predicate~: Add candidate predicate to a Capf.
+
+* Contributions
+
+Since this package is part of
[[http://elpa.gnu.org/packages/marginalia.html][GNU ELPA]] contributions
require a copyright
+assignment to the FSF.
diff --git a/cape.el b/cape.el
index 68426ac5e7..11e9607085 100644
--- a/cape.el
+++ b/cape.el
@@ -1,13 +1,15 @@
;;; cape.el --- Completion At Point Extensions -*- lexical-binding: t -*-
-;; Author: Daniel Mendler
+;; Copyright (C) 2021 Free Software Foundation, Inc.
+
+;; Author: Daniel Mendler <[email protected]>
+;; Maintainer: Daniel Mendler <[email protected]>
;; Created: 2021
-;; License: GPL-3.0-or-later
;; Version: 0.4
;; Package-Requires: ((emacs "27.1"))
;; Homepage: https://github.com/minad/cape
-;; This file is not part of GNU Emacs.
+;; This file is part of GNU Emacs.
;; 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