diff options
| author | 2014-04-11 16:19:39 -0400 | |
|---|---|---|
| committer | 2014-04-11 16:19:39 -0400 | |
| commit | 503e584ee1b057b16246538b6f5004da647113b5 (patch) | |
| tree | 705ecfc5c1edf292750c9e4a8811f3c2e26e7525 | |
| parent | Temporarily "fix" citra_qt for Windows (diff) | |
| download | yuzu-503e584ee1b057b16246538b6f5004da647113b5.tar.gz yuzu-503e584ee1b057b16246538b6f5004da647113b5.tar.xz yuzu-503e584ee1b057b16246538b6f5004da647113b5.zip | |
Fixed GPLv2 license issue
| -rw-r--r-- | src/citra_qt/qt-build.props | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/citra_qt/qt-build.props b/src/citra_qt/qt-build.props index c381f6bef..b6a5025fb 100644 --- a/src/citra_qt/qt-build.props +++ b/src/citra_qt/qt-build.props | |||
| @@ -1,4 +1,9 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- | ||
| 3 | Copyright 2010 Daher Alfawares | ||
| 4 | Licensed under GPLv2 | ||
| 5 | Refer to the license.txt file included. | ||
| 6 | --> | ||
| 2 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 7 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | <PropertyGroup | 8 | <PropertyGroup |
| 4 | Condition="'$(UICBeforeTargets)' == '' and '$(UICAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'"> | 9 | Condition="'$(UICBeforeTargets)' == '' and '$(UICAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'"> |
| @@ -53,4 +58,4 @@ | |||
| 53 | <ExecutionDescription>%(FileName).qrc</ExecutionDescription> | 58 | <ExecutionDescription>%(FileName).qrc</ExecutionDescription> |
| 54 | </QRC> | 59 | </QRC> |
| 55 | </ItemDefinitionGroup> | 60 | </ItemDefinitionGroup> |
| 56 | </Project> \ No newline at end of file | 61 | </Project> |