[Scummvm-cvs-logs] scummvm master -> 478fd0ed2957a766df2860c66fa476aa3665fc8f

wjp wjp at usecode.org
Sun Jun 24 18:20:52 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
478fd0ed29 CREATE_PROJECT: Clarify license on imported code


Commit: 478fd0ed2957a766df2860c66fa476aa3665fc8f
    https://github.com/scummvm/scummvm/commit/478fd0ed2957a766df2860c66fa476aa3665fc8f
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2012-06-24T09:19:26-07:00

Commit Message:
CREATE_PROJECT: Clarify license on imported code

License confirmed by personal email by littleboy.
This clarification was requested in bug #3527268.

Changed paths:
    devtools/create_project/xcode.cpp



diff --git a/devtools/create_project/xcode.cpp b/devtools/create_project/xcode.cpp
index 39470f4..9784bb0 100644
--- a/devtools/create_project/xcode.cpp
+++ b/devtools/create_project/xcode.cpp
@@ -871,7 +871,9 @@ std::string XCodeProvider::writeProperty(const std::string &variable, Property &
 std::string XCodeProvider::writeSetting(const std::string &variable, std::string value, std::string comment, int flags, int indent) const {
 	return writeSetting(variable, Setting(value, comment, flags, indent));
 }
-// Heavily modified (not in a good way) function, imported from QMake XCode project generator (licensed under the QT license)
+
+// Heavily modified (not in a good way) function, imported from the QMake
+// XCode project generator pbuilder_pbx.cpp, writeSettings() (under LGPL 2.1)
 std::string XCodeProvider::writeSetting(const std::string &variable, const Setting &setting) const {
 	std::string output;
 	const std::string quote = (setting.flags & SettingsNoQuote) ? "" : "\"";






More information about the Scummvm-git-logs mailing list