-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathlegal.html
14 lines (13 loc) · 1.17 KB
/
legal.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: "Legal"
permalink: "/legal/"
---
<section class="site-section">
<div class="site-section__content">
<h1 class="site-section__heading">Legal</h1>
<img src="{{ '/images/gplv3.svg' | relative_url }}" class="u-float-right" />
OpenRA is free software, licenced under the GPL3 license. This means that you are free to do (almost) whatever you wish, as long as you make the source code available for any binary releases you distribute. See the <a href="https://github.com/OpenRA/OpenRA/blob/bleed/COPYING">full GPL 3 licence</a> for more information.
<p>The original game assets are not covered by this license and remain property of Electronic Arts Inc. We provide asset packages based on the freeware releases of these games as a convenience to our players, which we believe falls under the spirit of the <a href="https://www.ea.com/games/command-and-conquer/command-and-conquer-remastered/modding-faq">Command & Conquer™ Franchise Modding Guidelines</a>.</p>
<p>Command & Conquer™ and Command & Conquer: Red Alert™ are trademarks or registered trademarks of Electronic Arts Inc. EA has not endorsed and does not support this product.</p>
</div>
</section>