Description: specify correct license in gemspec
 This package is licensed under the 3-clause BSD licence, and the appropriate licence is included (in COPYING). However, the gemspec states it is under the MIT licence. This has been corrected upstream, but the change did not make it into the 0.1.0 release.
 This patch can be safely removed when a new upstream release (> 0.1.0) is imported.
Author: Caitlin Matos <caitlin.matos@zoho.com> 
Last-Update: 2014-07-29 
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/hikidoc.gemspec
+++ b/hikidoc.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
   spec.description   = %q{'HikiDoc' is a text-to-HTML conversion tool for web writers.}
   spec.summary       = %q{'HikiDoc' is a text-to-HTML conversion tool for web writers. HikiDoc allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid HTML (or XHTML).}
   spec.homepage      = "https://github.com/hiki/hikidoc"
-  spec.license       = "MIT"
+  spec.license       = "BSD-3-clause"
 
   spec.files         = `git ls-files`.split($/)
   spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
