From d5913e601fa1fcbf971c7517fd418c22412f5b6f Mon Sep 17 00:00:00 2001 From: Andinus Date: Sun, 12 Jun 2022 16:19:31 +0530 Subject: Add license header on bricks.js --- resources/js/bricks.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/js/bricks.js b/resources/js/bricks.js index 7758b05..6b1dafe 100644 --- a/resources/js/bricks.js +++ b/resources/js/bricks.js @@ -1,3 +1,12 @@ +/** + * Bricks.js is MIT licensed. Taken from + * https://github.com/callmecavs/bricks.js. + * + * Homepage: http://callmecavs.com/bricks.js/ + * License: MIT + * Made by: Mike Cavalea + */ + (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : -- cgit 1.4.1-2-gfad0