dart-lang / markdown

A Dart markdown library

Home Page:https://pub.dev/packages/markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confirm the mark and license for forked code

Guo-Zhang opened this issue · comments

Hello! I am extending the Dart and Flutter Markdown to implement MyST Markdown by JupyterBook Project.

I have forked the fenced_code_block_syntax.dart module to my project. I marked at the top of the file, see:

/// Originally based on `package:markdown/src/block_syntaxes/fenced_code_block_syntax.dart` (BSD)
/// https://github.com/dart-lang/markdown/blob/master/lib/src/block_syntaxes/fenced_code_block_syntax.dart
/// See https://github.com/dart-lang/markdown/blob/master/LICENSE for original license.

https://github.com/quanttide/flutter-myst-markdown/blob/master/lib/src/block_syntaxes/executive_code_block_syntax.dart

Is this a proper mark for using the code?

Thanks for your help!

None of us are lawyers here, but if you search around for how to fork open source code, with our particular license, I think you'll find your answer. No concerns by me.