summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Gehring <juergen.gehring@bmw.de>2014-04-14 11:44:17 +0200
committerJuergen Gehring <juergen.gehring@bmw.de>2014-04-14 11:44:17 +0200
commit163161b6e965f8fdd41352aeccdb8d2c64aaadb8 (patch)
tree65d98afbb46c8b4e97be94aa57802451f74c6105
parent31531e88ab2358934e7f5dcdd14e1d5dd662627c (diff)
downloadgenivi-common-api-dbus-runtime-163161b6e965f8fdd41352aeccdb8d2c64aaadb8.tar.gz
License for pugixml added.
-rw-r--r--.gitignore4
-rw-r--r--LICENSE_pugixml23
2 files changed, 26 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 23ee12a..5c8eb8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,9 @@
/m4/libtool.m4
/m4/lt*.m4
+/DBusBroadcastTest
+/DBusFreedesktopPropertiesTest
+/DBusLoadTest
/DBusBenchmarkingTest
/DBusCommunicationTest
/DBusDaemonProxyTest
@@ -39,7 +42,6 @@
/DBusVariantOutputStreamTest
/DBusVariantTest
/DBusAddressTranslatorTest
-/.pydevproject
/DBusServiceRegistryTest
/DBusClientIdTest
/DBusConnectionTest
diff --git a/LICENSE_pugixml b/LICENSE_pugixml
new file mode 100644
index 0000000..796004f
--- /dev/null
+++ b/LICENSE_pugixml
@@ -0,0 +1,23 @@
+This license applies to src/pugiconfig.hpp, src/pugixml.cpp and src/pugixml.hpp:
+
+The MIT License (MIT)
+
+Copyright (c) 2006-2012 Arseny Kapoulkine
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE. \ No newline at end of file