From a07dedea97a166b329872a0a0cb334857dc2d47e Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Sun, 10 May 2009 01:05:25 +0200 Subject: [PATCH] Add docs/LICENSES.TXT which indicates where to find the toolchain sources, as well as the GPL/LGPL text files. Note: the prebuilt binary packages used by "make-release.sh" have been updated to include the COPYING and COPYING.LIB files. After this patch is commited, you should be able to run "make-release.sh" to re-generate release packages that contain docs/LICENSES.TXT as well as COPYING and COPYING.LIB --- ndk/docs/LICENSES.TXT | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ndk/docs/LICENSES.TXT diff --git a/ndk/docs/LICENSES.TXT b/ndk/docs/LICENSES.TXT new file mode 100644 index 000000000..0192dbfea --- /dev/null +++ b/ndk/docs/LICENSES.TXT @@ -0,0 +1,10 @@ +The content of the Android NDK is covered by various open-source licenses. +See the copyright disclaimers in each respective file for details. + +Note that the public Android NDK release packages also contain prebuilt binaries +for the compiler, linker, archiver, etc... The source code for the toolchain is +available at http://android.git.kernel.org/pub + +The prebuilt binaries are covered by either the GNU General Public License (GPL), +or the GNU Lesser General Public License (LGPL). For details, see the files +COPYING and COPYING.LIB under 'build/prebuilt//'