You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% from "_macros/vf_tiered-list.jinja" import vf_tiered_list %}
4
+
5
+
{% block title %}FAQs - IPRights Policy - January 2024{% endblock %}
6
+
7
+
{% block meta_description %}
8
+
Embedded Linux development is easy and secure on Ubuntu. Choose an enterprise app store or use the global Snap Store for reliable IoT package management. Start your embedded Linux project today. Get Ubuntu on your board with hardware certification and enablement.
As per the <ahref="/legal/intellectual-property-policy">IPRights Policy</a>, Canonical owns and manages certain intellectual property rights in Ubuntu and other associated intellectual property (Canonical IP) and licenses the use of these rights to enterprises, individuals and members of the Ubuntu community in accordance with the IPRights Policy.
36
+
</p>
37
+
<p>
38
+
Our policy exists to ensure that when you receive something that claims to be Ubuntu, you can trust that it will work to the same standard, regardless of where you got it from. And people everywhere tell us they appreciate that - when they get Ubuntu on a cloud or as a VM, it works, and they can trust it.
39
+
</p>
40
+
</div>
41
+
{%- endif -%}
42
+
43
+
{%- if slot == 'list_item_title_1' -%}
44
+
<h3class="p-heading--5 faq-question">Can I publish a cloud VM image based on Ubuntu?</h3>
45
+
{%- endif -%}
46
+
47
+
{%- if slot == 'list_item_description_1' -%}
48
+
<pclass="faq-answer">Yes, on AWS, Azure, Google, IBM, Oracle, and the others where we have a contract.</p>
49
+
{%- endif -%}
50
+
51
+
{%- if slot == 'list_item_title_2' -%}
52
+
<h3class="p-heading--5 faq-question">Can I install Ubuntu in my company for internal company use only for free?</h3>
53
+
{%- endif -%}
54
+
55
+
{%- if slot == 'list_item_description_2' -%}
56
+
<pclass="faq-answer">
57
+
Yes, you get free security updates on the "main" OS and packages for 5 years, you might want to consider an Ubuntu Pro subscription for wider and longer duration security coverage, or Support subscription for phone and email support.
58
+
</p>
59
+
{%- endif -%}
60
+
61
+
{%- if slot == 'list_item_title_3' -%}
62
+
<h3class="p-heading--5 faq-question">Can I redistribute Ubuntu?</h3>
63
+
{%- endif -%}
64
+
65
+
{%- if slot == 'list_item_description_3' -%}
66
+
<pclass="faq-answer">
67
+
Yes, you can mirror our installation images and archives as long as those are mirrored exactly and without modifications.
68
+
</p>
69
+
{%- endif -%}
70
+
71
+
{%- if slot == 'list_item_title_4' -%}
72
+
<h3class="p-heading--5 faq-question">Can I preinstall Ubuntu on hardware that I sell?</h3>
73
+
{%- endif -%}
74
+
75
+
{%- if slot == 'list_item_description_4' -%}
76
+
<pclass="faq-answer">
77
+
You can include unmodified Ubuntu installation media "in the box" [see redistribution above] but you cannot preinstall Ubuntu and ship the resulting hardware without an agreement with Canonical; we have agreements for both certified and uncertified hardware preinstallation.
78
+
</p>
79
+
{%- endif -%}
80
+
81
+
{%- if slot == 'list_item_title_5' -%}
82
+
<h3class="p-heading--5 faq-question">What is a modification?</h3>
83
+
{%- endif -%}
84
+
85
+
{%- if slot == 'list_item_description_5' -%}
86
+
<pclass="faq-answer">
87
+
There are many examples of what might be a modification to Ubuntu, including modifying or replacing the kernel, removing or adding packages, theme changes and pre-installation. Ubuntu is available to download in the form of an ISO installation image with DEB files. If a customer was to distribute the unmodified ISO installation image in the same format on a CD or server, this would be unmodified Ubuntu.
0 commit comments