From 4329a0a243472805ed2bf30522d79395ed1959ee Mon Sep 17 00:00:00 2001 From: Brian Stansberry Date: Tue, 17 Oct 2023 20:54:22 -0500 Subject: [PATCH] [Issue_466] Update license related content --- _data/projectfooter.yml | 2 +- _layouts/about.html | 2 +- _layouts/downloads.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/projectfooter.yml b/_data/projectfooter.yml index b08ab521..3ff37e41 100644 --- a/_data/projectfooter.yml +++ b/_data/projectfooter.yml @@ -1,4 +1,4 @@ -footer_text: "WildFly is open. All dependencies of this project are available under the LGPL 2.1 or compatible license.

This website was built with Jekyll is hosted on Github Pages and is completely open source. If you want to make it better, fork it and show us what you’ve got." +footer_text: "WildFly is fully open. All components are open source and follow a community-focused development process.

This website was built with Jekyll is hosted on Github Pages and is completely open source. If you want to make it better, fork it and show us what you’ve got." links: - title: Navigation diff --git a/_layouts/about.html b/_layouts/about.html index bf528bd7..dfee835a 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -17,6 +17,6 @@

SAVE RESOURCES WITH EFFICIENT MANAGEMENT

SAVE MONEY WITH OPEN SOURCE

-

WildFly is an open source community project sponsored by Red Hat(TM) and is available for use and distrubution under the LGPL v2.1 license meaning that it’s available for you to download and use at no cost. This allows organizations like yours to develop amazing new technologies and federates the tech world to allow successful startups to come from anywhere.

When your organization needs guaranteed stability and support, and is ready for the big-leagues you should check out the Red Hat Enterprise Application Platform (EAP). A no-cost license of Red Hat EAP is available for 1-year at no-cost for a non-production development environment.

+

WildFly is an open source community project sponsored by Red Hat. WildFly is fully open. All components are open source and follow a community-focused development process. This allows organizations like yours to develop amazing new technologies and federates the tech world to allow successful startups to come from anywhere.

When your organization needs guaranteed stability and support and is ready for the big-leagues, you should check out the Red Hat JBoss Enterprise Application Platform (EAP). A no-cost subscription to Red Hat JBoss EAP is available for 1-year at no-cost for a non-production development environment.

diff --git a/_layouts/downloads.html b/_layouts/downloads.html index aeb56b1d..f60548ae 100644 --- a/_layouts/downloads.html +++ b/_layouts/downloads.html @@ -30,7 +30,7 @@

{{releaseItem.name}} - {{releaseItem.licence}} + {% for releaseFormat in releaseItem.items %} {{releaseFormat.format}}{% if releaseFormat.checksum %} | {{releaseFormat.checksum}}{% endif %}