Add Libre.js header to yaml.js

This commit is contained in:
john muhl 2021-12-16 16:30:25 -06:00 committed by Drew DeVault
parent 2614bc0cb7
commit c4831c2adf
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
@ -118,3 +119,4 @@ CodeMirror.defineMIME("text/x-yaml", "yaml");
CodeMirror.defineMIME("text/yaml", "yaml");
});
// @license-end