From d0a7be4660ef5ca0839ea3199e55a59f9f6e3492 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 7 Aug 2017 13:27:52 -0400 Subject: [PATCH] Add copyright/license/source comment --- source/js/dropdowns.js | 8 +++++++- source/js/tabs.js | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/source/js/dropdowns.js b/source/js/dropdowns.js index a1a983b52..67928551c 100644 --- a/source/js/dropdowns.js +++ b/source/js/dropdowns.js @@ -1,4 +1,10 @@ -/*! Shoelace.css dropdowns {version} */ +/*! + Shoelace.css dropdowns {version} + (c) A Beautiful Site, LLC + + Released under the MIT license + Source: https://github.com/claviska/shoelace-css +*/ // // This script is required to make dropdowns interactive. Before loading it, you must include either // jQuery or Zepto. You can load them locally or via CDN. You only need one. diff --git a/source/js/tabs.js b/source/js/tabs.js index 4fc1fe8ed..8839ec4a8 100644 --- a/source/js/tabs.js +++ b/source/js/tabs.js @@ -1,4 +1,10 @@ -/*! Shoelace.css tabs {version} */ +/*! + Shoelace.css tabs {version} + (c) A Beautiful Site, LLC + + Released under the MIT license + Source: https://github.com/claviska/shoelace-css +*/ // // This script is required to make tabs interactive. Before loading it, you must include either // jQuery or Zepto. You can load them locally or via CDN. You only need one.