@@ -900,3 +900,32 @@ Sqlite (included in the "provided" org.xerial's sqlite-jdbc)
900900 Sqlite is in the Public Domain. For details
901901 see: https://www.sqlite.org/copyright.html
902902
903+ commonmark-java libraries (commonmark, commonmark-ext-gfm-tables, and
904+ commonmark-ext-gfm-strikethrough)
905+
906+ The BSD 2-Clause License
907+
908+ Copyright (c) 2015, Atlassian Pty Ltd
909+ All rights reserved.
910+
911+ Redistribution and use in source and binary forms, with or without
912+ modification, are permitted provided that the following conditions are met:
913+
914+ * Redistributions of source code must retain the above copyright notice, this
915+ list of conditions and the following disclaimer.
916+
917+ * Redistributions in binary form must reproduce the above copyright notice,
918+ this list of conditions and the following disclaimer in the documentation
919+ and/or other materials provided with the distribution.
920+
921+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
922+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
923+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
924+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
925+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
926+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
927+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
928+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
929+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
930+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
931+
0 commit comments