summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}}