Difference between revisions of "Licensing FAQ"

From Ettus Knowledge Base
Jump to: navigation, search
("We are using the GPLv3-licensed version of UHD internally, but do not want to release our source code.")
Line 11: Line 11:
 
=== "We are using the GPLv3-licensed version of UHD internally, but do not want to release our source code." ===
 
=== "We are using the GPLv3-licensed version of UHD internally, but do not want to release our source code." ===
  
That's fine! The GPL only obligates source code release when you convey your software to an external party.
+
That's fine! The GPL only obligates sharing source code with an external party when they receive your application.
  
 
=== "We don't mind releasing our source code, but we need to make changes to UHD. Do we need the Alternative License?" ===
 
=== "We don't mind releasing our source code, but we need to make changes to UHD. Do we need the Alternative License?" ===

Revision as of 08:52, 9 February 2017

UHD and RFNoC are publicly offered under the GNU General Public License version 3 (GPLv3), and are also available under an alternative, less-restrictive license. For more details, please see the LICENSES PAGE ON ETTUS.COM.

This page contains some Frequently Asked Questions about these licenses. Please note that while we can provide guidance about our licensing model, you should make license decisions based on your own legal counsel.

Frequently Asked Questions

"Can I use the GPLv3-licensed version of UHD in my proprietary product?"

If you use the GPLv3-licensed version of UHD in your application, your application must then also be licensed under the GPLv3. If you want to create a proprietary product with Ettus Research HW / SW, you need to use the Alternative License, which was created specifically for this purpose.

"We are using the GPLv3-licensed version of UHD internally, but do not want to release our source code."

That's fine! The GPL only obligates sharing source code with an external party when they receive your application.

"We don't mind releasing our source code, but we need to make changes to UHD. Do we need the Alternative License?"

No, you do not need the Alternative License. The GPLv3-licensed version of UHD is perfect for this. It allows you to make changes to UHD as you wish, as long as you provide the source code for your "fork" of UHD to recipients of your application.