Repository: incubator-trafodion Updated Branches: refs/heads/master 24a3ddb96 -> 72b9ec456
[TRAFODION-1836] License info for win-odbc binary dist Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/5c904279 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/5c904279 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/5c904279 Branch: refs/heads/master Commit: 5c90427977e87d5d083bff4e9b9543d5edce89a3 Parents: fabfc80 Author: Steve Varnau <[email protected]> Authored: Mon Feb 29 22:35:43 2016 +0000 Committer: Steve Varnau <[email protected]> Committed: Mon Feb 29 22:35:43 2016 +0000 ---------------------------------------------------------------------- licenses/lic-clients-bin | 36 +++++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/5c904279/licenses/lic-clients-bin ---------------------------------------------------------------------- diff --git a/licenses/lic-clients-bin b/licenses/lic-clients-bin index 3e8f401..8e3b96a 100644 --- a/licenses/lic-clients-bin +++ b/licenses/lic-clients-bin @@ -1,7 +1,9 @@ =============================================================================== The binary distribution of Apache Trafodion bundles OpenSSL software. Specifically, -the Linux ODBC driver is statically linked with OpenSSL libraries. OpenSSL is -available under a BSD like license. (http://www.openssl.org/) +the Linux ODBC driver is statically linked with OpenSSL libraries. The Windows +ODBC driver (TFODBC64) also links in OpenSSL libraries. + +OpenSSL is available under a BSD like license. (http://www.openssl.org/) LICENSE ISSUES @@ -166,12 +168,32 @@ MIT like license. (http://site.icu-project.org/) +++++++++++++++++++++++++++++ -To Do: +The binary distribution of Apache Trafodion bundles zlib software. Specifically, +the Windows ODBC driver (TFODBC64) links in zlib libraries. Zlib is +available under the zlib/libpng license. + + zlib.h -- interface of the 'zlib' general purpose compression library + version 1.2.8, April 28th, 2013 + + Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: -Investigate and document third-pary licenses for SW bundled with binaries -for client component: + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. -win-odbc - TFODBC64-*.exe + Jean-loup Gailly Mark Adler + [email protected] [email protected] +++++++++++++++++++++++++++++
