aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar bunnei <ericbunnie@gmail.com>2014-04-11 16:21:14 -0400
committerGravatar bunnei <ericbunnie@gmail.com>2014-04-11 16:21:14 -0400
commitec19c679d7ef17bea86f86f5e393331d6032ed5a (patch)
tree84f52d8f5057ef0130eba6879080c5acd8395ae6 /src
parent1c491d5c98ae7ff3bfdeb1fe896f8fe9d63bf914 (diff)
Fixed GPLv2 license issue
Doing this from work via GitHub - Sorry for not combining with previous commits
Diffstat (limited to 'src')
-rw-r--r--src/citra_qt/qt-build.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/citra_qt/qt-build.xml b/src/citra_qt/qt-build.xml
index 1bc84aa9..7a69f5a8 100644
--- a/src/citra_qt/qt-build.xml
+++ b/src/citra_qt/qt-build.xml
@@ -1,4 +1,9 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Copyright 2010 Daher Alfawares
+Licensed under GPLv2
+Refer to the license.txt file included.
+-->
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib" xmlns:transformCallback="Microsoft.Cpp.Dev10.ConvertPropertyCallback" xmlns:impl="clr-namespace:Microsoft.VisualStudio.Project.Contracts.Implementation;assembly=Microsoft.VisualStudio.Project.Contracts.Implementation">
<Rule
Name="UIC"
@@ -483,4 +488,4 @@
Name="QRC"
DisplayName="Qt Resource Compiler"
ItemType="QRC" />
-</ProjectSchemaDefinitions> \ No newline at end of file
+</ProjectSchemaDefinitions>