Commit aaee395b authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch '299330-limit-license-file-icon' into 'master'

Partially fix incorrect icons for non-standard license files

See merge request gitlab-org/gitlab!53207
parents aa27de34 74fa75ba
...@@ -402,14 +402,15 @@ const fileNameIcons = { ...@@ -402,14 +402,15 @@ const fileNameIcons = {
'gradle.properties': 'gradle', 'gradle.properties': 'gradle',
gradlew: 'gradle', gradlew: 'gradle',
'gradle-wrapper.properties': 'gradle', 'gradle-wrapper.properties': 'gradle',
license: 'certificate', COPYING: 'certificate',
'license.md': 'certificate', 'COPYING.LESSER': 'certificate',
'license.md.rendered': 'certificate', LICENSE: 'certificate',
'license.txt': 'certificate', LICENCE: 'certificate',
licence: 'certificate', 'LICENSE.md': 'certificate',
'licence.md': 'certificate', 'LICENCE.md': 'certificate',
'licence.md.rendered': 'certificate', 'LICENSE.txt': 'certificate',
'licence.txt': 'certificate', 'LICENCE.txt': 'certificate',
'.gitlab-license': 'certificate',
dockerfile: 'docker', dockerfile: 'docker',
'docker-compose.yml': 'docker', 'docker-compose.yml': 'docker',
'.mailmap': 'email', '.mailmap': 'email',
......
---
title: Partially fix incorrect icons for non-standard license files
merge_request: 53207
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment