branch: externals/tempel
commit aec4f10253615109212b3fcfe0f800d476a7904f
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Addition to GNU ELPA
---
README.org | 7 +++++++
tempel.el | 8 +++++---
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index 7ac6f76f58..b9dcd867b1 100644
--- a/README.org
+++ b/README.org
@@ -3,6 +3,8 @@
#+language: en
#+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/tempel.html"><img alt="GNU ELPA"
src="https://elpa.gnu.org/packages/tempel.svg"/></a>
+#+html: <a href="http://elpa.gnu.org/devel/tempel.html"><img alt="GNU-devel
ELPA" src="https://elpa.gnu.org/devel/tempel.svg"/></a>
#+html: <a href="https://melpa.org/#/tempel"><img alt="MELPA"
src="https://melpa.org/packages/tempel-badge.svg"/></a>
#+html: <a href="https://stable.melpa.org/#/tempel"><img alt="MELPA Stable"
src="https://stable.melpa.org/packages/tempel-badge.svg"/></a>
#+html: <img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/Temple_of_Hephaestus_%28Southwest%29%2C_Athens_-_20070711b.jpg/1920px-Temple_of_Hephaestus_%28Southwest%29%2C_Athens_-_20070711b.jpg"
align="right" width="30%">
@@ -162,3 +164,8 @@ Furthermore Tempel supports syntax extensions:
- ~(FORM ...)~ Other Lisp forms are evaluated. Named fields are lexically
bound.
Use caution with templates which execute arbitrary code!
+
+* 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/tempel.el b/tempel.el
index ce74bea917..503cf1a7a9 100644
--- a/tempel.el
+++ b/tempel.el
@@ -1,13 +1,15 @@
;;; tempel.el --- Tempo text templates with in-buffer field editing -*-
lexical-binding: t -*-
-;; Author: Daniel Mendler
+;; Copyright (C) 2021 Free Software Foundation, Inc.
+
+;; Author: Daniel Mendler <[email protected]>
+;; Maintainer: Daniel Mendler <[email protected]>
;; Created: 2022
-;; License: GPL-3.0-or-later
;; Version: 0.1
;; Package-Requires: ((emacs "27.1"))
;; Homepage: https://github.com/minad/tempel
-;; 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