summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2016-07-06 20:13:30 (GMT)
committerTobias Markmann <tm@ayena.de>2016-07-07 08:54:33 (GMT)
commite0f70342df1614034233938e894be51c2c787158 (patch)
treeb4e086704775e266fb3fba37c53620231cd0169e /Swift/QtUI/SConscript
parent3fa22716004703f05fc08c12726fadfd91da9d34 (diff)
downloadswift-e0f70342df1614034233938e894be51c2c787158.zip
swift-e0f70342df1614034233938e894be51c2c787158.tar.bz2
Split COPYING.thirdparty in contributions and dependencies
COPYING.thirdparty contains all authors that contributed to the project and the licenses of their contributions. COPYING.dependencies contains the external dependencies, including those in 3rdParty, and their licenses. Test-Information: Verified that about dialog in Swift still contains all licenses. Change-Id: I0b8eb51905e20bdfb609de159682ad90f2089c17
Diffstat (limited to 'Swift/QtUI/SConscript')
-rw-r--r--Swift/QtUI/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/SConscript b/Swift/QtUI/SConscript
index 3ff11a8..1ecdf4e 100644
--- a/Swift/QtUI/SConscript
+++ b/Swift/QtUI/SConscript
@@ -312,7 +312,7 @@ commonResources = {
}
myenv["TEXTFILESUFFIX"] = ""
-myenv.MyTextfile(target = "COPYING", source = [myenv.File("../../COPYING.gpl"), myenv.File("../../COPYING.thirdparty")], LINESEPARATOR = "\n\n========\n\n\n")
+myenv.MyTextfile(target = "COPYING", source = [myenv.File("../../COPYING.gpl"), myenv.File("../../COPYING.thirdparty"), myenv.File("../../COPYING.dependencies")], LINESEPARATOR = "\n\n========\n\n\n")
################################################################################
# Translation