Add copyright/license/source comment

This commit is contained in:
Cory LaViska
2017-08-07 13:27:52 -04:00
parent 648757827a
commit d0a7be4660
2 changed files with 14 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.