summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build-lx.xml2
-rw-r--r--build-x64-gtk3.xml2
-rw-r--r--build-x64.xml2
-rw-r--r--build.xml2
4 files changed, 8 insertions, 0 deletions
diff --git a/build-lx.xml b/build-lx.xml
index c62b836b6..5bc10da39 100644
--- a/build-lx.xml
+++ b/build-lx.xml
@@ -435,6 +435,8 @@
<copy file="${build}/inkscape.dbg" todir="${dist}/bin"/>
<copy file="AUTHORS" todir="${dist}"/>
<copy file="COPYING" todir="${dist}"/>
+ <copy file="GPL2.txt" todir="${dist}"/>
+ <copy file="GPL3.txt" todir="${dist}"/>
<copy file="LGPL2.1.txt" todir="${dist}"/>
<copy file="NEWS" todir="${dist}"/>
<copy file="README" todir="${dist}"/>
diff --git a/build-x64-gtk3.xml b/build-x64-gtk3.xml
index edc15305f..c9f6db905 100644
--- a/build-x64-gtk3.xml
+++ b/build-x64-gtk3.xml
@@ -685,6 +685,8 @@
<!-- Create the distribution directory -->
<copy todir="${dist}" file="AUTHORS"/>
<copy todir="${dist}" file="COPYING"/>
+ <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"/>
diff --git a/build-x64.xml b/build-x64.xml
index 509d5bbb5..b83e5137e 100644
--- a/build-x64.xml
+++ b/build-x64.xml
@@ -671,6 +671,8 @@
<!-- Create the distribution directory -->
<copy todir="${dist}" file="AUTHORS"/>
<copy todir="${dist}" file="COPYING"/>
+ <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"/>
diff --git a/build.xml b/build.xml
index 186af2cde..0485365d3 100644
--- a/build.xml
+++ b/build.xml
@@ -652,6 +652,8 @@
<!-- Create the distribution directory -->
<copy todir="${dist}" file="AUTHORS"/>
<copy todir="${dist}" file="COPYING"/>
+ <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"/>