From 121107fbf2865a89cf34efdd6befc6cbc14f04f9 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 27 Feb 2015 16:56:10 -0500 Subject: [PATCH] Update licenses in src --- src/definitions/behaviors/api.js | 8 +++++--- src/definitions/behaviors/colorize.js | 6 +++--- src/definitions/behaviors/form.js | 8 +++++--- src/definitions/behaviors/state.js | 8 +++++--- src/definitions/behaviors/visibility.js | 8 +++++--- src/definitions/behaviors/visit.js | 8 +++++--- src/definitions/collections/breadcrumb.less | 6 +++--- src/definitions/collections/form.less | 6 +++--- src/definitions/collections/grid.less | 6 +++--- src/definitions/collections/menu.less | 6 +++--- src/definitions/collections/message.less | 6 +++--- src/definitions/collections/table.less | 6 +++--- src/definitions/elements/button.less | 6 +++--- src/definitions/elements/divider.less | 6 +++--- src/definitions/elements/flag.less | 6 +++--- src/definitions/elements/header.less | 6 +++--- src/definitions/elements/icon.less | 6 +++--- src/definitions/elements/image.less | 6 +++--- src/definitions/elements/input.less | 6 +++--- src/definitions/elements/label.less | 6 +++--- src/definitions/elements/list.less | 6 +++--- src/definitions/elements/loader.less | 6 +++--- src/definitions/elements/rail.less | 6 +++--- src/definitions/elements/reveal.less | 6 +++--- src/definitions/elements/segment.less | 6 +++--- src/definitions/elements/step.less | 6 +++--- src/definitions/globals/reset.less | 6 +++--- src/definitions/globals/site.js | 6 +++--- src/definitions/globals/site.less | 6 +++--- src/definitions/modules/accordion.js | 6 +++--- src/definitions/modules/accordion.less | 7 ++++--- src/definitions/modules/checkbox.js | 6 +++--- src/definitions/modules/checkbox.less | 6 +++--- src/definitions/modules/dimmer.js | 8 +++++--- src/definitions/modules/dimmer.less | 6 +++--- src/definitions/modules/dropdown.js | 6 +++--- src/definitions/modules/dropdown.less | 6 +++--- src/definitions/modules/modal.js | 6 +++--- src/definitions/modules/modal.less | 6 +++--- src/definitions/modules/nag.js | 6 +++--- src/definitions/modules/nag.less | 6 +++--- src/definitions/modules/popup.js | 6 +++--- src/definitions/modules/popup.less | 6 +++--- src/definitions/modules/progress.js | 6 +++--- src/definitions/modules/progress.less | 6 +++--- src/definitions/modules/rating.js | 6 +++--- src/definitions/modules/rating.less | 6 +++--- src/definitions/modules/search.js | 6 +++--- src/definitions/modules/search.less | 6 +++--- src/definitions/modules/shape.js | 6 +++--- src/definitions/modules/shape.less | 6 +++--- src/definitions/modules/sidebar.js | 6 +++--- src/definitions/modules/sidebar.less | 6 +++--- src/definitions/modules/sticky.js | 6 +++--- src/definitions/modules/sticky.less | 6 +++--- src/definitions/modules/tab.js | 6 +++--- src/definitions/modules/tab.less | 6 +++--- src/definitions/modules/transition.js | 6 +++--- src/definitions/modules/transition.less | 6 +++--- src/definitions/modules/video.js | 6 +++--- src/definitions/modules/video.less | 6 +++--- src/definitions/views/ad.less | 4 ++-- src/definitions/views/card.less | 6 +++--- src/definitions/views/comment.less | 6 +++--- src/definitions/views/feed.less | 6 +++--- src/definitions/views/item.less | 6 +++--- src/definitions/views/statistic.less | 6 +++--- src/themes/default/elements/icon.overrides | 6 +++--- 68 files changed, 216 insertions(+), 203 deletions(-) diff --git a/src/definitions/behaviors/api.js b/src/definitions/behaviors/api.js index 53e3df208..4d1916622 100644 --- a/src/definitions/behaviors/api.js +++ b/src/definitions/behaviors/api.js @@ -1,9 +1,9 @@ -/* - * # Semantic - API +/*! + * # Semantic UI - API * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * @@ -11,6 +11,8 @@ ;(function ( $, window, document, undefined ) { +"use strict"; + $.api = $.fn.api = function(parameters) { var diff --git a/src/definitions/behaviors/colorize.js b/src/definitions/behaviors/colorize.js index 47832097b..68cbc3adb 100644 --- a/src/definitions/behaviors/colorize.js +++ b/src/definitions/behaviors/colorize.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Colorize +/*! + * # Semantic UI - Colorize * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/behaviors/form.js b/src/definitions/behaviors/form.js index 81d05bcc3..81806e535 100644 --- a/src/definitions/behaviors/form.js +++ b/src/definitions/behaviors/form.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Form Validation +/*! + * # Semantic UI - Form Validation * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * @@ -11,6 +11,8 @@ ;(function ( $, window, document, undefined ) { +"use strict"; + $.fn.form = function(fields, parameters) { var $allModules = $(this), diff --git a/src/definitions/behaviors/state.js b/src/definitions/behaviors/state.js index ecca2a306..b226b9186 100644 --- a/src/definitions/behaviors/state.js +++ b/src/definitions/behaviors/state.js @@ -1,9 +1,9 @@ -/* - * # Semantic - State +/*! + * # Semantic UI - State * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * @@ -11,6 +11,8 @@ ;(function ( $, window, document, undefined ) { +"use strict"; + $.fn.state = function(parameters) { var $allModules = $(this), diff --git a/src/definitions/behaviors/visibility.js b/src/definitions/behaviors/visibility.js index 85362fc6c..b176b2b9d 100644 --- a/src/definitions/behaviors/visibility.js +++ b/src/definitions/behaviors/visibility.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Visibility +/*! + * # Semantic UI - Visibility * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * @@ -11,6 +11,8 @@ ;(function ( $, window, document, undefined ) { +"use strict"; + $.fn.visibility = function(parameters) { var $allModules = $(this), diff --git a/src/definitions/behaviors/visit.js b/src/definitions/behaviors/visit.js index e0a057354..4ebc9cae4 100644 --- a/src/definitions/behaviors/visit.js +++ b/src/definitions/behaviors/visit.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Visit +/*! + * # Semantic UI - Visit * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * @@ -11,6 +11,8 @@ ;(function ($, window, document, undefined) { +"use strict"; + $.visit = $.fn.visit = function(parameters) { var $allModules = $.isFunction(this) diff --git a/src/definitions/collections/breadcrumb.less b/src/definitions/collections/breadcrumb.less index 7da825a26..babc15d0f 100755 --- a/src/definitions/collections/breadcrumb.less +++ b/src/definitions/collections/breadcrumb.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Breadcrumb +/*! + * # Semantic UI - Breadcrumb * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/collections/form.less b/src/definitions/collections/form.less index 65930aab5..cd4f978a5 100755 --- a/src/definitions/collections/form.less +++ b/src/definitions/collections/form.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Form +/*! + * # Semantic UI - Form * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/collections/grid.less b/src/definitions/collections/grid.less index 37db369ac..6f7ecd406 100755 --- a/src/definitions/collections/grid.less +++ b/src/definitions/collections/grid.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Grid +/*! + * # Semantic UI - Grid * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/collections/menu.less b/src/definitions/collections/menu.less index d86367f5a..576ee0b87 100755 --- a/src/definitions/collections/menu.less +++ b/src/definitions/collections/menu.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Menu +/*! + * # Semantic UI - Menu * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/collections/message.less b/src/definitions/collections/message.less index 84df021e9..b7129ad17 100755 --- a/src/definitions/collections/message.less +++ b/src/definitions/collections/message.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Message +/*! + * # Semantic UI - Message * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/collections/table.less b/src/definitions/collections/table.less index 6d8c766be..381601c3f 100755 --- a/src/definitions/collections/table.less +++ b/src/definitions/collections/table.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Table +/*! + * # Semantic UI - Table * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/elements/button.less b/src/definitions/elements/button.less index f67ccc708..3008ba2d5 100755 --- a/src/definitions/elements/button.less +++ b/src/definitions/elements/button.less @@ -1,9 +1,9 @@ - /* - * # Semantic - Button +/*! + * # Semantic UI - Button * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributors + * Copyright 2014 Contributorss * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/elements/divider.less b/src/definitions/elements/divider.less index a8a4b4c25..c32e9ffbd 100755 --- a/src/definitions/elements/divider.less +++ b/src/definitions/elements/divider.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Divider +/*! + * # Semantic UI - Divider * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/elements/flag.less b/src/definitions/elements/flag.less index f5d1391ee..c1377ac32 100755 --- a/src/definitions/elements/flag.less +++ b/src/definitions/elements/flag.less @@ -1,9 +1,9 @@ - /* - * # Semantic - Flag +/*! + * # Semantic UI - Flag * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/elements/header.less b/src/definitions/elements/header.less index 66b1b16b4..253831426 100755 --- a/src/definitions/elements/header.less +++ b/src/definitions/elements/header.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Header +/*! + * # Semantic UI - Header * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/elements/icon.less b/src/definitions/elements/icon.less index 16d5a4f0a..d920329c4 100755 --- a/src/definitions/elements/icon.less +++ b/src/definitions/elements/icon.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Icon +/*! + * # Semantic UI - Icon * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/elements/image.less b/src/definitions/elements/image.less index 9d1352329..73830eb19 100755 --- a/src/definitions/elements/image.less +++ b/src/definitions/elements/image.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Image +/*! + * # Semantic UI - Image * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/elements/input.less b/src/definitions/elements/input.less index 85f994f80..3d35ac6c2 100755 --- a/src/definitions/elements/input.less +++ b/src/definitions/elements/input.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Input +/*! + * # Semantic UI - Input * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/elements/label.less b/src/definitions/elements/label.less index aa1c9fbe4..bb87c4e44 100755 --- a/src/definitions/elements/label.less +++ b/src/definitions/elements/label.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Label +/*! + * # Semantic UI - Label * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/elements/list.less b/src/definitions/elements/list.less index 317aa0e87..66cc0e173 100755 --- a/src/definitions/elements/list.less +++ b/src/definitions/elements/list.less @@ -1,9 +1,9 @@ - /* - * # Semantic - List +/*! + * # Semantic UI - List * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributors + * Copyright 2014 Contributorss * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/elements/loader.less b/src/definitions/elements/loader.less index 615247e80..01a06ca09 100755 --- a/src/definitions/elements/loader.less +++ b/src/definitions/elements/loader.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Loader +/*! + * # Semantic UI - Loader * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/elements/rail.less b/src/definitions/elements/rail.less index 9524043dd..f738e6607 100755 --- a/src/definitions/elements/rail.less +++ b/src/definitions/elements/rail.less @@ -1,9 +1,9 @@ - /* - * # Semantic - Rail +/*! + * # Semantic UI - Rail * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/elements/reveal.less b/src/definitions/elements/reveal.less index 0028d07c4..a573def44 100755 --- a/src/definitions/elements/reveal.less +++ b/src/definitions/elements/reveal.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Reveal +/*! + * # Semantic UI - Reveal * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/elements/segment.less b/src/definitions/elements/segment.less index a782251bc..52f0e9407 100755 --- a/src/definitions/elements/segment.less +++ b/src/definitions/elements/segment.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Segment +/*! + * # Semantic UI - Segment * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/elements/step.less b/src/definitions/elements/step.less index 3ed993eb9..270f607e8 100755 --- a/src/definitions/elements/step.less +++ b/src/definitions/elements/step.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Step +/*! + * # Semantic UI - Step * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/globals/reset.less b/src/definitions/globals/reset.less index 2dfea8b05..3517e6b71 100755 --- a/src/definitions/globals/reset.less +++ b/src/definitions/globals/reset.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Reset +/*! + * # Semantic UI - Reset * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/globals/site.js b/src/definitions/globals/site.js index 85c51a275..2b4ff213f 100644 --- a/src/definitions/globals/site.js +++ b/src/definitions/globals/site.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Site +/*! + * # Semantic UI - Site * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/globals/site.less b/src/definitions/globals/site.less index e8e983100..0eef55c2f 100755 --- a/src/definitions/globals/site.less +++ b/src/definitions/globals/site.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Site +/*! + * # Semantic UI - Site * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/accordion.js b/src/definitions/modules/accordion.js index d9651225b..c16ca9f7d 100644 --- a/src/definitions/modules/accordion.js +++ b/src/definitions/modules/accordion.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Accordion +/*! + * # Semantic UI - Accordion * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/accordion.less b/src/definitions/modules/accordion.less index 4b91e5784..50b9e5c6e 100755 --- a/src/definitions/modules/accordion.less +++ b/src/definitions/modules/accordion.less @@ -1,13 +1,14 @@ -/* - * # Semantic - Accordion +/*! + * # Semantic UI - Accordion * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * */ + /******************************* Theme *******************************/ diff --git a/src/definitions/modules/checkbox.js b/src/definitions/modules/checkbox.js index a01823ebe..b5f2b11d3 100644 --- a/src/definitions/modules/checkbox.js +++ b/src/definitions/modules/checkbox.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Checkbox +/*! + * # Semantic UI - Checkbox * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/checkbox.less b/src/definitions/modules/checkbox.less index 5fd1a5276..4540b945c 100755 --- a/src/definitions/modules/checkbox.less +++ b/src/definitions/modules/checkbox.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Checkbox +/*! + * # Semantic UI - Checkbox * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/dimmer.js b/src/definitions/modules/dimmer.js index 24de39c11..7b2afd1eb 100644 --- a/src/definitions/modules/dimmer.js +++ b/src/definitions/modules/dimmer.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Dimmer +/*! + * # Semantic UI - Dimmer * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * @@ -11,6 +11,8 @@ ;(function ( $, window, document, undefined ) { +"use strict"; + $.fn.dimmer = function(parameters) { var $allModules = $(this), diff --git a/src/definitions/modules/dimmer.less b/src/definitions/modules/dimmer.less index aa0542415..c5f50bd89 100755 --- a/src/definitions/modules/dimmer.less +++ b/src/definitions/modules/dimmer.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Dimmer +/*! + * # Semantic UI - Dimmer * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/dropdown.js b/src/definitions/modules/dropdown.js index 6c747164b..38e6d4e8d 100644 --- a/src/definitions/modules/dropdown.js +++ b/src/definitions/modules/dropdown.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Dropdown +/*! + * # Semantic UI - Dropdown * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/dropdown.less b/src/definitions/modules/dropdown.less index 2585dd485..c138807bb 100755 --- a/src/definitions/modules/dropdown.less +++ b/src/definitions/modules/dropdown.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Dropdown +/*! + * # Semantic UI - Dropdown * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/modal.js b/src/definitions/modules/modal.js index ebd5fdc83..0ec6183a2 100644 --- a/src/definitions/modules/modal.js +++ b/src/definitions/modules/modal.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Modal +/*! + * # Semantic UI - Modal * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/modal.less b/src/definitions/modules/modal.less index 29f10960d..cce861ed6 100755 --- a/src/definitions/modules/modal.less +++ b/src/definitions/modules/modal.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Modal +/*! + * # Semantic UI - Modal * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/nag.js b/src/definitions/modules/nag.js index d0c5683a1..30119d296 100644 --- a/src/definitions/modules/nag.js +++ b/src/definitions/modules/nag.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Nag +/*! + * # Semantic UI - Nag * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/nag.less b/src/definitions/modules/nag.less index 7abcdf18b..4ebd4a31a 100755 --- a/src/definitions/modules/nag.less +++ b/src/definitions/modules/nag.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Nag +/*! + * # Semantic UI - Nag * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/popup.js b/src/definitions/modules/popup.js index 436040847..979385ed6 100644 --- a/src/definitions/modules/popup.js +++ b/src/definitions/modules/popup.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Popup +/*! + * # Semantic UI - Popup * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/popup.less b/src/definitions/modules/popup.less index e3ab71ee7..f9f20f82d 100755 --- a/src/definitions/modules/popup.less +++ b/src/definitions/modules/popup.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Popup +/*! + * # Semantic UI - Popup * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/progress.js b/src/definitions/modules/progress.js index d9405c4ce..6b99733dc 100644 --- a/src/definitions/modules/progress.js +++ b/src/definitions/modules/progress.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Progress +/*! + * # Semantic UI - Progress * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/progress.less b/src/definitions/modules/progress.less index e92570bfa..0ac3fa21d 100755 --- a/src/definitions/modules/progress.less +++ b/src/definitions/modules/progress.less @@ -1,9 +1,9 @@ - /* - * # Semantic - Progress Bar +/*! + * # Semantic UI - Progress Bar * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributors + * Copyright 2014 Contributorss * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/rating.js b/src/definitions/modules/rating.js index 542338e13..339b49752 100644 --- a/src/definitions/modules/rating.js +++ b/src/definitions/modules/rating.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Rating +/*! + * # Semantic UI - Rating * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/rating.less b/src/definitions/modules/rating.less index b50a71ade..19fee9543 100755 --- a/src/definitions/modules/rating.less +++ b/src/definitions/modules/rating.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Rating +/*! + * # Semantic UI - Rating * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/search.js b/src/definitions/modules/search.js index ce626a100..233ae7c02 100644 --- a/src/definitions/modules/search.js +++ b/src/definitions/modules/search.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Search +/*! + * # Semantic UI - Search * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/search.less b/src/definitions/modules/search.less index 2edad11ba..0fc485b2b 100755 --- a/src/definitions/modules/search.less +++ b/src/definitions/modules/search.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Search +/*! + * # Semantic UI - Search * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/shape.js b/src/definitions/modules/shape.js index b6d83336a..ee878a9a6 100644 --- a/src/definitions/modules/shape.js +++ b/src/definitions/modules/shape.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Shape +/*! + * # Semantic UI - Shape * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/shape.less b/src/definitions/modules/shape.less index 1810f60a6..28f62d3d5 100755 --- a/src/definitions/modules/shape.less +++ b/src/definitions/modules/shape.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Shape +/*! + * # Semantic UI - Shape * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/sidebar.js b/src/definitions/modules/sidebar.js index a420e3510..9b049d49e 100644 --- a/src/definitions/modules/sidebar.js +++ b/src/definitions/modules/sidebar.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Sidebar +/*! + * # Semantic UI - Sidebar * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/sidebar.less b/src/definitions/modules/sidebar.less index f1ab4bdbd..a98a13a5c 100755 --- a/src/definitions/modules/sidebar.less +++ b/src/definitions/modules/sidebar.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Sidebar +/*! + * # Semantic UI - Sidebar * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributors + * Copyright 2014 Contributorss * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/sticky.js b/src/definitions/modules/sticky.js index 78d6ba19c..5d3df6104 100644 --- a/src/definitions/modules/sticky.js +++ b/src/definitions/modules/sticky.js @@ -1,9 +1,9 @@ - /* - * # Semantic - Sticky +/*! + * # Semantic UI - Sticky * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributors + * Copyright 2014 Contributorss * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/sticky.less b/src/definitions/modules/sticky.less index 166a009b0..de1f1c63c 100755 --- a/src/definitions/modules/sticky.less +++ b/src/definitions/modules/sticky.less @@ -1,9 +1,9 @@ - /* - * # Semantic - Sticky +/*! + * # Semantic UI - Sticky * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/tab.js b/src/definitions/modules/tab.js index 56ad47b77..69bd68aef 100644 --- a/src/definitions/modules/tab.js +++ b/src/definitions/modules/tab.js @@ -1,9 +1,9 @@ - /* - * # Semantic - Tab +/*! + * # Semantic UI - Tab * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributors + * Copyright 2014 Contributorss * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/tab.less b/src/definitions/modules/tab.less index 868ca1a96..fbad25048 100755 --- a/src/definitions/modules/tab.less +++ b/src/definitions/modules/tab.less @@ -1,9 +1,9 @@ -/* - * # Semantic - Tab +/*! + * # Semantic UI - Tab * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/transition.js b/src/definitions/modules/transition.js index 0c8e1beee..5f0f7089a 100644 --- a/src/definitions/modules/transition.js +++ b/src/definitions/modules/transition.js @@ -1,9 +1,9 @@ -/* - * # Semantic - Transition +/*! + * # Semantic UI - Transition * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/transition.less b/src/definitions/modules/transition.less index b866afd7b..6892dc373 100755 --- a/src/definitions/modules/transition.less +++ b/src/definitions/modules/transition.less @@ -1,9 +1,9 @@ - /* - * # Semantic - Transition +/*! + * # Semantic UI - Transition * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributors + * Copyright 2014 Contributorss * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/video.js b/src/definitions/modules/video.js index 1f57d3c6d..e768ce0f6 100644 --- a/src/definitions/modules/video.js +++ b/src/definitions/modules/video.js @@ -1,9 +1,9 @@ - /* - * # Semantic - Video +/*! + * # Semantic UI - Video * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributors + * Copyright 2014 Contributorss * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/modules/video.less b/src/definitions/modules/video.less index 856c90a5c..78d1eed52 100755 --- a/src/definitions/modules/video.less +++ b/src/definitions/modules/video.less @@ -1,9 +1,9 @@ - /* - * # Semantic - Video +/*! + * # Semantic UI - Video * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/views/ad.less b/src/definitions/views/ad.less index 486976f7b..8afa4dcaf 100644 --- a/src/definitions/views/ad.less +++ b/src/definitions/views/ad.less @@ -1,5 +1,5 @@ - /* - * # Semantic - Ad +/*! + * # Semantic UI - Ad * http://github.com/semantic-org/semantic-ui/ * * diff --git a/src/definitions/views/card.less b/src/definitions/views/card.less index 05119fa3a..50497745d 100755 --- a/src/definitions/views/card.less +++ b/src/definitions/views/card.less @@ -1,9 +1,9 @@ - /* - * # Semantic - Item +/*! + * # Semantic UI - Item * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributors + * Copyright 2014 Contributorss * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/views/comment.less b/src/definitions/views/comment.less index 588873ab8..75d8dbf47 100755 --- a/src/definitions/views/comment.less +++ b/src/definitions/views/comment.less @@ -1,9 +1,9 @@ - /* - * # Semantic - Comment +/*! + * # Semantic UI - Comment * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributors + * Copyright 2014 Contributorss * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/views/feed.less b/src/definitions/views/feed.less index 5fdd28d72..f47abf7be 100755 --- a/src/definitions/views/feed.less +++ b/src/definitions/views/feed.less @@ -1,9 +1,9 @@ - /* - * # Semantic - Feed +/*! + * # Semantic UI - Feed * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributors + * Copyright 2014 Contributorss * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/views/item.less b/src/definitions/views/item.less index f81bba2b5..f74018368 100755 --- a/src/definitions/views/item.less +++ b/src/definitions/views/item.less @@ -1,9 +1,9 @@ - /* - * # Semantic - Item +/*! + * # Semantic UI - Item * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributors + * Copyright 2014 Contributorss * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/definitions/views/statistic.less b/src/definitions/views/statistic.less index 06622ff27..88e6365fb 100755 --- a/src/definitions/views/statistic.less +++ b/src/definitions/views/statistic.less @@ -1,9 +1,9 @@ - /* - * # Semantic - Statistic +/*! + * # Semantic UI - Statistic * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributors + * Copyright 2014 Contributorss * Released under the MIT license * http://opensource.org/licenses/MIT * diff --git a/src/themes/default/elements/icon.overrides b/src/themes/default/elements/icon.overrides index febd31c4d..84d242652 100644 --- a/src/themes/default/elements/icon.overrides +++ b/src/themes/default/elements/icon.overrides @@ -1,9 +1,9 @@ -/* - * # Semantic - Icon +/*! + * # Semantic UI - Icon * http://github.com/semantic-org/semantic-ui/ * * - * Copyright 2014 Contributor + * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT *