Open Source Used in OMD Core 3.2
Total Page:16
File Type:pdf, Size:1020Kb
Open Source Used In OMD Core 3.2 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at www.cisco.com/go/offices. Text Part Number: 78EE117C99-139686406 Open Source Used In OMD Core 3.2 1 This document contains licenses and notices for open source software used in this product. With respect to the free/open source software listed in this document, if you have any questions or wish to receive a copy of any source code to which you may be entitled under the applicable free/open source license(s) (such as the GNU Lesser/General Public License), please contact us at [email protected]. In your requests please include the following reference number 78EE117C99-139686406 Contents 1.1 ATS 5.3.2 1.1.1 Available under license 1.2 Grafana 2.1.3 1.2.1 Available under license 1.3 influxdb 0.11.1 1.3.1 Available under license 1.4 riak 2.1.4 1.4.1 Available under license 1.5 Tomcat 6.0.33 1.5.1 Available under license 1.6 TrafficControl 1.6 1.6.1 Available under license 1.1 ATS 5.3.2 1.1.1 Available under license : Apache Traffic Server Copyright 2014 The Apache Software Foundation This product includes software developed at - The Apache Software Foundation (http://www.apache.org/). - Yahoo! Inc - Network Geographics (http://network-geographics.com) - OmniTI - Comcast - LinkedIn - Mike Pall ~~~ Open Source Used In OMD Core 3.2 2 Codebase originally donated by Yahoo: Copyright (C) 2009 Yahoo! Inc. Licensed 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 ~~~ lib/wccp and lib/tsconfig developed by Network Geographics. Copyright (C) 2010 Network Geographics, Inc. ~~~ WebSocket support developed by LinkedIn Copyright (C) 2014 LinkedIn ~~~ Cacheurl Plugin developed by OmniTI on behalf of Google. Copyright (C) 2011 Google Inc. ~~~ stale_while_revalidate Plugin developed by OmniTI on behalf of Oregon Health & Science University Copyright (C) 2012 Oregon Health & Science University ~~~ healthcheck Plugin developed by GoDaddy. Copyright (C) 2012 GoDaddy. ~~~ lib/atscppapi developed by LinkedIn Copyright (c) 2013 LinkedIn ~~~ remap_stats and url_sig plugins developed by Comcast. Copyright (C) 2014 Comcast ~~~ Open Source Used In OMD Core 3.2 3 LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ Copyright (C) 2005-2014 Mike Pall. All rights reserved. ~~~ ats_speed - PageSpeed for ATS. Author: [email protected] (Otto van der Schaaf) Copyright (C) 2013 We-Amp B.V. prepare_psol.sh, ats_message_handler.cc and ats_message_handler.h for ats_speed: Copyright (C) 2012 Google Inc. ~~~ collapsed_collapsing: Plugin for connection collapsing to origin Copyright (C) 2014 Yahoo! Inc. All rights reserved. ~~~ healthchecks: Plugin for ATS healthchecks. Copyright (C) 2012 Go Daddy Operating Company, LLC ~~~ lib/ts/HashFNV.cc contains code derived from code at http://www.isthe.com/chongo/tech/comp/fnv/ It is public domain and has no copyright. ~~ lib/ts/HashSip.cc contains code derived from code at https://github.com/floodyberry/siphash The code is public domain. The algorithm info can be found at: https://131002.net/siphash/ =============================================================================== LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ Copyright (C) 2005-2014 Mike Pall. All rights reserved. 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 Open Source Used In OMD Core 3.2 4 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. [ MIT license: http://www.opensource.org/licenses/mit-license.php ] =============================================================================== [ LuaJIT includes code from Lua 5.1/5.2, which has this license statement: ] Copyright (C) 1994-2012 Lua.org, PUC-Rio. 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. =============================================================================== [ LuaJIT includes code from dlmalloc, which has this license statement: ] This is a version (aka dlmalloc) of malloc/free/realloc written by Doug Lea and released to the public domain, as explained at http://creativecommons.org/licenses/publicdomain =============================================================================== Copyright 2010-2014 Samy Al Bahra. Copyright 2011-2013 AppNexus, 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 Open Source Used In OMD Core 3.2 5 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 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. Hazard Pointers (src/ck_hp.c) also includes this license: (c) Copyright 2008, IBM Corporation. Licensed 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. ck_pr_rtm leverages work from Andi Kleen: Copyright (c) 2012,2013 Intel Corporation Redistribution and use in source and binary forms, with or without modification, are permitted provided that: (1) source code distributions retain the above copyright notice and this paragraph in its entirety, (2) distributions including binary code include the above copyright notice and this paragraph in its entirety in the documentation or other materials provided with the distribution THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Apache License Version 2.0, January 2004 Open Source Used In OMD Core 3.2 6 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction