From ea4a90620ef688a17652117ef554f58bb94e537d Mon Sep 17 00:00:00 2001 From: heldev Date: Thu, 3 Oct 2019 18:42:17 -0400 Subject: [PATCH] Mark WebSphere Liberty as commercial It's a commercial product https://www.ibm.com/cloud/websphere-liberty/pricing based on https://openliberty.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2319c67..71e56ad 100644 --- a/README.md +++ b/README.md @@ -902,7 +902,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Apache TomEE](https://tomee.apache.org) - Tomcat plus Java EE. - [Jetty](https://www.eclipse.org/jetty) - Provides a Web server and javax.servlet container, plus support for HTTP/2, WebSocket, OSGi, JMX, JNDI, JAAS and many other integrations. - [nanohttpd](https://github.com/NanoHttpd/nanohttpd) - Tiny, easily embeddable HTTP server. -- [WebSphere Liberty](https://developer.ibm.com/wasdev) - Lightweight, modular server developed by IBM. (GPL-2.0-only) +- [WebSphere Liberty ![c]](https://developer.ibm.com/wasdev) - Lightweight, modular server developed by IBM. (GPL-2.0-only) - [WildFly](http://www.wildfly.org) - Formerly known as JBoss and developed by Red Hat with extensive Java EE support. (LGPL-2.1-only) ### Template Engine