For python files if I have a larger license text it would be nice if I could encapsulate it inside a multi-line comment so that it looks like ```python """ <license-text> """ ``` instead of ```python # <license text> # <license text continued...> ```