Skip to content

Commit 6d98ed1

Browse files
authored
fix(chore): unified template headers
Some file headers were different/missing/copyPasted which this PR unifies. Otherwise the build process fails to inject the version number into the header as the regex inside the build script does not find the header
1 parent 247703a commit 6d98ed1

File tree

6 files changed

+16
-6
lines changed

6 files changed

+16
-6
lines changed

src/definitions/elements/emoji.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*!
2-
* # Fomantic UI - Emoji
2+
* # Fomantic-UI - Emoji
33
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*
66
* Released under the MIT license
7-
* https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md
7+
* https://opensource.org/licenses/MIT
88
*
99
*/
1010

src/definitions/elements/placeholder.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Fomantic-UI - Loader
2+
* # Fomantic-UI - Placeholder
33
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*

src/definitions/elements/text.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
*
66
* Released under the MIT license
7-
* https://github.com/fomantic/Fomantic-UI/blob/master/LICENSE.md
7+
* https://opensource.org/licenses/MIT
88
*
99
*/
1010

src/definitions/modules/embed.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Fomantic-UI - Video
2+
* # Fomantic-UI - Embed
33
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*

src/definitions/modules/progress.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Fomantic-UI - Progress Bar
2+
* # Fomantic-UI - Progress
33
* https://github.com/fomantic/Fomantic-UI/
44
*
55
*

src/definitions/modules/slider.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*!
2+
* # Fomantic-UI - Slider
3+
* https://github.com/fomantic/Fomantic-UI/
4+
*
5+
*
6+
* Released under the MIT license
7+
* https://opensource.org/licenses/MIT
8+
*
9+
*/
10+
111
/*******************************
212
Theme
313
*******************************/

0 commit comments

Comments
 (0)