From 61787e5259571a72980290c422f9b3aa2eff3ca5 Mon Sep 17 00:00:00 2001 From: connors Date: Mon, 31 Mar 2014 15:14:14 -0700 Subject: [PATCH] updating the header on all the js lib files --- Gruntfile.js | 11 +-- dist/css/ratchet-theme-android.css | 2 +- dist/css/ratchet-theme-android.min.css | 2 +- dist/css/ratchet-theme-ios.css | 2 +- dist/css/ratchet-theme-ios.min.css | 2 +- dist/css/ratchet.css | 2 +- dist/css/ratchet.min.css | 2 +- dist/js/ratchet.js | 79 ++++++++++++--------- dist/js/ratchet.min.js | 2 +- docs/assets/css/docs.css | 2 +- docs/assets/css/docs.min.css | 2 +- docs/assets/js/docs.min.js | 2 +- docs/dist/css/ratchet-theme-android.css | 2 +- docs/dist/css/ratchet-theme-android.min.css | 2 +- docs/dist/css/ratchet-theme-ios.css | 2 +- docs/dist/css/ratchet-theme-ios.min.css | 2 +- docs/dist/css/ratchet.css | 2 +- docs/dist/css/ratchet.min.css | 2 +- docs/dist/js/ratchet.js | 79 ++++++++++++--------- docs/dist/js/ratchet.min.js | 2 +- js/modals.js | 12 ++-- js/popovers.js | 12 ++-- js/push.js | 14 ++-- js/segmented-controllers.js | 12 ++-- js/sliders.js | 14 ++-- js/toggles.js | 13 ++-- 26 files changed, 160 insertions(+), 120 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4e3aae3..7314fb6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,8 +1,9 @@ -/* ---------------------------------- +/*! * Ratchet's Gruntfile - * Licensed under The MIT License - * http://opensource.org/licenses/MIT - * ---------------------------------- */ + * http://goratchet.com + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + */ /* jshint node: true */ module.exports = function(grunt) { @@ -32,7 +33,7 @@ module.exports = function(grunt) { ' * =====================================================\n' + ' * Ratchet v<%= pkg.version %> (<%= pkg.homepage %>)\n' + ' * Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + - ' * Licensed under <%= pkg.license %>.\n' + + ' * Licensed under <%= pkg.license %> (https://github.com/twbs/ratchet/blob/master/LICENSE)\n' + ' *\n' + ' * v<%= pkg.version %> designed by @connors.\n' + ' * =====================================================\n' + diff --git a/dist/css/ratchet-theme-android.css b/dist/css/ratchet-theme-android.css index 9ce76eb..dfd262a 100644 --- a/dist/css/ratchet-theme-android.css +++ b/dist/css/ratchet-theme-android.css @@ -2,7 +2,7 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== diff --git a/dist/css/ratchet-theme-android.min.css b/dist/css/ratchet-theme-android.min.css index 9456a74..78a2b83 100644 --- a/dist/css/ratchet-theme-android.min.css +++ b/dist/css/ratchet-theme-android.min.css @@ -2,7 +2,7 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== diff --git a/dist/css/ratchet-theme-ios.css b/dist/css/ratchet-theme-ios.css index 6e52424..c68ce02 100644 --- a/dist/css/ratchet-theme-ios.css +++ b/dist/css/ratchet-theme-ios.css @@ -2,7 +2,7 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== diff --git a/dist/css/ratchet-theme-ios.min.css b/dist/css/ratchet-theme-ios.min.css index 2bf0e32..bab691c 100644 --- a/dist/css/ratchet-theme-ios.min.css +++ b/dist/css/ratchet-theme-ios.min.css @@ -2,7 +2,7 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== diff --git a/dist/css/ratchet.css b/dist/css/ratchet.css index d1a715f..3d4cc31 100644 --- a/dist/css/ratchet.css +++ b/dist/css/ratchet.css @@ -2,7 +2,7 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== diff --git a/dist/css/ratchet.min.css b/dist/css/ratchet.min.css index 2866e07..837493e 100644 --- a/dist/css/ratchet.min.css +++ b/dist/css/ratchet.min.css @@ -2,7 +2,7 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== diff --git a/dist/js/ratchet.js b/dist/js/ratchet.js index 3cfc09a..718d62b 100644 --- a/dist/js/ratchet.js +++ b/dist/js/ratchet.js @@ -2,16 +2,18 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== */ -/* ---------------------------------- - * MODAL v2.0.1 - * Licensed under The MIT License - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: modals.js v2.0.1 + * http://goratchet.com/components#modals + * ======================================================================== + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ !(function () { 'use strict'; @@ -47,11 +49,13 @@ }); }()); -/* ---------------------------------- - * POPOVER v2.0.1 - * Licensed under The MIT License - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: popovers.js v2.0.1 + * http://goratchet.com/components#popovers + * ======================================================================== + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ !(function () { 'use strict'; @@ -133,12 +137,14 @@ }()); -/* ---------------------------------- - * PUSH v2.0.1 - * Licensed under The MIT License - * inspired by chris's jquery.pjax.js - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: push.js v2.0.1 + * http://goratchet.com/components#push + * ======================================================================== + * inspired by @defunkt's jquery.pjax.js + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ /* global _gaq: true */ @@ -614,11 +620,13 @@ }()); -/* ---------------------------------- - * Segmented controls v2.0.1 - * Licensed under The MIT License - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: segmented-controllers.js v2.0.1 + * http://goratchet.com/components#segmentedControls + * ======================================================================== + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ !(function () { 'use strict'; @@ -678,12 +686,14 @@ window.addEventListener('click', function (e) { if (getTarget(e.target)) {e.preventDefault();} }); }()); -/* ---------------------------------- - * SLIDER v2.0.1 - * Licensed under The MIT License - * Adapted from Brad Birdsall's swipe - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: sliders.js v2.0.1 + * http://goratchet.com/components#sliders + * ======================================================================== + Adapted from Brad Birdsall's swipe + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ !(function () { 'use strict'; @@ -813,11 +823,14 @@ }()); -/* ---------------------------------- - * TOGGLE v2.0.1 - * Licensed under The MIT License - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: toggles.js v2.0.1 + * http://goratchet.com/components#toggles + * ======================================================================== + Adapted from Brad Birdsall's swipe + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ !(function () { 'use strict'; diff --git a/dist/js/ratchet.min.js b/dist/js/ratchet.min.js index 70f3309..f7d1424 100644 --- a/dist/js/ratchet.min.js +++ b/dist/js/ratchet.min.js @@ -2,7 +2,7 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index d1e1d58..fb8017d 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -2,7 +2,7 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== diff --git a/docs/assets/css/docs.min.css b/docs/assets/css/docs.min.css index 59c9123..ef40300 100644 --- a/docs/assets/css/docs.min.css +++ b/docs/assets/css/docs.min.css @@ -2,7 +2,7 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== diff --git a/docs/assets/js/docs.min.js b/docs/assets/js/docs.min.js index b8d512c..af72962 100644 --- a/docs/assets/js/docs.min.js +++ b/docs/assets/js/docs.min.js @@ -2,7 +2,7 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== diff --git a/docs/dist/css/ratchet-theme-android.css b/docs/dist/css/ratchet-theme-android.css index 9ce76eb..dfd262a 100644 --- a/docs/dist/css/ratchet-theme-android.css +++ b/docs/dist/css/ratchet-theme-android.css @@ -2,7 +2,7 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== diff --git a/docs/dist/css/ratchet-theme-android.min.css b/docs/dist/css/ratchet-theme-android.min.css index 9456a74..78a2b83 100644 --- a/docs/dist/css/ratchet-theme-android.min.css +++ b/docs/dist/css/ratchet-theme-android.min.css @@ -2,7 +2,7 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== diff --git a/docs/dist/css/ratchet-theme-ios.css b/docs/dist/css/ratchet-theme-ios.css index 6e52424..c68ce02 100644 --- a/docs/dist/css/ratchet-theme-ios.css +++ b/docs/dist/css/ratchet-theme-ios.css @@ -2,7 +2,7 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== diff --git a/docs/dist/css/ratchet-theme-ios.min.css b/docs/dist/css/ratchet-theme-ios.min.css index 2bf0e32..bab691c 100644 --- a/docs/dist/css/ratchet-theme-ios.min.css +++ b/docs/dist/css/ratchet-theme-ios.min.css @@ -2,7 +2,7 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== diff --git a/docs/dist/css/ratchet.css b/docs/dist/css/ratchet.css index d1a715f..3d4cc31 100644 --- a/docs/dist/css/ratchet.css +++ b/docs/dist/css/ratchet.css @@ -2,7 +2,7 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== diff --git a/docs/dist/css/ratchet.min.css b/docs/dist/css/ratchet.min.css index 2866e07..837493e 100644 --- a/docs/dist/css/ratchet.min.css +++ b/docs/dist/css/ratchet.min.css @@ -2,7 +2,7 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== diff --git a/docs/dist/js/ratchet.js b/docs/dist/js/ratchet.js index 3cfc09a..718d62b 100644 --- a/docs/dist/js/ratchet.js +++ b/docs/dist/js/ratchet.js @@ -2,16 +2,18 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== */ -/* ---------------------------------- - * MODAL v2.0.1 - * Licensed under The MIT License - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: modals.js v2.0.1 + * http://goratchet.com/components#modals + * ======================================================================== + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ !(function () { 'use strict'; @@ -47,11 +49,13 @@ }); }()); -/* ---------------------------------- - * POPOVER v2.0.1 - * Licensed under The MIT License - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: popovers.js v2.0.1 + * http://goratchet.com/components#popovers + * ======================================================================== + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ !(function () { 'use strict'; @@ -133,12 +137,14 @@ }()); -/* ---------------------------------- - * PUSH v2.0.1 - * Licensed under The MIT License - * inspired by chris's jquery.pjax.js - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: push.js v2.0.1 + * http://goratchet.com/components#push + * ======================================================================== + * inspired by @defunkt's jquery.pjax.js + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ /* global _gaq: true */ @@ -614,11 +620,13 @@ }()); -/* ---------------------------------- - * Segmented controls v2.0.1 - * Licensed under The MIT License - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: segmented-controllers.js v2.0.1 + * http://goratchet.com/components#segmentedControls + * ======================================================================== + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ !(function () { 'use strict'; @@ -678,12 +686,14 @@ window.addEventListener('click', function (e) { if (getTarget(e.target)) {e.preventDefault();} }); }()); -/* ---------------------------------- - * SLIDER v2.0.1 - * Licensed under The MIT License - * Adapted from Brad Birdsall's swipe - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: sliders.js v2.0.1 + * http://goratchet.com/components#sliders + * ======================================================================== + Adapted from Brad Birdsall's swipe + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ !(function () { 'use strict'; @@ -813,11 +823,14 @@ }()); -/* ---------------------------------- - * TOGGLE v2.0.1 - * Licensed under The MIT License - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: toggles.js v2.0.1 + * http://goratchet.com/components#toggles + * ======================================================================== + Adapted from Brad Birdsall's swipe + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ !(function () { 'use strict'; diff --git a/docs/dist/js/ratchet.min.js b/docs/dist/js/ratchet.min.js index 70f3309..f7d1424 100644 --- a/docs/dist/js/ratchet.min.js +++ b/docs/dist/js/ratchet.min.js @@ -2,7 +2,7 @@ * ===================================================== * Ratchet v2.0.1 (http://goratchet.com) * Copyright 2014 Connor Sears - * Licensed under MIT. + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) * * v2.0.1 designed by @connors. * ===================================================== diff --git a/js/modals.js b/js/modals.js index 66914fa..eb12a7c 100644 --- a/js/modals.js +++ b/js/modals.js @@ -1,8 +1,10 @@ -/* ---------------------------------- - * MODAL v2.0.1 - * Licensed under The MIT License - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: modals.js v2.0.1 + * http://goratchet.com/components#modals + * ======================================================================== + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ !(function () { 'use strict'; diff --git a/js/popovers.js b/js/popovers.js index e5a345c..eb0e33e 100644 --- a/js/popovers.js +++ b/js/popovers.js @@ -1,8 +1,10 @@ -/* ---------------------------------- - * POPOVER v2.0.1 - * Licensed under The MIT License - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: popovers.js v2.0.1 + * http://goratchet.com/components#popovers + * ======================================================================== + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ !(function () { 'use strict'; diff --git a/js/push.js b/js/push.js index ea635ee..1d0349a 100644 --- a/js/push.js +++ b/js/push.js @@ -1,9 +1,11 @@ -/* ---------------------------------- - * PUSH v2.0.1 - * Licensed under The MIT License - * inspired by chris's jquery.pjax.js - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: push.js v2.0.1 + * http://goratchet.com/components#push + * ======================================================================== + * inspired by @defunkt's jquery.pjax.js + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ /* global _gaq: true */ diff --git a/js/segmented-controllers.js b/js/segmented-controllers.js index e08c7c7..6432118 100644 --- a/js/segmented-controllers.js +++ b/js/segmented-controllers.js @@ -1,8 +1,10 @@ -/* ---------------------------------- - * Segmented controls v2.0.1 - * Licensed under The MIT License - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: segmented-controllers.js v2.0.1 + * http://goratchet.com/components#segmentedControls + * ======================================================================== + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ !(function () { 'use strict'; diff --git a/js/sliders.js b/js/sliders.js index 6e1f023..e4bc9a5 100644 --- a/js/sliders.js +++ b/js/sliders.js @@ -1,9 +1,11 @@ -/* ---------------------------------- - * SLIDER v2.0.1 - * Licensed under The MIT License - * Adapted from Brad Birdsall's swipe - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: sliders.js v2.0.1 + * http://goratchet.com/components#sliders + * ======================================================================== + Adapted from Brad Birdsall's swipe + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ !(function () { 'use strict'; diff --git a/js/toggles.js b/js/toggles.js index f0b7efa..912b209 100644 --- a/js/toggles.js +++ b/js/toggles.js @@ -1,8 +1,11 @@ -/* ---------------------------------- - * TOGGLE v2.0.1 - * Licensed under The MIT License - * http://opensource.org/licenses/MIT - * ---------------------------------- */ +/* ======================================================================== + * Ratchet: toggles.js v2.0.1 + * http://goratchet.com/components#toggles + * ======================================================================== + Adapted from Brad Birdsall's swipe + * Copyright 2014 Connor Sears + * Licensed under MIT (https://github.com/twbs/ratchet/blob/master/LICENSE) + * ======================================================================== */ !(function () { 'use strict';