diff options
Diffstat (limited to 'build-x64.xml')
| -rw-r--r-- | build-x64.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build-x64.xml b/build-x64.xml index 35373a5c9..b83e5137e 100644 --- a/build-x64.xml +++ b/build-x64.xml @@ -671,7 +671,9 @@ <!-- Create the distribution directory --> <copy todir="${dist}" file="AUTHORS"/> <copy todir="${dist}" file="COPYING"/> - <copy todir="${dist}" file="COPYING.LIB"/> + <copy todir="${dist}" file="GPL2.txt"/> + <copy todir="${dist}" file="GPL3.txt"/> + <copy todir="${dist}" file="LGPL2.1.txt"/> <copy todir="${dist}" file="NEWS"/> <copy todir="${dist}" file="README"/> <copy todir="${dist}" file="TRANSLATORS"/> |
