Skip to content

Commit aa7cfc4

Browse files
author
Wolfgang Denk
committed
Allow use of include/image.h and include/asm-*/u-boot.h in proprietary code.
The COPYING file was extended to make clear that these files can be used in non-GPL code, too.
1 parent 5568e61 commit aa7cfc4

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changes for U-Boot 1.1.4:
33
======================================================================
44

5+
* Allow use of include/image.h and include/asm-*/u-boot.h in proprietary code.
6+
The COPYING file was extended to make clear that these files can be
7+
used in non-GPL code, too.
8+
59
* Add support for Prodrive P3P440 board:
610
- Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
711
- CFG_FLASH_QUIET_TEST added to use the common CFI driver

COPYING

+11-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22
applications that use U-Boot services by means of the jump table
33
provided by U-Boot exactly for this purpose - this is merely
44
considered normal use of U-Boot, and does *not* fall under the
5-
heading of "derived work". Also note that the GPL below is
6-
copyrighted by the Free Software Foundation, but the instance of code
7-
that it refers to (the U-Boot source code) is copyrighted by me and
8-
others who actually wrote it. -- Wolfgang Denk
5+
heading of "derived work".
6+
7+
The header files "include/image.h" and "include/asm-*/u-boot.h"
8+
define interfaces to U-Boot. Including these (unmodified) header
9+
files in another file is considered normal use of U-Boot, and does
10+
*not* fall under the heading of "derived work".
11+
12+
Also note that the GPL below is copyrighted by the Free Software
13+
Foundation, but the instance of code that it refers to (the U-Boot
14+
source code) is copyrighted by me and others who actually wrote it.
15+
-- Wolfgang Denk
916

1017
=======================================================================
1118

0 commit comments

Comments
 (0)