From c45c4fc01a99d94fbe04f7238f1f5c9441e0826a Mon Sep 17 00:00:00 2001
From: Cassandra Gould van Praag <cassandra.gouldvanpraag@psych.ox.ac.uk>
Date: Thu, 21 Jul 2022 14:30:23 +0100
Subject: [PATCH] add bold to output type names

---
 docs/gitlab/repo-license.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/gitlab/repo-license.md b/docs/gitlab/repo-license.md
index f6e55ba9..ebc96b19 100644
--- a/docs/gitlab/repo-license.md
+++ b/docs/gitlab/repo-license.md
@@ -45,8 +45,8 @@ If your code builds on existing material, the originators of that material may h
 ## What license to choose
 
 We recommend the following licenses for diffferent types of work. These have been created with specific products in mind, hence licenses written for software might not be well suited to other creative works. 
-- Software: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0). This license requires attribution (be sure to include a 'Attribution' section in your README, or event better a CITATION.cff), and copyright notice to the University of Oxford. This licence does not restrict reuse to commercial or non-comercial applications. 
-- Data or creative works (for example, documentation): [CC-BY-4.0 license](https://creativecommons.org/licenses/by/4.0/). This enables others to reuse your work as long as they attribute you as the originator. This license also allows the University to retain copyright.  This licence does not restrict reuse to commercial or non-comercial applications. 
+- **Software**: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0). This license requires attribution (be sure to include a 'Attribution' section in your README, or event better a CITATION.cff), and copyright notice to the University of Oxford. This licence does not restrict reuse to commercial or non-comercial applications. 
+- **Data or other creative works** (for example documentation): [CC-BY-4.0 license](https://creativecommons.org/licenses/by/4.0/). This enables others to reuse your work as long as they attribute you as the originator. This license also allows the University to retain copyright.  This licence does not restrict reuse to commercial or non-comercial applications. 
 
 The University also has detailed [recommendations on open source licensing](https://researchsupport.admin.ox.ac.uk/reporting/openaccess#collapse393821). Please review these recommendations if you are unsure which license is appropriate.  
 
-- 
GitLab