Browse Source

Update licenses in src

pull/1890/head
jlukic 10 years ago
parent
commit
121107fbf2
68 changed files with 216 additions and 203 deletions
  1. 8
      src/definitions/behaviors/api.js
  2. 6
      src/definitions/behaviors/colorize.js
  3. 8
      src/definitions/behaviors/form.js
  4. 8
      src/definitions/behaviors/state.js
  5. 8
      src/definitions/behaviors/visibility.js
  6. 8
      src/definitions/behaviors/visit.js
  7. 6
      src/definitions/collections/breadcrumb.less
  8. 6
      src/definitions/collections/form.less
  9. 6
      src/definitions/collections/grid.less
  10. 6
      src/definitions/collections/menu.less
  11. 6
      src/definitions/collections/message.less
  12. 6
      src/definitions/collections/table.less
  13. 6
      src/definitions/elements/button.less
  14. 6
      src/definitions/elements/divider.less
  15. 6
      src/definitions/elements/flag.less
  16. 6
      src/definitions/elements/header.less
  17. 6
      src/definitions/elements/icon.less
  18. 6
      src/definitions/elements/image.less
  19. 6
      src/definitions/elements/input.less
  20. 6
      src/definitions/elements/label.less
  21. 6
      src/definitions/elements/list.less
  22. 6
      src/definitions/elements/loader.less
  23. 6
      src/definitions/elements/rail.less
  24. 6
      src/definitions/elements/reveal.less
  25. 6
      src/definitions/elements/segment.less
  26. 6
      src/definitions/elements/step.less
  27. 6
      src/definitions/globals/reset.less
  28. 6
      src/definitions/globals/site.js
  29. 6
      src/definitions/globals/site.less
  30. 6
      src/definitions/modules/accordion.js
  31. 7
      src/definitions/modules/accordion.less
  32. 6
      src/definitions/modules/checkbox.js
  33. 6
      src/definitions/modules/checkbox.less
  34. 8
      src/definitions/modules/dimmer.js
  35. 6
      src/definitions/modules/dimmer.less
  36. 6
      src/definitions/modules/dropdown.js
  37. 6
      src/definitions/modules/dropdown.less
  38. 6
      src/definitions/modules/modal.js
  39. 6
      src/definitions/modules/modal.less
  40. 6
      src/definitions/modules/nag.js
  41. 6
      src/definitions/modules/nag.less
  42. 6
      src/definitions/modules/popup.js
  43. 6
      src/definitions/modules/popup.less
  44. 6
      src/definitions/modules/progress.js
  45. 6
      src/definitions/modules/progress.less
  46. 6
      src/definitions/modules/rating.js
  47. 6
      src/definitions/modules/rating.less
  48. 6
      src/definitions/modules/search.js
  49. 6
      src/definitions/modules/search.less
  50. 6
      src/definitions/modules/shape.js
  51. 6
      src/definitions/modules/shape.less
  52. 6
      src/definitions/modules/sidebar.js
  53. 6
      src/definitions/modules/sidebar.less
  54. 6
      src/definitions/modules/sticky.js
  55. 6
      src/definitions/modules/sticky.less
  56. 6
      src/definitions/modules/tab.js
  57. 6
      src/definitions/modules/tab.less
  58. 6
      src/definitions/modules/transition.js
  59. 6
      src/definitions/modules/transition.less
  60. 6
      src/definitions/modules/video.js
  61. 6
      src/definitions/modules/video.less
  62. 4
      src/definitions/views/ad.less
  63. 6
      src/definitions/views/card.less
  64. 6
      src/definitions/views/comment.less
  65. 6
      src/definitions/views/feed.less
  66. 6
      src/definitions/views/item.less
  67. 6
      src/definitions/views/statistic.less
  68. 6
      src/themes/default/elements/icon.overrides

8
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

6
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
*

8
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),

8
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),

8
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),

8
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)

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

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

6
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
*

6
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
*

8
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),

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

4
src/definitions/views/ad.less

@ -1,5 +1,5 @@
/*
* # Semantic - Ad
/*!
* # Semantic UI - Ad
* http://github.com/semantic-org/semantic-ui/
*
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

6
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
*

Loading…
Cancel
Save