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

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

[elpa] master 9e1ddf5 12/22: Rely on make-readme-markdown for license ba


From: Stefan Monnier
Subject: [elpa] master 9e1ddf5 12/22: Rely on make-readme-markdown for license badge
Date: Wed, 3 Aug 2016 14:26:10 +0000 (UTC)

branch: master
commit 9e1ddf5acf5e65129fa1e9341b6628991a77324b
Author: Mitchel Humpherys <address@hidden>
Commit: Mitchel Humpherys <address@hidden>

    Rely on make-readme-markdown for license badge
---
 Makefile    |    2 +-
 README.md   |    2 +-
 diffview.el |    1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index d2403cf..8031cc2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 README.md: make-readme-markdown.el diffview.el
-       emacs --script $< < diffview.el >$@ 2>/dev/null
+       emacs --script $< < diffview.el >$@
 
 make-readme-markdown.el:
        wget -q -O $@ 
https://raw.github.com/mgalgs/make-readme-markdown/master/make-readme-markdown.el
diff --git a/README.md b/README.md
index d3297ef..93a56e4 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 *View diffs in side-by-side format*
 
 ---
-[![License 
GPL3](https://img.shields.io/badge/license-GPL_3-green.svg)](http://www.gnu.org/licenses/gpl-3.0.html)
+[![License 
GPLv3](https://img.shields.io/badge/license-GPL_v3-green.svg)](http://www.gnu.org/licenses/gpl-3.0.html)
 
 Render a unified diff (top/bottom) in an easy-to-comprehend side-by-side
 format.  This comes in handy for reading patches from mailing lists (or
diff --git a/diffview.el b/diffview.el
index 075efad..983f9a4 100644
--- a/diffview.el
+++ b/diffview.el
@@ -21,7 +21,6 @@
 ;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
-;; [![License 
GPL3](https://img.shields.io/badge/license-GPL_3-green.svg)](http://www.gnu.org/licenses/gpl-3.0.html)
 ;;
 ;; Render a unified diff (top/bottom) in an easy-to-comprehend side-by-side
 ;; format.  This comes in handy for reading patches from mailing lists (or



reply via email to

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