Skip to content

Commit b342231

Browse files
committed
recognise UNLICENSE/UNLICENCE .md/.txt/<empty> license files
1 parent 1cac4f3 commit b342231

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

styles/components/icons/mapping.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,12 @@
711711
.icon-partial("LICENCE.txt", "license", @yellow);
712712
.icon-partial("LICENSE.md", "license", @yellow);
713713
.icon-partial("LICENCE.md", "license", @yellow);
714+
.icon-partial("UNLICENSE", "license", @yellow);
715+
.icon-partial("UNLICENCE", "license", @yellow);
716+
.icon-partial("UNLICENSE.txt", "license", @yellow);
717+
.icon-partial("UNLICENCE.txt", "license", @yellow);
718+
.icon-partial("UNLICENSE.md", "license", @yellow);
719+
.icon-partial("UNLICENCE.md", "license", @yellow);
714720
.icon-partial("COPYING", "license", @yellow);
715721
.icon-partial("COPYING.txt", "license", @yellow);
716722
.icon-partial("COPYING.md", "license", @yellow);

0 commit comments

Comments
 (0)