|
FOSS
C/C++ libraries
ANTLR ( http://www.antlr.org/)
Project Name |
ANTLR |
License Type |
BSD |
DLL/SO |
Statically linked |
Klocwork Use |
C# engine |
Attribution |
Copyright (c) 2012 Terence Parr and Sam Harwell All rights reserved.
|
Apache Software Foundation ( http://www.apache.org/)
Project Name |
Apache Portable Runtime, version 1.5.4 |
License Type |
Apache License 2.0
|
DLL/SO |
Statically linked |
Klocwork Use |
utilities |
Attribution |
/*===========================================================
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
====================================================================
** This software consists of voluntary contributions made by many
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.*
* Portions of this software are based upon public domain software
* originally written at the National Center for Supercomputing
Applications,
* University of Illinois, Urbana-Champaign.
From file_io/unix/mktemp.c, strings/apr_strings.c,
include/apr_fnmatch.h, misc/unix/getopt.c:
/*
* Copyright (c) 1987, 1993, 1994
* The Regents of the University of California. 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. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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.
*/
From strings/apr_strnatcmp.c, include/apr_strings.h:
/*strnatcmp.c -- Perform 'natural order' comparisons of strings in C.
Copyright (C) 2000 by Martin Pool <mbp@humbug.org.au>
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:
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.
*/
From dso/aix/dso.c:
/*
* Based on libdl (dlfcn.c/dlfcn.h) which is
* Copyright (c) 1992,1993,1995,1996,1997,1988
* Jens-Uwe Mager, Helios Software GmbH, Hannover, Germany.
*
* Not derived from licensed software.
*
* Permission is granted to freely use, copy, modify, and redistribute
* this software, provided that the author is not construed to be liable
* for any results of using the software, alterations are clearly marked
* as such, and this notice is not modified.
*
* Changes marked with `--jwe' were made on April 7 1996 by
* John W. Eaton <jwe@bevo.che.wisc.edu> to support g++
*
* Bundled, stripped and adjusted on April 1998 as one single source file
* for inclusion into the Apache HTTP server by
* Ralf S. Engelschall <rse@apache.org>
*
* Added to APR by David Reid April 2000
*/
From network_io/unix/inet_ntop.c, network_io/unix/inet_pton.c:
/* Copyright (c) 1996 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
* ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
* CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
* SOFTWARE.
*/
*/From atomic/solaris_sparc/apr_atomic_sparc.s:!
* This code is based on the UltraSPARC atomics library by Mike Bennett!
* The Initial Developer of the Original Code is Mike Bennett,!
* mbennett@netcom.com, Copyright (C) 1999. All Rights Reserved.!
* This code is based on the sparc architecture Manual version 9!
* section J.11 (page 333)
From test/CuTest.c, test/CuTest.h:/*
* Copyright (c) 2002-2006 Asim Jalis*
* This library is released under the zlib/libpng license as described at
* http://www.opensource.org/licenses/zlib-license.html*
* Here is the statement of the license:*
* 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:*
* 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.
*/
|
Project Name |
Apache apr-iconv |
License Type |
APL
|
DLL/SO |
Unmodified source inclusion |
Klocwork Use |
utilities |
Attribution |
Copyright (c) 1999,2000 Konstantin Chuguev. All rights reserved.
Copyright (c) 2000, Boris Popov. 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. All advertising materials mentioning features or use of this software
must display the following acknowledgement:
This product includes software developed by Konstantin Chuguevand
and its contributors.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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.
|
Boost Software ( http://www.boost.org/)
Project Name |
Boost |
License Type |
Boost Software License |
DLL/SO |
Statically linked |
Klocwork Use |
utilities |
Attribution |
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:
The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.
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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
|
Clang/LLVM ( http://www.llvm.org/)
Project Name |
Clang/LLVM, version 4.0.0 |
License Type |
MIT |
DLL/SO |
Statically linked |
Klocwork Use |
C/C++ engine |
Attribution |
https://llvm.org/docs/DeveloperPolicy.html#copyright-license-and-patents
The runtime library components of LLVM (compiler_rt, libc++, and libclc)
are also licensed under the MIT License, which does not
contain the binary redistribution clause. As a user of these runtime libraries,
it means that you can choose to use the code under either license (and thus don’t
need the binary redistribution clause), and as a contributor to the code that you
agree that any contributions to these libraries be licensed under both licenses.
We feel that this is important for runtime libraries, because they are implicitly
linked into applications and therefore should not subject those applications to
the binary redistribution clause. This also means that it is ok to move
code from (e.g.) libc++ to the LLVM core without concern, but that code cannot
be moved from the LLVM core to libc++ without the copyright owner’s permission.
|
Expat ( http://www.libexpat.org/)
Project Name |
Expat XML Parser |
License Type |
MIT |
DLL/SO |
Statically linked |
Klocwork Use |
utilities, C/C++ engine, C# engine |
Attribution |
Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper
Copyright (c) 2001, 2002, 2003 Expat maintainers.
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.
|
Google ( https://developers.google.com/protocol-buffers/)
Project Name |
Protocol Buffers |
License Type |
BSD |
DLL/SO |
Statically linked |
Klocwork Use |
Network communication |
Attribution |
Copyright 2008, Google Inc.
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 Google Inc. nor the names of its
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
OWNER 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.
Code generated by the Protocol Buffer compiler is owned by the owner
of the input file used when generating it.
This code is not standalone and requires a support library to be linked
with it. This support library is itself covered by the above license.
|
Jansson ( http://www.digip.org/jansson/)
Project Name |
Jansson, version 2.10 |
License Type |
MIT License |
DLL/SO |
Statically linked |
Klocwork Use |
utilities |
Attribution |
Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
|
libcurl ( http://sourceforge.net/projects/curl/)
Project Name |
curl |
License Type |
MIT License |
DLL/SO |
libcurl.dll |
Klocwork Use |
Plug-in for Visual Studio |
Attribution |
Copyright (c) 1996 - 2015, Daniel Stenberg, daniel@haxx.se. All rights reserved.
|
OpenSSL ( https://www.openssl.org/)
Project Name |
OpenSSL |
License Type |
OpenSSL License |
DLL/SO |
Statically linked |
Klocwork Use |
C/C++ engine |
Attribution |
OpenSSL License
---------------
/* ====================================================================
* Copyright (c) 1998-2011 The OpenSSL 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. All advertising materials mentioning features or use of this
* software must display the following acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
*
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
* endorse or promote products derived from this software without
* prior written permission. For written permission, please contact
* openssl-core@openssl.org.
*
* 5. Products derived from this software may not be called "OpenSSL"
* nor may "OpenSSL" appear in their names without prior written
* permission of the OpenSSL Project.
*
* 6. Redistributions of any form whatsoever must retain the following
* acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
*
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
* EXPRESSED 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 OpenSSL PROJECT OR
* ITS 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.
* ====================================================================
*
* This product includes cryptographic software written by Eric Young
* (eay@cryptsoft.com). This product includes software written by Tim
* Hudson (tjh@cryptsoft.com).
*
*/
Original SSLeay License
-----------------------
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commercial use as long as
* the following conditions are aheared to. The following conditions
* apply to all code found in this distribution, be it the RC4, RSA,
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
* included with this distribution is covered by the same copyright terms
* except that the holder is Tim Hudson (tjh@cryptsoft.com).
*
* Copyright remains Eric Young's, and as such any Copyright notices in
* the code are not to be removed.
* If this package is used in a product, Eric Young should be given attribution
* as the author of the parts of the library used.
* This can be in the form of a textual message at program startup or
* in documentation (online or textual) provided with the package.
*
* 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 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. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* "This product includes cryptographic software written by
* Eric Young (eay@cryptsoft.com)"
* The word 'cryptographic' can be left out if the rouines from the library
* being used are not cryptographic related :-).
* 4. If you include any Windows specific code (or a derivative thereof) from
* the apps directory (application code) you must include an acknowledgement:
* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
*
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``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 AUTHOR 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.
*
* The licence and distribution terms for any publically available version or
* derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]
*/
|
PCRE ( http://www.pcre.org/)
Project Name |
Perl Compatible Regular Expressions |
License Type |
BSD |
DLL/SO |
Statically linked |
Klocwork Use |
utilities |
Attribution |
THE BASIC LIBRARY FUNCTIONS
---------------------------
Written by: Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
University of Cambridge Computing Service,
Cambridge, England.
Copyright (c) 1997-2015 University of Cambridge
All rights reserved.
PCRE2 JUST-IN-TIME COMPILATION SUPPORT
--------------------------------------
Written by: Zoltan Herczeg
Email local part: hzmester
Emain domain: freemail.hu
Copyright(c) 2010-2015 Zoltan Herczeg
All rights reserved.
STACK-LESS JUST-IN-TIME COMPILER
--------------------------------
Written by: Zoltan Herczeg
Email local part: hzmester
Emain domain: freemail.hu
Copyright(c) 2009-2015 Zoltan Herczeg
All rights reserved.
THE "BSD" LICENCE
-----------------
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 the University of Cambridge nor the name of Google
Inc. nor the names of their 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 OWNER 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.
|
Perforce ( http://www.perforce.com/)
RapidJSON ( https://github.com/miloyip/rapidjson)
Project Name |
RapidJSON |
License Type |
Modified MIT license |
DLL/SO |
Unmodified source inclusion |
Klocwork Use |
C/C++ engine |
Attribution |
Tencent is pleased to support the open source community by making RapidJSON available.
Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
If you have downloaded a copy of the RapidJSON binary from Tencent,
please note that the RapidJSON binary is licensed under the MIT License.
If you have downloaded a copy of the RapidJSON source code from Tencent,
please note that RapidJSON source code is licensed under the MIT License,
except for the third-party components listed below which are subject to
different license terms. Your integration of RapidJSON into your own projects
may require compliance with the MIT License, as well as the other licenses applicable
to the third-party components included within RapidJSON.
A copy of the MIT License is included in this file.
Other dependencies and licenses:
Open Source Software Licensed Under the BSD License:
--------------------------------------------------------------------
The msinttypes r29
Copyright (c) 2006-2013 Alexander Chemeris
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 copyright holder nor the names of its contributors may be
used to endorse or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS AND 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.
Open Source Software Licensed Under the JSON License:
--------------------------------------------------------------------
json.org
Copyright (c) 2002 JSON.org
All Rights Reserved.
JSON_checker
Copyright (c) 2002 JSON.org
All Rights Reserved.
Terms of the JSON License:
---------------------------------------------------
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 shall be used for Good, not Evil.
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.
Terms of the MIT License:
--------------------------------------------------------------------
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.
|
SharpSVN ( https://sharpsvn.open.collab.net/)
Project Name |
SharpSVN |
License Type |
APL |
DLL/SO |
SharpSvn.dll |
Klocwork Use |
Code Review |
Attribution |
Copyright (c) 2007-2012 The SharpSvn Project
|
Springbeats ( https://github.com/adanselm/pbRPCpp)
Project Name |
pbRPCpp |
License Type |
Boost Software License |
DLL/SO |
Modified source inclusion |
Klocwork Use |
utilities |
Attribution |
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and to prepare derivative works of the
Software, and to permit third-parties to whom the Software is furnished to
do so, all subject to the following:
The copyright notices in the Software and this entire statement, including
the above license grant, this restriction and the following disclaimer,
must be included in all copies of the Software, in whole or in part, and
all derivative works of the Software, unless such copies or derivative
works are solely in the form of machine-executable object code generated by
a source language processor.
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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
|
SQLite ( https://sharpsvn.open.collab.net/)
Project Name |
SQLite |
License Type |
SQLite License |
DLL/SO |
sqlite3.dll, libsqlite3.so |
Klocwork Use |
Database |
Attribution |
None required |
STLport Consulting ( http://www.stlport.org/)
Project Name |
STLport |
License Type |
STLport License |
DLL/SO |
stlport5.2.dll |
Klocwork Use |
utilities |
Attribution |
Copyright (c) 1994 Hewlett-Packard Company
Copyright (c) 1996-1999 Silicon Graphics Computer Systems, Inc.
Copyright (c) 1997 Moscow Center for SPARC Technology
Copyright (c) 1999-2003 Boris Fomitchev
|
Zlib ( http://www.zlib.net/)
Project Name |
zlib |
License Type |
zlib License |
DLL/SO |
Statically linked |
Klocwork Use |
utilities |
Attribution |
Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
|
Java libraries
ANTLR ( http://www.antlr.org/)
Project Name |
ANTLR 3 |
License Type |
BSD |
JAR |
antlr.jar |
Attribution |
Copyright (c) 2012 Terence Parr and Sam Harwell All rights reserved.
|
Apache Software Foundation ( http://www.apache.org/)
Project Name |
Apache Log4J |
License Type |
APL
|
JAR |
log4j.jar |
Attribution |
Apache log4j Copyright 2010 The Apache Software Foundation
This product includes software developed at The Apache Software Foundation
(http://www.apache.org/).
|
Project Name |
Apache BCEL |
License Type |
APL
|
JAR |
bcel.jar |
Attribution |
===========================================================================
NOTICE file corresponding to the section 4 d of the Apache License, Version 2.0,
in this case for the Apache Jakarta-BCEL distribution
=========================================================================
This product includes software developed
by The Apache Software Foundation
(http://www.apache.org/).
|
Project Name |
Apache ANT |
License Type |
APL
|
JAR |
ant.jar |
Attribution |
Apache Ant
Copyright 1999-2013 The Apache Software Foundation
The <sync> task is based on code Copyright (c) 2002,
Landmark Graphics Corp that has been kindly donated to the
Apache Software Foundation.
|
Project Name |
Apache Lucene |
License Type |
APL
|
JAR |
- lucene-analyzers-common-5.3.1.jar
- lucene-backward-codecs-5.3.1.jar
- lucene-core-4.10.4.jar
- lucene-core-5.3.1.jar
- lucene-highlighter-5.3.1.jar
- lucene-memory-5.3.1.jar
- lucene-queries-5.3.1.jar
- lucene-queryparser-5.3.1.jar
- lucene-sandbox-5.3.1.jar
|
Attribution |
Apache Lucene
Copyright 2013 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
Includes software from other Apache Software Foundation projects,
including, but not limited to:
- Apache Ant
- Apache Jakarta Regexp
- Apache Commons
- Apache Xerces
ICU4J, (under analysis/icu) is licensed under an MIT styles license
and Copyright (c) 1995-2008 International Business Machines Corporation and
others
Some data files (under analysis/icu/src/data) are derived from Unicode data
such
as the Unicode Character Database. See http://unicode.org/copyright.html for
more
details.
Brics Automaton (under core/src/java/org/apache/lucene/util/automaton) is
BSD-licensed, created by Anders Møller. See
http://www.brics.dk/automaton/
The levenshtein automata tables (under
core/src/java/org/apache/lucene/util/automaton) were
automatically generated with the moman/finenight FSA library, created by
Jean-Philippe Barrette-LaPierre. This library is available under an MIT
license,
see http://sites.google.com/site/rrettesite/moman and
http://bitbucket.org/jpbarrette/moman/overview/
The class org.apache.lucene.util.SorterTemplate was inspired by CGLIB's
class
with the same name. The implementation part is mainly done using
pre-existing
Lucene sorting code. In-place stable mergesort was borrowed from CGLIB,
which is Apache-licensed.
The class org.apache.lucene.util.WeakIdentityMap was derived from
the Apache CXF project and is Apache License 2.0.
The Google Code Prettify is Apache License 2.0.
See http://code.google.com/p/google-code-prettify/
JUnit (junit-4.10) is licensed under the Common Public License v. 1.0
See http://junit.sourceforge.net/cpl-v10.html
This product includes code (JaspellTernarySearchTrie) from Java Spelling
Checkin
g Package (jaspell): http://jaspell.sourceforge.net/
License: The BSD License
(http://www.opensource.org/licenses/bsd-license.php)
The snowball stemmers in
analysis/common/src/java/net/sf/snowball
were developed by Martin Porter and Richard Boulton.
The snowball stopword lists in
analysis/common/src/resources/org/apache/lucene/analysis/snowball
were developed by Martin Porter and Richard Boulton.
The full snowball package is available from
http://snowball.tartarus.org/
The KStem stemmer in
analysis/common/src/org/apache/lucene/analysis/en
was developed by Bob Krovetz and Sergio Guzman-Lara (CIIR-UMass Amherst)
under the BSD-license.
The Arabic,Persian,Romanian,Bulgarian, and Hindi analyzers (common) come with a
default
stopword list that is BSD-licensed created by Jacques Savoy. These files reside in:
analysis/common/src/resources/org/apache/lucene/analysis/ar/stopwords.txt,
analysis/common/src/resources/org/apache/lucene/analysis/fa/stopwords.txt,
analysis/common/src/resources/org/apache/lucene/analysis/ro/stopwords.txt,
analysis/common/src/resources/org/apache/lucene/analysis/bg/stopwords.txt,
analysis/common/src/resources/org/apache/lucene/analysis/hi/stopwords.txt
See http://members.unine.ch/jacques.savoy/clef/index.html.
The German,Spanish,Finnish,French,Hungarian,Italian,Portuguese,Russian and
Swedish light stemmers
(common) are based on BSD-licensed reference implementations created by Jacques
Savoy and Ljiljana Dolamic. These files reside in:
analysis/common/src/java/org/apache/lucene/analysis/de/GermanLightStemmer.java
analysis/common/src/java/org/apache/lucene/analysis/de/GermanMinimalStemmer.java
analysis/common/src/java/org/apache/lucene/analysis/es/SpanishLightStemmer.java
analysis/common/src/java/org/apache/lucene/analysis/fi/FinnishLightStemmer.java
analysis/common/src/java/org/apache/lucene/analysis/fr/FrenchLightStemmer.java
analysis/common/src/java/org/apache/lucene/analysis/fr/FrenchMinimalStemmer.java
analysis/common/src/java/org/apache/lucene/analysis/hu/HungarianLightStemmer.java
analysis/common/src/java/org/apache/lucene/analysis/it/ItalianLightStemmer.java
analysis/common/src/java/org/apache/lucene/analysis/pt/PortugueseLightStemmer.java
analysis/common/src/java/org/apache/lucene/analysis/ru/RussianLightStemmer.java
analysis/common/src/java/org/apache/lucene/analysis/sv/SwedishLightStemmer.java
The Stempel analyzer (stempel) includes BSD-licensed software developed
by the Egothor project http://egothor.sf.net/, created by Leo Galambos, Martin
Kvapil, and Edmond Nolan.
The Polish analyzer (stempel) comes with a default
stopword list that is BSD-licensed created by the Carrot2 project. The file
resides
in stempel/src/resources/org/apache/lucene/analysis/pl/stopwords.txt.
See http://project.carrot2.org/license.html.
The SmartChineseAnalyzer source code (smartcn) was
provided by Xiaoping Gao and copyright 2009 by www.imdict.net.
WordBreakTestUnicode_*.java (under modules/analysis/common/src/test/)
is derived from Unicode data such as the Unicode Character Database.
See http://unicode.org/copyright.html for more details.
The Morfologik analyzer (morfologik) includes BSD-licensed software
developed by Dawid Weiss and Marcin MiÅ'kowski
(http://morfologik.blogspot.com/).
Morfologik uses data from Polish ispell/myspell dictionary
(http://www.sjp.pl/slownik/en/) licenced on the terms of (inter alia)
LGPL and Creative Commons ShareAlike.
Morfologic includes data from BSD-licensed dictionary of Polish (SGJP)
(http://sgjp.pl/morfeusz/)
Servlet-api.jar is under the CDDL license, the original source
code for this can be found at http://www.eclipse.org/jetty/downloads.php
===========================================================================
Kuromoji Japanese Morphological Analyzer - Apache Lucene Integration
===========================================================================
This software includes a binary and/or source version of data from
mecab-ipadic-2.7.0-20070801
which can be obtained from
http://atilika.com/releases/mecab-ipadic/mecab-ipadic-2.7.0-20070801.tar.gz
or
http://jaist.dl.sourceforge.net/project/mecab/mecab-ipadic/2.7.0-20070801/mecab-ipadic-2.7.0-20070801.tar.gz
===========================================================================
mecab-ipadic-2.7.0-20070801 Notice
===========================================================================
Nara Institute of Science and Technology (NAIST),
the copyright holders, disclaims all warranties with regard to this
software, including all implied warranties of merchantability and
fitness, in no event shall NAIST be liable for
any special, indirect or consequential damages or any damages
whatsoever resulting from loss of use, data or profits, whether in an
action of contract, negligence or other tortuous action, arising out
of or in connection with the use or performance of this software.
A large portion of the dictionary entries
originate from ICOT Free Software. The
following conditions for ICOT
Free Software applies to the current dictionary as well.
Each User may also freely distribute the Program, whether in its
original form or modified, to any third party or parties, PROVIDED
that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
on, or be attached to, the Program, which is distributed substantially
in the same form as set out herein and that such intended
distribution, if actually made, will neither violate or otherwise
contravene any of the laws and regulations of the countries having
jurisdiction over the User or the intended distribution itself.
NO WARRANTY
The program was produced on an experimental basis in the course of the
research and development conducted during the project and is provided
to users as so produced on an experimental basis. Accordingly, the
program is provided without any warranty whatsoever, whether express,
implied, statutory or otherwise. The term
"warranty" used herein
includes, but is not limited to, any warranty of the quality,
performance, merchantability and fitness for a particular purpose of
the program and the nonexistence of any infringement or violation of
any right of any third party.
Each user of the program will agree and understand, and be deemed to
have agreed and understood, that there is no warranty whatsoever for
the program and, accordingly, the entire risk arising from or
otherwise connected with the program is assumed by the user.
Therefore, neither ICOT, the copyright holder, or any other
organization that participated in or was otherwise related to the
development of the program and their respective officials, directors,
officers and other employees shall be held liable for any and all
damages, including, without limitation, general, special, incidental
and consequential damages, arising out of or otherwise in connection
with the use or inability to use the program or any product, material
or result produced or otherwise obtained by using the program,
regardless of whether they have been advised of, or otherwise had
knowledge of, the possibility of such damages at any time during the
project or thereafter. Each user will be
deemed to have agreed to the
foregoing by his or her commencement of use of the program. The term
"use" as used herein includes, but is not limited to, the use,
modification, copying and distribution of the program and the
production of secondary products from the program.
In the case where the program, whether in its original form or
modified, was distributed or delivered to or received by a user from
any person, organization or entity other than ICOT, unless it makes or
grants independently of ICOT any specific warranty to the user in
writing, such person, organization or entity, will also be exempted
from and not be held liable to the user for any such damages as noted
above as far as the program is concerned.
|
Project Name |
Apache Commons IO |
License Type |
APL
|
JAR |
commons-io-1.4.jar |
Attribution |
Apache Commons IO
Copyright 2002-2012 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
|
Project Name |
Apache Commons DBCP |
License Type |
APL |
JAR |
commons-dbcp-1.2.2.jar |
Attribution |
Apache Commons DBCP
Copyright 2001-2010 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
|
Project Name |
Apache Commons DbUtils |
License Type |
APL |
JAR |
commons-dbutils-1.1.jar |
Attribution |
Apache Commons DbUtils
Copyright 2002-2012 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
|
Project Name |
Apache Commons JCS |
License Type |
APL |
JAR |
jcs-1.3.jar |
Attribution |
"Apache Jakarta JCS
Copyright 2001-2007 The Apache Software Foundation.
Portions Copyright (c) Xerox Corporation 1998-2001.
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
See the LICENSE.txt file.
This product includes software developed at Xerox Corporation.
See the LICENSE.xerox file."
(reproduced here)
Copyright (c) Xerox Corporation 1998-2001.
All rights reserved.
Use and copying of this software and preparation of derivative works based
upon this software are permitted. Any
distribution of this software or
derivative works must comply with all applicable United States export
control
laws.
This software is made available AS IS, and Xerox Corporation makes no
warranty
about the software, its performance or its conformity to any
specification.
|
Project Name |
IncludesDoug Lea's Concurrent project |
License Type |
Concurrent project License |
JAR |
concurrent.jar |
Attribution |
No specific attribution required
|
Project Name |
Apache Commons Pool |
License Type |
APL |
JAR |
commons-pool-1.4.jar |
Attribution |
Apache Commons Pool
Copyright 2001-2012 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
|
Project Name |
Apache Commons FileUpload |
License Type |
APL |
JAR |
commons-fileupload-1.2.1.jar |
Attribution |
Apache Commons FileUpload
Copyright 2002-2010 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
|
Project Name |
Apache Commons Codec |
License Type |
APL |
JAR |
commons-codec-1.4.jar |
Attribution |
Apache Commons Codec
Copyright 2002-2012 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
--------------------------------------------------------------------------------
src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
contains
test data from http://aspell.sourceforge.net/test/batch0.tab.
Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org). Verbatim copying
and distribution of this entire article is permitted in any medium,
provided this notice is preserved.
--------------------------------------------------------------------------------
|
Project Name |
Apache Commons Collections |
License Type |
APL |
JAR |
commons-collections-3.2.1.jar |
Attribution |
Apache Commons Collections
Copyright 2001-2008 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
|
Project Name |
Apache Commons JEXL |
License Type |
APL |
JAR |
commons-jexl-1.0.jar |
Attribution |
Apache Commons JEXL
Copyright 2001-2011 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
|
Project Name |
Apache Commons JXPath |
License Type |
APL |
JAR |
commons-jxpath-1.2.jar |
Attribution |
Apache Commons JXPath
Copyright 2001-2008 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
|
Project Name |
Apache Commons Lang |
License Type |
APL |
JAR |
commons-lang-2.4.jar |
Attribution |
Apache Commons Lang
Copyright 2001-2011 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
This product includes software from the Spring Framework,
under the Apache License 2.0 (see: StringUtils.containsWhitespace())
|
Project Name |
Apache Commons Logging |
License Type |
APL |
JAR |
commons-logging-1.1.1.jar |
Attribution |
Apache Commons Logging
Copyright 2003-2007 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
|
Project Name |
Apache Commons BeanUtils |
License Type |
APL |
JAR |
commons-beanutils-1.8.2.jar |
Attribution |
Apache Commons BeanUtils
Copyright 2000-2010 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
|
Project Name |
Apache Derby |
License Type |
APL |
JAR |
derby.jar |
Attribution |
==============================================================
NOTICE file corresponding to section
4(d) of the Apache License,
Version 2.0, in this case for the
Apache Derby distribution.
DO NOT EDIT THIS FILE DIRECTLY. IT IS
GENERATED BY THE buildnotice TARGET IN THE TOP
LEVEL build.xml FILE.
=========================================================================
Apache Derby
Copyright 2004-2012 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
=========================================================================
Portions of Derby were originally developed by
International Business Machines Corporation and are
licensed to the Apache Software Foundation under the
"Software Grant and Corporate Contribution License Agreement",
informally known as the "Derby CLA".
The following copyright notice(s) were affixed to portions of the code
with which this file is now or was at one time distributed
and are placed here unaltered.
(C) Copyright 1997,2004 International Business Machines Corporation. All
rights reserved.
(C) Copyright IBM Corp. 2003.
=========================================================================
The portion of the functionTests under 'nist' was originally
developed by the National Institute of Standards and Technology (NIST),
an agency of the United States Department of Commerce, and adapted by
International Business Machines Corporation in accordance with the NIST
Software Acknowledgment and Redistribution document at
http://www.itl.nist.gov/div897/ctg/sql_form.htm
=========================================================================
The JDBC apis for small devices and JDBC3 (under java/stubs/jsr169 and
java/stubs/jdbc3) were produced by trimming sources supplied by the
Apache Harmony project. In addition, the Harmony SerialBlob and
SerialClob implementations are used. The following notice covers the Harmony
sources:
Portions of Harmony were originally developed by
Intel Corporation and are licensed to the Apache Software
Foundation under the "Software Grant and Corporate Contribution
License Agreement", informally known as the "Intel Harmony CLA".
=========================================================================
The Derby build relies on source files supplied by the Apache Felix
project. The following notice covers the Felix files:
Apache Felix Main
Copyright 2008 The Apache Software
Foundation
I. Included Software
This product includes software developed
at
The Apache Software Foundation
(http://www.apache.org/).
Licensed under the Apache License
2.0.
This product includes software developed
at
The OSGi Alliance
(http://www.osgi.org/).
Copyright (c) OSGi Alliance (2000,
2007).
Licensed under the Apache License
2.0.
This product includes software from
http://kxml.sourceforge.net.
Copyright (c) 2002,2003, Stefan Haustein,
Oberhausen, Rhld., Germany.
Licensed under BSD License.
II. Used Software
This product uses software developed
at
The OSGi Alliance
(http://www.osgi.org/).
Copyright (c) OSGi Alliance (2000,
2007).
Licensed under the Apache License
2.0.
III. License Summary
- Apache License 2.0
- BSD License
=========================================================================
The Derby build relies on jar files supplied by the Apache Xalan
project. The following notice covers the Xalan jar files:
=========================================================================
NOTICE file corresponding to section 4(d) of the Apache
License, Version 2.0, in this case for the Apache Xalan Java
distribution.
=========================================================================
Apache Xalan (Xalan XSLT
processor)
Copyright 1999-2006 The Apache Software
Foundation
Apache Xalan (Xalan serializer)
Copyright 1999-2006 The Apache Software
Foundation
This product includes software developed
at
The Apache Software Foundation
(http://www.apache.org/).
=========================================================================
Portions of this software was originally
based on the following:
- software copyright (c) 1999-2002,
Lotus Development Corporation.,
http://www.lotus.com.
- software copyright (c) 2001-2002,
Sun Microsystems.,
http://www.sun.com.
- software copyright (c) 2003, IBM
Corporation.,
http://www.ibm.com.
=========================================================================
The binary distribution package (ie.
jars, samples and documentation) of
this product includes software developed
by the following:
- The Apache Software Foundation
- Xerces Java - see
LICENSE.txt
- JAXP 1.3 APIs - see
LICENSE.txt
- Bytecode Engineering Library -
see LICENSE.txt
- Regular Expression - see
LICENSE.txt
- Scott Hudson, Frank Flannery, C.
Scott Ananian
- CUP Parser Generator runtime
(javacup\runtime) - see LICENSE.txt
=========================================================================
The source distribution package (ie. all
source and tools required to build
Xalan Java) of this product includes
software developed by the following:
- The Apache Software Foundation
- Xerces Java - see
LICENSE.txt
- JAXP 1.3 APIs - see
LICENSE.txt
- Bytecode Engineering Library -
see LICENSE.txt
- Regular Expression - see
LICENSE.txt
- Ant - see LICENSE.txt
- Stylebook doc tool - see
LICENSE.txt
- Elliot Joel Berk and C. Scott
Ananian
- Lexical Analyzer Generator
(JLex) - see LICENSE.txt
=========================================================================
Apache Xerces Java
Copyright 1999-2006 The Apache Software
Foundation
This product includes software developed
at
The Apache Software Foundation
(http://www.apache.org/).
Portions of Apache Xerces Java in
xercesImpl.jar and xml-apis.jar
were originally based on the
following:
- software copyright (c) 1999, IBM
Corporation., http://www.ibm.com.
- software copyright (c) 1999, Sun
Microsystems., http://www.sun.com.
- voluntary contributions made by Paul
Eng on behalf of the
Apache Software Foundation that were
originally developed at iClick, Inc.,
software copyright (c)
1999.
=========================================================================
Apache xml-commons xml-apis
(redistribution of xml-apis.jar)
Apache XML Commons
Copyright 2001-2003,2006 The Apache
Software Foundation.
This product includes software developed
at
The Apache Software Foundation
(http://www.apache.org/).
Portions of this software were
originally based on the following:
- software copyright (c) 1999, IBM
Corporation., http://www.ibm.com.
- software copyright (c) 1999, Sun
Microsystems., http://www.sun.com.
- software copyright (c) 2000 World
Wide Web Consortium, http://www.w3.org
|
Project Name |
Apache Tomcat |
License Type |
APL |
JAR |
|
Attribution |
Apache Tomcat
Copyright 1999-2013 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
The Windows Installer is built with the Nullsoft
Scriptable Install System (NSIS), which is
open source software. The original
software and
related information is available at
http://nsis.sourceforge.net.
Java compilation software for JSP pages is provided by Eclipse,
which is open source software. The
original software and
related information is available at
http://www.eclipse.org.
For the bayeux implementation
The org.apache.cometd.bayeux API is derivative work originating at the Dojo
Foundation
* Copyright 2007-2008 Guy Molinari
* Copyright 2007-2008 Filip Hanik
* Copyright 2007 Dojo Foundation
* Copyright 2007 Mort Bay Consulting Pty. Ltd.
The original XML Schemas for Java EE Deployment Descriptors:
- javaee_5.xsd
- javaee_web_services_1_2.xsd
- javaee_web_services_client_1_2.xsd
- javaee_6.xsd
- javaee_web_services_1_3.xsd
- javaee_web_services_client_1_3.xsd
- jsp_2_2.xsd
- web-app_3_0.xsd
- web-common_3_0.xsd
- web-fragment_3_0.xsd
may be obtained from http://java.sun.com/xml/ns/javaee/
|
Project Name |
HTTPClient |
License Type |
APL |
JAR |
- httpclient-4.1.1.jar
- httpclient-cache-4.1.1.jar
- httpcore-4.1.jar
- httpcore-nio-4.0.1.jar
- httpmime-4.1.1.jar
- apache-mime4j-0.6.jar
|
Attribution |
Apache HttpComponents Client
Copyright 1999-2012 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
|
Colthttp://acs.lbl.gov/~hoschek/colt/
Project Name |
Colt |
License Type |
ColtLicense |
JAR |
colt.jar |
Attribution |
No specific attribution required |
Eclipse ( http://www.eclipse.org/)
Project Name |
Eclipse RCP |
License Type |
EPL |
JAR |
Eclipse directory in installation |
Attribution |
No specific attribution required |
Project Name |
Eclipse Help plugins |
License Type |
EPL |
JAR |
|
Attribution |
No specific attribution required |
Project Name |
Jgit |
License Type |
EDL |
JAR |
org.eclipse.jgit-1.2.0.201112221803-r.jar |
Attribution |
Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors. All rights reserved. |
Google
( https://developers.google.com/web-toolkit/)
Project Name |
Google Web Toolkit |
License Type |
APL |
JAR |
- gwt-servlet.jar
- gwt-user.jar
- requestfactory-server.jar
- gwt-dev.jar
|
Attribution |
Google Web Toolkit 2.5.1
(svn revision releases/2.5@11546)
Copyright (c) Google, Inc. 2009. All
rights reserved.
Visit Google Code (http://code.google.com/webtoolkit/).
This product includes software developed by:
- The Apache Software Foundation
(http://www.apache.org/).
- Tomcat (http://tomcat.apache.org/)
with modifications
- Tapestry
(http://tapestry.apache.org/)
- The Eclipse Foundation
(http://www.eclipse.org/).
- Java Development Tools
(http://www.eclipse.org/jdt/)
- Standard Widget Toolkit
(http://www.eclipse.org/swt/) with modifications
- The JFreeChart project
(http://www.jfree.org/jfreechart/)
- Mort Bay Consulting
(http://www.mortbay.com/)
- Jetty 6.1.11
(http://mortbay.org/jetty/)
- The Mozilla Foundation
(http://www.mozilla.org/).
- Mozilla 1.7.12
(http://www.mozilla.org/releases/mozilla1.7.12/)
- Rhino (http://www.mozilla.org/rhino/)
with modifications
- ObjectWeb
(http://www.objectweb.org/)
- ASM (http://asm.objectweb.org/) with
modifications
- The OpenQA Project
(http://openqa.org/)
- Selenium-RC
(http://selenium-rc.openqa.org/)
- The Protobuf Project
(http://code.google.com/p/protobuf/) with modifications
For source availability and license information see COPYING.
|
Project Name |
GWTUpload & JSUpload |
License Type |
APL |
JAR |
gwtupload-0.6.3-compat.jar |
Attribution |
No specific attribution required |
Project Name |
GWT Drag-and-Drop |
License Type |
APL |
JAR |
gwt-dnd-3.1.2.jar |
Attribution |
=========================================================================================
gwt-dnd
Copyright 2007-2009 Fred Sauer
This product includes software developed by Fred Sauer
The original software is available from
http://allen-sauer.com/gwt/
=========================================================================================
JSch 0.0.* uses a BSD-style license.
------------------------------------------------------------------------------
Copyright (c) 2002,2003,2004,2005,2006,2007,2008 Atsuhiko Yamanaka,
JCraft,Inc.
All rights reserved.
=========================================================================================
ant-googlecode uses a BSD-style license.
=========================================================================================
|
Project Name |
Gwt Query |
License Type |
APL |
JAR |
gwtquery-1.1.0.jar |
Attribution |
No specific attribution required |
Project Name |
Gflot |
License Type |
MIT
|
JAR |
gflot-3.0.1.jar |
Attribution |
No specific attribution required |
Project Name |
ProtoBuffers |
License Type |
protobuf
|
JAR |
protobuf-java-2.4.1.jar |
Attribution |
This license applies to all parts of Protocol Buffers except the following:
- Atomicops support for generic gcc, located in
src/google/protobuf/stubs/atomicops_internals_generic_gcc.h.
This file is copyrighted by Red Hat Inc.
- Atomicops support for AIX/POWER, located in
src/google/protobuf/stubs/atomicops_internals_power.h.
This file is copyrighted by Bloomberg Finance LP.
Copyright 2014, Google Inc. 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 Google Inc. nor the names of its
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
OWNER 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.
Code generated by the Protocol Buffer compiler is owned by the owner
of the input file used when generating it. This code is not
standalone and requires a support library to be linked with it. This
support library is itself covered by the above license.
|
Project Name |
Gson |
License Type |
APL
|
JAR |
gson-2.0.jar |
Attribution |
No specific attribution required |
ORACLE ( http://www.oracle.com/index.html)
JDOM ( http://www.jdom.org/)
Project Name |
JDOM |
License Type |
APL-derived
|
JAR |
Jdom.jar |
Attribution |
Copyright (C) 2000-2012 Jason Hunter & Brett McLaughlin. All rights reserved. |
Jaxen ( http://jaxen.codehaus.org/)
Project Name |
Jaxen |
License Type |
N/A |
JAR |
- Jaxen_core.jar
- jaxen_jdom.jar
|
Attribution |
Copyright 2003-2006 The Werken Company. 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 the Jaxen Project
nor the names of its
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 OWNER
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.
|
JCIP ( https://github.com/stephenc/jcip-annotations/)
Project Name |
JCIP annotations |
License Type |
APL |
JAR |
jcip-annotations.jar |
Attribution |
No specific attribution required |
Jericho ( http://jericho.htmlparser.net/)
Project Name |
Jericho HTML parser |
License Type |
EPL |
JAR |
jericho-html-3.2.jar |
Attribution |
No specific attribution required |
JiBX ( http://jibx.sourceforge.net/index.html)
Project Name |
JiBX |
License Type |
BSD-style |
JAR |
jibx-run.jar |
Attribution |
Copyright (c) 2003-2010, Dennis M. Sosnoski. All rights reserved. |
JmDNS ( http://jmdns.sourceforge.net/)
Project Name |
JmDNS |
License Type |
APL |
JAR |
jmdns.jar |
Attribution |
No specific attribution required |
JSON ( http://json.org/)
Project Name |
JSON reference implementation |
License Type |
Custom |
JAR |
json.jar |
Attribution |
Copyright (c) 2002 JSON.org
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 shall be used for Good, not Evil.
|
Perforce ( http://www.perforce.com/)
Project Name |
Perforce Java API |
License Type |
Perforce License |
JAR |
p4java-2012.1.448682.jar |
Attribution |
Copyright (c) 2009, Perforce Software, Inc. 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.
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 PERFORCE SOFTWARE, INC. 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.
License of included JZlib library:
------------------------------------------------------------------------------
Copyright (c) 2000,2001,2002,2003,2004 ymnk, JCraft,Inc. 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. The names of the authors may not be
used to endorse or promote products
derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 JCRAFT,
INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE 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.
|
The Jython Project ( http://www.jython.org/)
Project Name |
Jython |
License Type |
Python Software Foundation License
|
JAR |
jython.jar |
Attribution |
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights Reserved |
Labix ( http://labix.org/MainPage)
Project Name |
Python-dateutil |
License Type |
Python Software Foundation License |
JAR |
Packaged as part of Klocwork's bonobo.jar |
Attribution |
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights Reserved |
Sosnoski Software Solutions ( http://www.sosnoski.com/)
Project Name |
Type-specific Collections |
License Type |
MIT
|
JAR |
typed.jar |
Attribution |
No specific attribution required |
Waffle ( http://dblock.github.com/waffle/)
Project Name |
Waffle |
License Type |
EPL
|
JAR |
- waffle-jna.jar
- guava-r07.jar
- platform.jar
- jna.jar
|
Attribution |
No specific attribution required |
C# libraries
Perforce
Project Name |
Perforce |
License Type |
Perforce License
|
JAR |
- p4api.net.dll
- p4bridge.dll
|
Klocwork Use |
P4 integration |
Attribution |
None required |
CollabNet
Project Name |
SharpSVN |
License Type |
APL
|
JAR |
- SharpSvn.dll
- SharpSvn.UI.dll
- SharpSvn-DB44-20-win32.dll
- SharpSvn-Sasl21-23-win32.dll
|
Klocwork Use |
SVN integration |
Attribution |
None specified (generic attribution to project) |
LibGit2
Project Name |
LibGit2Shartp |
License Type |
MIT
|
JAR |
- LibGet2Sharp.dll
- git2.dll
|
Klocwork Use |
Git integration |
Attribution |
The MIT License
Copyright (c) 2011-2013 LibGit2Sharp contributors
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.
|
Changes in version 2018
Library |
Change |
Clang/LLVM |
Updated link to license and license text |
|
|
|