From b9a0be7003cd5242f31d6c419b53feb04e3ae5bf Mon Sep 17 00:00:00 2001 From: AjaxGb Date: Sun, 1 Oct 2017 13:37:00 -0400 Subject: [PATCH] Add License comment --- docs/nbt-lint.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/nbt-lint.js b/docs/nbt-lint.js index 3a4822d..2db8321 100644 --- a/docs/nbt-lint.js +++ b/docs/nbt-lint.js @@ -1,5 +1,10 @@ "use strict"; +/*! + * "nbt-lint" NBT Text Library v1.0.0 | MIT License + * https://github.com/AjaxGb/NBTLint + */ + (function() { var root = this, previous_nbtlint = root.nbtlint;