diff --git a/templates/shared/repo/list.tmpl b/templates/shared/repo/list.tmpl
index 70c9531eb7..a41d5cc877 100644
--- a/templates/shared/repo/list.tmpl
+++ b/templates/shared/repo/list.tmpl
@@ -51,6 +51,12 @@
{{svg "octicon-git-branch" 16}}
{{CountFmt .NumForks}}
+ {{if and $.PageIsViewRepositories .LicenseType}}
+
+ {{svg "octicon-law" 16}}
+ {{.LicenseType}}
+
+ {{end}}
{{$description := .DescriptionHTML ctx}}