updating the header on all the js lib files

This commit is contained in:
connors 2014-03-31 15:14:14 -07:00
Родитель 1ca0e10b88
Коммит 61787e5259
26 изменённых файлов: 160 добавлений и 120 удалений

Просмотреть файл

@ -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' +

2
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.
* =====================================================

2
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.
* =====================================================

2
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.
* =====================================================

2
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.
* =====================================================

2
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.
* =====================================================

2
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.
* =====================================================

79
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';

2
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.
* =====================================================

Просмотреть файл

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

2
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.
* =====================================================

2
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.
* =====================================================

2
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.
* =====================================================

2
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.
* =====================================================

2
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.
* =====================================================

2
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.
* =====================================================

2
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.
* =====================================================

2
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.
* =====================================================

79
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';

2
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.
* =====================================================

Просмотреть файл

@ -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';

Просмотреть файл

@ -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';

Просмотреть файл

@ -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 */

Просмотреть файл

@ -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';

Просмотреть файл

@ -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';

Просмотреть файл

@ -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';