diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-09-16 10:06:16 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-09-16 10:06:16 +1000 |
commit | eaf1909c5601fe510f5a51a6b4aef6c1d82121b4 (patch) | |
tree | 9796edb4567242131781373ff61f921b8ce46753 /3rdparty/yaffs2 | |
parent | 3ff91d0c3871c1630472565489b3beeb6af0fcc8 (diff) | |
download | uGFX-eaf1909c5601fe510f5a51a6b4aef6c1d82121b4.tar.gz uGFX-eaf1909c5601fe510f5a51a6b4aef6c1d82121b4.tar.bz2 uGFX-eaf1909c5601fe510f5a51a6b4aef6c1d82121b4.zip |
Readme for integration with yaffs2 (coming soon)
Diffstat (limited to '3rdparty/yaffs2')
-rw-r--r-- | 3rdparty/yaffs2/readme.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/3rdparty/yaffs2/readme.txt b/3rdparty/yaffs2/readme.txt new file mode 100644 index 00000000..f34bb5b3 --- /dev/null +++ b/3rdparty/yaffs2/readme.txt @@ -0,0 +1,28 @@ +Yaffs2 source code has not been included in this repository so that you are fully +aware of the license restrictions before using it with uGFX. + +Yaffs2 may be downloaded from http://www.yaffs.net + +This notice has been provided in collaboration with Aleph One - the owners of Yaffs2. +As such it represents an agreement of understanding between Aleph One and uGFX. + +Yaffs2 is distributed under the GPLv2 license. Specifically that means the following… +- You may publish the source code for your project including the yaffs2 and uGFX code + provided that you retain the respective licenses and copyrights in the header + of each source file. +- You may create a binary for your own personal use. +- You MUST NOT distribute a binary that you produce in any form (even in the ROM of + a device) that contains both yaffs2 and uGFX code as that will put you in + breach of either the GPL license or the uGFX license no matter what you do. + See http://ugfx.org/licensing for more details. +- Regardless of whether the project is commercial or non-commercial, you MUST NOT + even compile binaries for other people since that is considered "distribution". + You cannot even compile binaries for a friend, they must build it for themselves. + +If you want to distribute a binary that contains both yaffs2 and uGFX (even in the +ROM of a device) then you must obtain a commercial license of yaffs2 just as you must +obtain a commercial license for uGFX if you want to use it for commercial purposes. + +Just as uGFX provides special licenses for certain open hardware projects, Aleph One +may consider providing special licenses for various special purposes. Please contact +Aleph One at info@aleph1.co.uk for more information. |