@@ -134,11 +134,13 @@ Buildroot, with the name used in the manifest files:
134134 http://apache.org/licenses/LICENSE-2.0.html[
135135 Apache License, version 2.0];
136136
137+ [[legal-info-buildroot]]
137138=== Complying with the Buildroot license
138139
139140Buildroot itself is an open source software, released under the
140- http://www.gnu.org/licenses/old-licenses/gpl-2.0.html[GNU General Public
141- License, version 2] or (at your option) any later version.
141+ http://www.gnu.org/licenses/old-licenses/gpl-2.0.html[GNU General
142+ Public License, version 2] or (at your option) any later version, with
143+ the exception of the package patches detailed below.
142144However, being a build system, it is not normally part of the end product:
143145if you develop the root filesystem, kernel, bootloader or toolchain for a
144146device, the code of Buildroot is only present on the development machine, not
@@ -159,3 +161,14 @@ material that must be redistributed.
159161
160162Keep in mind that this is only the Buildroot developers' opinion, and you
161163should consult your legal department or lawyer in case of any doubt.
164+
165+ ==== Patches to packages
166+
167+ Buildroot also bundles patch files, which are applied to the sources
168+ of the various packages. Those patches are not covered by the license
169+ of Buildroot. Instead, they are covered by the license of the software
170+ to which the patches are applied. When said software is available
171+ under multiple licenses, the Buildroot patches are only provided under
172+ the publicly accessible licenses.
173+
174+ See xref:patch-policy[] for the technical details.
0 commit comments