From c4831c2adf43400ca9193e2f0ff6d7e341fff743 Mon Sep 17 00:00:00 2001 From: john muhl Date: Thu, 16 Dec 2021 16:30:25 -0600 Subject: [PATCH] Add Libre.js header to yaml.js --- _static/yaml.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_static/yaml.js b/_static/yaml.js index a29d7ea..3e2a24c 100644 --- a/_static/yaml.js +++ b/_static/yaml.js @@ -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 -- 2.38.5