summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2016-03-09 10:10:18 -0500
committerKurt <kurt.w.jung@gmail.com>2016-03-09 10:10:18 -0500
commit3ad3dcf8dbd27eb2afdca497b36e14cfc371dcfc (patch)
treede7a51ade737a3933c710b81a56435e3422147de
parentc7deb913ae65ca3253f3583ca591867b59ee4585 (diff)
Add some badges to the README
-rw-r--r--LICENSE2
-rw-r--r--README.md3
-rw-r--r--README.md.template3
3 files changed, 7 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index cb038eb..127a312 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013-2015 Kurt Jung (Gmail: kurt.w.jung)
+Copyright (c) 2013-2016 Kurt Jung (Gmail: kurt.w.jung)
Portions copyright by the contributors acknowledged in the documentation.
diff --git a/README.md b/README.md
index b70b852..6a4b253 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/jung-kurt/gofpdf/master/LICENSE)
+[![GoDoc](https://godoc.org/github.com/jung-kurt/gofpdf?status.svg)](https://godoc.org/github.com/jung-kurt/gofpdf)
+
![gofpdf](image/logo_gofpdf.jpg?raw=true "gofpdf")
Package gofpdf implements a PDF document generator with high level support for
diff --git a/README.md.template b/README.md.template
index a9a925d..a4fa6e4 100644
--- a/README.md.template
+++ b/README.md.template
@@ -1,3 +1,6 @@
+[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/jung-kurt/gofpdf/master/LICENSE)
+[![GoDoc](https://godoc.org/github.com/jung-kurt/gofpdf?status.svg)](https://godoc.org/github.com/jung-kurt/gofpdf)
+
![gofpdf](image/logo_gofpdf.jpg?raw=true "gofpdf")
{{.Doc}}