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

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

[elpa] externals/plz 9e308f1833 80/81: Meta: Tidy headers, etc. for ELPA


From: ELPA Syncer
Subject: [elpa] externals/plz 9e308f1833 80/81: Meta: Tidy headers, etc. for ELPA
Date: Wed, 11 May 2022 17:58:04 -0400 (EDT)

branch: externals/plz
commit 9e308f18337139ec7d8d015b29f1649b0123a2fd
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Meta: Tidy headers, etc. for ELPA
---
 plz.el            | 15 ++++++++++-----
 tests/test-plz.el |  8 ++++++--
 2 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/plz.el b/plz.el
index 62fd5563b8..b016a954e1 100644
--- a/plz.el
+++ b/plz.el
@@ -1,13 +1,16 @@
 ;;; plz.el --- HTTP library                         -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2019  Adam Porter
+;; Copyright (C) 2019-2022  Free Software Foundation, Inc.
 
 ;; Author: Adam Porter <adam@alphapapa.net>
+;; Maintainer: Adam Porter <adam@alphapapa.net>
 ;; URL: https://github.com/alphapapa/plz.el
 ;; Version: 0.1-pre
 ;; Package-Requires: ((emacs "26.3"))
 ;; Keywords: comm, network, http
 
+;; This file is part of GNU Emacs.
+
 ;;; License:
 
 ;; This program is free software; you can redistribute it and/or modify
@@ -30,10 +33,8 @@
 ;;
 ;; Why this package?
 ;;
-;; 1.  `url' works well for many things, but it has some issues (and have
-;;     you seen its code?).
-;; 2.  `request' works well for many things, but it has some issues (and
-;;     have you seen its code?).
+;; 1.  `url' works well for many things, but it has some issues.
+;; 2.  `request' works well for many things, but it has some issues.
 ;; 3.  Chris Wellons doesn't have time to factor his excellent
 ;;     elfeed-curl.el library out of Elfeed.  This will have to do.
 ;;
@@ -43,6 +44,10 @@
 ;; 2.  There's already a package called `request'.
 ;; 3.  Naming things is hard.
 
+;;;; Credits:
+
+;; Thanks to Chris Wellons for inspiration, encouragement, and advice.
+
 ;;; Code:
 
 ;;;; Requirements
diff --git a/tests/test-plz.el b/tests/test-plz.el
index e219a142e9..44d48de284 100644
--- a/tests/test-plz.el
+++ b/tests/test-plz.el
@@ -1,9 +1,13 @@
 ;;; test-plz.el --- Tests for plz          -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2019  Adam Porter
+;; Copyright (C) 2019-2022  Free Software Foundation, Inc.
 
 ;; Author: Adam Porter <adam@alphapapa.net>
-;; Keywords:
+;; Maintainer: Adam Porter <adam@alphapapa.net>
+
+;; This file is part of GNU Emacs.
+
+;;; License:
 
 ;; 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



reply via email to

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