Skip to content
Snippets Groups Projects
Commit aa7cfc46 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

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.
parent 5568e613
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
Changes for U-Boot 1.1.4: Changes for U-Boot 1.1.4:
====================================================================== ======================================================================
* 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.
* Add support for Prodrive P3P440 board: * Add support for Prodrive P3P440 board:
- Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c - Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
- CFG_FLASH_QUIET_TEST added to use the common CFI driver - CFG_FLASH_QUIET_TEST added to use the common CFI driver
......
...@@ -2,10 +2,17 @@ ...@@ -2,10 +2,17 @@
applications that use U-Boot services by means of the jump table applications that use U-Boot services by means of the jump table
provided by U-Boot exactly for this purpose - this is merely provided by U-Boot exactly for this purpose - this is merely
considered normal use of U-Boot, and does *not* fall under the considered normal use of U-Boot, and does *not* fall under the
heading of "derived work". Also note that the GPL below is heading of "derived work".
copyrighted by the Free Software Foundation, but the instance of code
that it refers to (the U-Boot source code) is copyrighted by me and The header files "include/image.h" and "include/asm-*/u-boot.h"
others who actually wrote it. -- Wolfgang Denk define interfaces to U-Boot. Including these (unmodified) header
files in another file is considered normal use of U-Boot, and does
*not* fall under the heading of "derived work".
Also note that the GPL below is copyrighted by the Free Software
Foundation, but the instance of code that it refers to (the U-Boot
source code) is copyrighted by me and others who actually wrote it.
-- Wolfgang Denk
======================================================================= =======================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment