summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2016-02-26 16:06:51 (GMT)
committerTobias Markmann <tm@ayena.de>2016-02-26 16:06:51 (GMT)
commitc0c06da7375c6435022757c741a33a8b1d04bac5 (patch)
treea00f7f2bfd0b64a52a894bb67e4fb9c4c1d4b511
parent89074b9741e2413a70d14f0cab85da44a83e93bf (diff)
downloadswift-c0c06da7375c6435022757c741a33a8b1d04bac5.zip
swift-c0c06da7375c6435022757c741a33a8b1d04bac5.tar.bz2
Add Barun to COPYING.thirdparty
Test-Information: None. Change-Id: I1228bbd3bb75b3d692663b8eb8ea10258dceb8f3
-rw-r--r--COPYING.thirdparty1
1 files changed, 1 insertions, 0 deletions
diff --git a/COPYING.thirdparty b/COPYING.thirdparty
index 7d24df2..915e898 100644
--- a/COPYING.thirdparty
+++ b/COPYING.thirdparty
@@ -95,60 +95,61 @@ These projects contain some code contributed under the BSD License, under the fo
--- START OF BSD LICENSE
Copyright (c) 2011, Arnt Gulbrandsen
Copyright (c) 2011, Thilo Cestonaro
Copyright (c) 2011, Vlad Voicu
Copyright (c) 2011, Jan Kaluza
Copyright (c) 2011, Tobias Markmann
Copyright (c) 2011, Soren Dreijer
Copyright (c) 2012, Vitaly Takmazov
Copyright (c) 2012, Pavol Babincak
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Neither the name of their organizations nor the names of the contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--- END OF BSD LICENSE
--- START OF SIMPLIFIED BSD LICENSE
Copyright (c) 2012 Isode Limited, London, England.
Copyright (c) 2012 Yoann Blein.
Copyright (c) 2012 Mateusz Piekos.
Copyright (c) 2012 Catalin Badea.
Copyright (c) 2012 Maciej Niedzielski.
Copyright (c) 2015 Kim Alvefur.
Copyright (c) 2015 Tarun Gupta.
Copyright (c) 2015 Daniel Baczynski.
Copyright (c) 2015 Michael Vetter.
+Copyright (c) 2016 Barun Parruck.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WA RRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--- END OF SIMPLIFIED BSD LICENSE
Solaris builds compile Swiften/Network/SolarisNetworkEnvironment.cpp
which incorporates getifaddrs() code under the following license:
--- START OF SOLARIS getifaddrs() LICENSE
Copyright (c) 2006 WIDE Project. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the project nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.