Add correct license for asciidoctor

Change If1ee984c77 introduced asciidoctor, but incorrectly set the license
as Apache2.  In fact it is licensed under MIT [1].

Add the correct license.

[1] https://github.com/asciidoctor/asciidoctor/blob/master/LICENSE.adoc

Change-Id: I7301b2efbc25daa48e63cef36259c904574c19a4
This commit is contained in:
David Pursehouse 2016-08-19 04:03:05 +00:00
parent f57d2b8f83
commit 34670ba11b
3 changed files with 23 additions and 1 deletions

View File

@ -7,6 +7,7 @@ define_license(name = 'MPL1.1')
define_license(name = 'PublicDomain')
define_license(name = 'antlr')
define_license(name = 'args4j')
define_license(name = 'asciidoctor')
define_license(name = 'automaton')
define_license(name = 'bouncycastle')
define_license(name = 'clippy')

21
lib/LICENSE-asciidoctor Normal file
View File

@ -0,0 +1,21 @@
The MIT License
Copyright (C) 2012-2016 Dan Allen, Ryan Waldron and the Asciidoctor Project
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

View File

@ -45,7 +45,7 @@ maven_jar(
name = 'asciidoctor',
id = 'org.asciidoctor:asciidoctorj:1.5.0',
sha1 = '192df5660f72a0fb76966dcc64193b94fba65f99',
license = 'Apache2.0',
license = 'asciidoctor',
visibility = [],
attach_source = False,
)