From 5ccece0e341b733320b6f40006daa8eb3edbf49f Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Mon, 10 Jan 2022 02:36:58 +0100 Subject: 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 cbba253..55f7330 100644 --- a/README.org +++ b/README.org @@ -7,6 +7,8 @@ #+texinfo_dir_desc: Completion At Point Extensions #+html: GNU Emacs +#+html: GNU ELPA +#+html: GNU-devel ELPA #+html: MELPA #+html: MELPA Stable #+html: @@ -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 68426ac..11e9607 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 +;; Maintainer: Daniel Mendler ;; 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 -- cgit v1.0