summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2016-08-19 16:57:53 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2016-08-19 16:57:53 +0900
commitc4d12e01f86a719dda4242f3775ad8e32cff7734 (patch)
tree82d23f1450793c32287c0cfc0a4070539923615e
parent162bd67632ae6058e5dad006109bb6bfdadb343f (diff)
parent34670ba11b72ac95afbe4c7ed0c9ee4080b577f6 (diff)
Merge branch 'stable-2.11' into stable-2.12
* stable-2.11: Add correct license for asciidoctor SshDaemon: Set up the session timeout to make sshd.idleTimeout work Change-Id: If8fd11f198345d6a92fff3fa64851bd0e2b3376d
-rw-r--r--lib/BUCK1
-rw-r--r--lib/LICENSE-asciidoctor21
-rw-r--r--lib/asciidoctor/BUCK2
3 files changed, 23 insertions, 1 deletions
diff --git a/lib/BUCK b/lib/BUCK
index c635bbb762..b118dbc0a5 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -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')
diff --git a/lib/LICENSE-asciidoctor b/lib/LICENSE-asciidoctor
new file mode 100644
index 0000000000..d7e3a20c87
--- /dev/null
+++ b/lib/LICENSE-asciidoctor
@@ -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.
diff --git a/lib/asciidoctor/BUCK b/lib/asciidoctor/BUCK
index ad13313d3e..18726c83de 100644
--- a/lib/asciidoctor/BUCK
+++ b/lib/asciidoctor/BUCK
@@ -45,7 +45,7 @@ maven_jar(
name = 'asciidoctor',
id = 'org.asciidoctor:asciidoctorj:1.5.2',
sha1 = '39d33f739ec1c46f6e908a725264eb74b23c9f99',
- license = 'Apache2.0',
+ license = 'asciidoctor',
visibility = [],
attach_source = False,
)