AdrianLlopart commited on
Commit
601decf
·
verified ·
1 Parent(s): a84e3bd

docs: email icon in footer, trim license section

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -595,7 +595,7 @@ openral benchmark report</code></pre>
595
 
596
  <!-- License -->
597
  <h2>License</h2>
598
- <p>Everything in this organization is <strong>Apache-2.0</strong>. The entire codebase — including the LLM reasoner, WAM adapters, dispatcher, and fleet orchestration — ships under the same permissive license. There is no commercial, source-available, or otherwise non-open tier.</p>
599
  <p>rSkill weights are governed by their own upstream licenses (Apache-2.0 / MIT / research-permissive / RLWRLD non-commercial). The loader surfaces each weight's posture at install time. This is third-party license lineage for models OpenRAL does not own; it does not affect the Apache-2.0 license of OpenRAL's own code.</p>
600
 
601
  <!-- Footer -->
@@ -603,7 +603,7 @@ openral benchmark report</code></pre>
603
  <a href="https://github.com/OpenRAL/openral">GitHub</a>
604
  <a href="https://openral.github.io/openral/">Docs</a>
605
  <a href="https://discord.gg/3paXT2bVyB">Discord</a>
606
- <a href="mailto:hello@openral.com">hello@openral.com</a>
607
  <span>Apache-2.0 · © OpenRAL contributors</span>
608
  </div>
609
 
 
595
 
596
  <!-- License -->
597
  <h2>License</h2>
598
+ <p>Everything in this organization is <strong>Apache-2.0</strong>. The entire codebase ships under the same permissive license.</p>
599
  <p>rSkill weights are governed by their own upstream licenses (Apache-2.0 / MIT / research-permissive / RLWRLD non-commercial). The loader surfaces each weight's posture at install time. This is third-party license lineage for models OpenRAL does not own; it does not affect the Apache-2.0 license of OpenRAL's own code.</p>
600
 
601
  <!-- Footer -->
 
603
  <a href="https://github.com/OpenRAL/openral">GitHub</a>
604
  <a href="https://openral.github.io/openral/">Docs</a>
605
  <a href="https://discord.gg/3paXT2bVyB">Discord</a>
606
+ <a href="mailto:hello@openral.com" title="hello@openral.com">✉</a>
607
  <span>Apache-2.0 · © OpenRAL contributors</span>
608
  </div>
609