This is an automated email from the ASF dual-hosted git repository. yuanbo pushed a commit to branch TUBEMQ-469 in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git
commit c46935289a25f178969912d985af9bb0d601f7b0 Author: gosonzhang <[email protected]> AuthorDate: Thu Jan 28 20:06:36 2021 +0800 [TUBEMQ-551] Adjust NOTICE file content --- NOTICE | 155 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 154 insertions(+), 1 deletion(-) diff --git a/NOTICE b/NOTICE index c5234a8..bcefb45 100644 --- a/NOTICE +++ b/NOTICE @@ -1,6 +1,159 @@ Apache TubeMQ -Copyright 2019-2020 The Apache Software Foundation. +Copyright 2019-2021 The Apache Software Foundation. This product includes software developed at The Apache Software Foundation (https://www.apache.org/). + +Apache HBase includes the following in its NOTICE file: + +| Apache HBase +| Copyright 2007-2020 The Apache Software Foundation +| +| This product includes software developed at +| The Apache Software Foundation (http://www.apache.org/). +| +| -- +| This product incorporates portions of the 'Hadoop' project +| +| Copyright 2007-2009 The Apache Software Foundation +| +| Licensed under the Apache License v2.0 +| -- +| Our Orca logo we got here: http://www.vectorfree.com/jumping-orca +| It is licensed Creative Commons Attribution 3.0. +| See https://creativecommons.org/licenses/by/3.0/us/ +| We changed the logo by stripping the colored background, inverting +| it and then rotating it some. +| +| Later we found that vectorfree.com image is not properly licensed. +| The original is owned by vectorportal.com. The original was +| relicensed so we could use it as Creative Commons Attribution 3.0. +| The license is bundled with the download available here: +| http://www.vectorportal.com/subcategory/205/KILLER-WHALE-FREE-VECTOR.eps/ifile/9136/detailtest.asp +| -- +| This product includes portions of the Bootstrap project v3.0.0 +| +| Copyright 2013 Twitter, Inc. +| +| Licensed under the Apache License v2.0 +| +| This product uses the Glyphicons Halflings icon set. +| +| http://glyphicons.com/ +| +| Copyright Jan Kovařík +| +| Licensed under the Apache License v2.0 as a part of the Bootstrap project. +| +| -- +| This product includes portions of the Guava project v14 and v21, specifically +| 'hbase-common/src/main/java/org/apache/hadoop/hbase/util/Bytes.java' +| 'hbase-common/src/main/java/org/apache/hadoop/hbase/util/ByteBufferUtils.java' +| +| Copyright (C) 2007 The Guava Authors +| +| Licensed under the Apache License, Version 2.0 +| -- +| This product includes portions of Jetty project, specially +| 'hbase-shaded-hbase-shaded-testing-util/src/main/resources/org/apache/hadoop/hbase/shaded/org/mortbay/jetty/webapp/webdefault.xml' + + +Apache MINA includes the following in its NOTICE file: + +| Apache MINA +| Copyright 2007-2016 The Apache Software Foundation. +| +| This product includes software developed at +| The Apache Software Foundation (http://www.apache.org/). + + +Apache Avro includes the following in its NOTICE file: + +| Apache Avro +| Copyright 2010-2019 The Apache Software Foundation +| +| This product includes software developed at +| The Apache Software Foundation (https://www.apache.org/). +| +| NUnit license acknowledgement: +| +| | Portions Copyright © 2002-2012 Charlie Poole or Copyright © 2002-2004 James +| | W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright © 2000-2002 +| | Philip A. Craig +| +| Based upon the representations of upstream licensors, it is understood that +| portions of the mapreduce API included in the Java implementation are licensed +| from various contributors under one or more contributor license agreements to +| Odiago, Inc. and were then contributed by Odiago to Apache Avro, which has now +| made them available under the Apache 2.0 license. The original file header text +| is: +| +| | Licensed to Odiago, Inc. under one or more contributor license +| | agreements. See the NOTICE file distributed with this work for +| | additional information regarding copyright ownership. Odiago, Inc. +| | 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 +| | +| | https://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. +| +| The Odiago NOTICE at the time of the contribution: +| +| | This product includes software developed by Odiago, Inc. +| | (https://www.wibidata.com). +| +| Apache Ivy includes the following in its NOTICE file: +| +| | Apache Ivy +| | Copyright 2007-2010 The Apache Software Foundation +| | +| | This product includes software developed by +| | The Apache Software Foundation (https://www.apache.org/). +| | +| | Portions of Ivy were originally developed by +| | Jayasoft SARL (http://www.jayasoft.fr/) +| | and are licensed to the Apache Software Foundation under the +| | "Software Grant License Agreement" +| | +| | SSH and SFTP support is provided by the JCraft JSch package, +| | which is open source software, available under +| | the terms of a BSD style license. +| | The original software and related information is available +| | at http://www.jcraft.com/jsch/. +| +| Apache Log4Net includes the following in its NOTICE file: +| +| | Apache log4net +| | Copyright 2004-2015 The Apache Software Foundation +| | +| | This product includes software developed at +| | The Apache Software Foundation (https://www.apache.org/). +| +| csharp reflect serializers were contributed by Pitney Bowes Inc. +| +| | Copyright 2019 Pitney Bowes 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 https://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. + + +Apache Pulsar includes the following in its NOTICE file: + +| Apache Pulsar +| Copyright 2017-2019 The Apache Software Foundation +| +| This product includes software developed at +| The Apache Software Foundation (http://www.apache.org/). + + + +
