summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlvin Penner <penner@vaxxine.com>2016-05-15 15:07:00 +0000
committerapenner <penner@vaxxine.com>2016-05-15 15:07:00 +0000
commit3af39402688bbb3c73b5e74161a3297cb4ccbe6f (patch)
tree6188fedef3008dd41c0ca63525bcaeca48565aba
parentGTK3: Fix compile for GTK3 versions less than 3.16. (diff)
downloadinkscape-3af39402688bbb3c73b5e74161a3297cb4ccbe6f.tar.gz
inkscape-3af39402688bbb3c73b5e74161a3297cb4ccbe6f.zip
modify build files for COPYING.LIB->LGPL2.1.txt, as per http://article.gmane.org/gmane.comp.graphics.inkscape.devel/48212
(bzr r14888)
-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, 4 insertions, 4 deletions
diff --git a/build-lx.xml b/build-lx.xml
index f00b4551e..c62b836b6 100644
--- a/build-lx.xml
+++ b/build-lx.xml
@@ -435,7 +435,7 @@
<copy file="${build}/inkscape.dbg" todir="${dist}/bin"/>
<copy file="AUTHORS" todir="${dist}"/>
<copy file="COPYING" todir="${dist}"/>
- <copy file="COPYING.LIB" todir="${dist}"/>
+ <copy file="LGPL2.1.txt" todir="${dist}"/>
<copy file="NEWS" todir="${dist}"/>
<copy file="README" todir="${dist}"/>
<copy file="TRANSLATORS" todir="${dist}"/>
diff --git a/build-x64-gtk3.xml b/build-x64-gtk3.xml
index ffea1a848..edc15305f 100644
--- a/build-x64-gtk3.xml
+++ b/build-x64-gtk3.xml
@@ -685,7 +685,7 @@
<!-- Create the distribution directory -->
<copy todir="${dist}" file="AUTHORS"/>
<copy todir="${dist}" file="COPYING"/>
- <copy todir="${dist}" file="COPYING.LIB"/>
+ <copy todir="${dist}" file="LGPL2.1.txt"/>
<copy todir="${dist}" file="NEWS"/>
<copy todir="${dist}" file="README"/>
<copy todir="${dist}" file="TRANSLATORS"/>
diff --git a/build-x64.xml b/build-x64.xml
index 35373a5c9..509d5bbb5 100644
--- a/build-x64.xml
+++ b/build-x64.xml
@@ -671,7 +671,7 @@
<!-- Create the distribution directory -->
<copy todir="${dist}" file="AUTHORS"/>
<copy todir="${dist}" file="COPYING"/>
- <copy todir="${dist}" file="COPYING.LIB"/>
+ <copy todir="${dist}" file="LGPL2.1.txt"/>
<copy todir="${dist}" file="NEWS"/>
<copy todir="${dist}" file="README"/>
<copy todir="${dist}" file="TRANSLATORS"/>
diff --git a/build.xml b/build.xml
index 498b2ecfc..186af2cde 100644
--- a/build.xml
+++ b/build.xml
@@ -652,7 +652,7 @@
<!-- Create the distribution directory -->
<copy todir="${dist}" file="AUTHORS"/>
<copy todir="${dist}" file="COPYING"/>
- <copy todir="${dist}" file="COPYING.LIB"/>
+ <copy todir="${dist}" file="LGPL2.1.txt"/>
<copy todir="${dist}" file="NEWS"/>
<copy todir="${dist}" file="README"/>
<copy todir="${dist}" file="TRANSLATORS"/>