@@ -285,6 +285,8 @@ specific language governing permissions and limitations under the License.
285285** Source** : [ https://github.com/commonmark/cmark ] ( https://github.com/commonmark/cmark )
286286
287287### License
288+
289+ ```
288290Copyright (c) 2014, John MacFarlane
289291
290292All rights reserved.
@@ -455,6 +457,36 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
455457THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
456458(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
457459OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
460+ ```
461+
462+ ## fzf
463+
464+ ### License
465+
466+ ```
467+ The MIT License (MIT)
468+
469+ Copyright (c) 2013-2024 Junegunn Choi
470+ Copyright (c) 2021-2025 Simon Hauser
471+
472+ Permission is hereby granted, free of charge, to any person obtaining a copy
473+ of this software and associated documentation files (the "Software"), to deal
474+ in the Software without restriction, including without limitation the rights
475+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
476+ copies of the Software, and to permit persons to whom the Software is
477+ furnished to do so, subject to the following conditions:
478+
479+ The above copyright notice and this permission notice shall be included in
480+ all copies or substantial portions of the Software.
481+
482+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
483+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
484+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
485+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
486+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
487+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
488+ THE SOFTWARE.
489+ ```
458490
459491# Microsoft Open Source
460492
0 commit comments