diff --git a/gradint-build/README-license.txt b/gradint-build/README-license.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9a724eba75453e2ecd14bad122b5a986686b1456
--- /dev/null
+++ b/gradint-build/README-license.txt
@@ -0,0 +1,85 @@
+Licensing notes
+---------------
+
+As a GPL program, Gradint can include parts of other GPL programs.
+
+It is possible that many of these programs could be included anyway
+even if Gradint were not GPL, since they are optional and are run as
+system commands independently of the Gradint process: this seems to
+fit the "mere aggregation" clause of the GPL.  However, Gradint's use
+of eSpeak may be a 'borderline' case, as may be the Windows version's
+use of py2exe, so I feel the safest thing is to make Gradint GPL too.
+
+I could make a more liberally licensed version of the Gradint core
+code without the parts that drive eSpeak etc.  This liberally-licensed
+core code would then be includeable in the whole GPL version and also
+in other non-GPL projects.  To keep things simple, I have not made
+such a division by default (the Gradint GUI displays "GPL" because
+it's usually associated with eSpeak, and to save screen space I don't
+want to change that to "whole thing's GPL but some parts are Apache"),
+but contact me if you need me to make or approve a cut-down version of
+the code containing just the parts that don't have to be GPL, probably
+as a separate project.
+
+The GPL allows commercial use, and it does not allow the removal of
+any permissions it grants, including the permission for commercial
+use.  Therefore, it is NOT allowed to take a GPL program together with
+a program that's distributed under a "non-commercial use only" license
+and distribute the combined version, unless it falls under the GPL's
+provision of "mere aggregation".  (I could give special permission,
+but my permission would not be valid if the above "borderline" cases
+really do mean that Gradint must be GPL with no extra permissions.)
+
+The RISC OS distribution of Gradint includes PlayIt, which is licensed
+for non-commercial use only.  Since Gradint's use of PlayIt is
+optional, and it is run as an independent system command with a very
+simple command line (no complex exchange of data structures etc), I
+believe this should qualify as "mere aggregation".
+
+The Windows and Mac versions of Gradint include not only eSpeak but
+also some customised dictionary files, one of which contains
+pronunciation data derived from the OALD with a "non-commercial only"
+license.  Since eSpeak's dictionary is a user-customisable file loaded
+at runtime, and does not make up part of eSpeak's code proper, it is
+arguable that making a non-commercial download of eSpeak + OALD is
+"mere aggregation" allowed by the GPL.  However, there is also the
+issue that this modified dictionary was derived not only from the OALD
+but also from eSpeak's original data files, including en_rules which
+is explicitly GPL, so I would need special permission to combine this
+with OALD in a non-commercial binary (otherwise I would have to ship
+the files separately and have eSpeak combine them at runtime).
+Thankfully though, I do indeed have special permission, because I
+collaborated with eSpeak's original author Jonathan Duddington (to
+help improve eSpeak's English, Mandarin and Ancient Greek voices and
+port it to Mac and PocketPC), and he was happy for my pre-compiled
+"non-commercial only" combination to go into Gradint's downloads.
+
+This does however mean these Mac and Windows bundles cannot be
+upgraded to eSpeak-NG, since the special permission I received from
+Jonathan to make a "non-commercial" OALD-integrated download applies
+only to my use of his original eSpeak data: the eSpeak-NG contributors
+were not informed.  Anyway, my process for adding OALD entries to the
+eSpeak data has not been as thoroughly tested on recent versions of
+the eSpeak-NG data.  Gradint can however work with eSpeak-NG if you
+supply it separately, and it is possible that eSpeak-NG's improvements
+in its default data have reduced the need for OALD data anyway,
+although I'm still choosing to ship old-eSpeak plus OALD in my
+Mac and Windows 'bundle' downloads.
+
+windows/ contains a copy of ptts.exe extracted from Jampal from
+jampal.sourceforge.net with is GPL, and madplay.exe (I can't remember
+how I got this binary but I know madplay is GPL), and now LAME.
+
+qtplay is used by Gradint on OS X 10.4, which lacks afplay.
+We bundle qtplay with the Mac version, and it has a BSD-like license
+(see qtplay.copyright for details).
+
+Mac and Windows additionally ship SOX which is GPL.
+
+To save on server space, I have not included the source code to the
+third-party free software binaries I ship.  This is possible because
+I am performing an unmodified non-commercial distribution of binaries
+whose source is widely available and can easily be found on the
+Internet, which is something explicitly allowed by the GPL
+(GPLv2 section 3c, GPLv3 section 6d).  If anyone has difficulty
+obtaining source code for any of these binaries then please let me know.
diff --git a/gradint-build/README.txt b/gradint-build/README.txt
index f0f4160e34a5f23151ebf09f60e230945c2ca6fa..61a369f9468098e9f36179c51f3613691b91a04c 100644
--- a/gradint-build/README.txt
+++ b/gradint-build/README.txt
@@ -3,7 +3,8 @@ gradint build instructions
 
 See Makefile for what you can do.
 
