From f53668881cdd06cdf84b02142246530120f61ab3 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 11 Dec 2023 13:05:16 +0100 Subject: [PATCH] Fix formatting/typos --- content/posts/multi-licensing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/posts/multi-licensing.md b/content/posts/multi-licensing.md index 18cf4a2..ce2950c 100644 --- a/content/posts/multi-licensing.md +++ b/content/posts/multi-licensing.md @@ -129,7 +129,7 @@ originally permissive code. The reason why you might want to use this approach instead of just relicensing and going pure copy-left is that you might eventually remove the copy-left chunk of code you used, and you could then go back to purely permissive license over your project again. However if you've changed to copy-left without dual-licensing, going back might be harder (see -[this post about relicensing]({{< ref "posts/changing-license" >}}). +[this post about relicensing]({{< ref "posts/changing-license" >}})). ### Drawbacks @@ -142,14 +142,14 @@ disadvantages too, mainly: ### Example projects -- MongoDB: MongoDB is a popular open-source database system that uses dual-licensing. Its Community Edition is released +- **MongoDB**: a popular open-source database system that uses dual-licensing. Its Community Edition is released under the GNU Affero General Public License (AGPL), while its Enterprise Edition is released under a proprietary license. This allows MongoDB to offer different features and support options to its users depending on their needs. -- Qt: Qt is a cross-platform application development framework that uses dual-licensing. Its Community Edition is +- **Qt**: a cross-platform application development framework that uses dual-licensing. Its Community Edition is released under the GNU Lesser General Public License (LGPL), while its Commercial Edition is released under a proprietary license. This allows Qt to offer additional features and support to its commercial users while still maintaining an open-source version. -- MySQL: MySQL is another popular open-source database system that uses dual-licensing. Its Community Edition is +- **MySQL**: another popular open-source database system that uses dual-licensing. Its Community Edition is released under the GNU General Public License (GPL), while its Commercial Edition is released under a proprietary license. This allows MySQL to offer additional features and support to its commercial users while still maintaining an open-source version that can be freely used and modified.