From 5b2b9d9f3024016fc7daa9d204d7a336e0e2d125 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 25 Jan 2008 04:19:11 +0000 Subject: [PATCH] More README file updates svn: r8410 --- src/foreign/README | 4 ++++ src/foreign/gcc/README | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/foreign/README b/src/foreign/README index afe2292db7..f613717c0b 100644 --- a/src/foreign/README +++ b/src/foreign/README @@ -3,6 +3,10 @@ with extra files that are needed to configure it. Similarly, The `libffi_msvc' directory holds a copy of the libffi version from the CTypes project. +Note: libffi is maintained as part of the GCC code repository, but it +is still distributed under an LGPL-compatible license. CTypes is +under the MIT License. + ========== gcc directory ============================================= The directory is synced from the GCC repository, revision 131816. diff --git a/src/foreign/gcc/README b/src/foreign/gcc/README index 6fd3c9cb07..6770d98d0e 100644 --- a/src/foreign/gcc/README +++ b/src/foreign/gcc/README @@ -1,8 +1,6 @@ This directory is here only for configuring libffi which is distributed as part of GCC. It contains the minimal set of files that -make it possible to configure and build libffi. +make it possible to configure and build libffi, as well as recreate +its configure script. See the ../README file for more details. - -(Note: libffi is maintained as part of the GCC code repository, but it -is still distributed under the LGPL.)