-As a GPL program, gradint can include parts of other GPL programs.
+See README-license.txt for licensing notes (and for a note on why the
+Mac and Windows bundles cannot be upgraded to eSpeak-NG)
 
 You will need 7-Zip for making the Windows version
 (so you'll need to be running on x86 Linux or Cygwin).
@@ -12,9 +13,9 @@ windows/7zS.sfx is the stub for 7-zip self-extracting files
 updated versions still work with gradint's 7zip setup file).  7zip is LGPL.
 
 windows/gradint contains quite a few files that were output by compiling an
-earlier version of gradint on py2exe under python2.3 (both of which are GPL)
-on a Windows box.  Those files are: datetime.pyd _sre.pyd w9xpopen.exe
-winsound.pyd library.zip gradint-wrapper.exe python23.dll.  In order to
+earlier version of gradint on py2exe under python2.3 on a Windows box.
+Those files are: datetime.pyd _sre.pyd w9xpopen.exe winsound.pyd
+ibrary.zip gradint-wrapper.exe python23.dll.  In order to
 avoid having to use a Windows box with py2exe every time (and note py2exe
 with Python 2.5 requires Administrator access to the Windows system to
 install, so it's no good running that in an average university login
@@ -29,23 +30,20 @@ and using only the libraries provided in that library.zip file.  (It can
 attempt to import other libraries, but it must have a fall-back mechanism if
 they're not there, as they almost certainly won't be there on Windows.)
 
-windows/ also contains a copy of ptts.exe (extracted from Jampal from
-jampal.sourceforge.net with is GPL) and madplay.exe (I can't remember how I
-got this binary but I know madplay is GPL).
-
 The Windows setup will install to Program Files\gradint on Windows 9x and
 %HomePath%\gradint on later versions.  The start menu and desktop
 "shortcuts" are all batch-file hacks because I haven't made a "real" Windows
 %installer, but it should be OK on most systems.
 
-start-gradint.app contains the Mac files.  It has a binary of qtplay which
-is redistributable (see qtplay.copyright), and also a Finder script that
+start-gradint.app contains the Mac files.  It has a Finder script that
 starts gradint.py in a Terminal.
 
 (qtplay is compiled for PowerPC; Intel macs should automatically use the
 emulator.)
 
-riscos.zip contains a copy of !PlayIt (which is re-distributable) and a
+riscos.zip contains a copy of !PlayIt, which is re-distributable on a
+"no commercial use" license.  If that were combined with Gradint then 
+) and a
 compiled version of the Wenhua binary (which is GPL and related to gradint -
 see vocab.txt).  It's important not to re-create riscos.zip except by using
 a RISCOS-aware zip program (such as on RISC OS itself) otherwise the RISC OS