Skip to content

Commit fd50e0e

Browse files
authored
Removed non-needed section in LICENSE (apache#8)
1 parent f562db9 commit fd50e0e

File tree

1 file changed

+0
-103
lines changed

1 file changed

+0
-103
lines changed

LICENSE

-103
Original file line numberDiff line numberDiff line change
@@ -200,106 +200,3 @@
200200
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201201
See the License for the specific language governing permissions and
202202
limitations under the License.
203-
204-
----------------------------------------------------------------------------------------------------
205-
206-
pulsar-common/src/main/java/org/apache/pulsar/common/util/protobuf/ByteBufCoded{Input,Output}Stream.java
207-
208-
Copyright 2014, Google Inc. All rights reserved.
209-
210-
Redistribution and use in source and binary forms, with or without
211-
modification, are permitted provided that the following conditions are
212-
met:
213-
214-
* Redistributions of source code must retain the above copyright
215-
notice, this list of conditions and the following disclaimer.
216-
* Redistributions in binary form must reproduce the above
217-
copyright notice, this list of conditions and the following disclaimer
218-
in the documentation and/or other materials provided with the
219-
distribution.
220-
* Neither the name of Google Inc. nor the names of its
221-
contributors may be used to endorse or promote products derived from
222-
this software without specific prior written permission.
223-
224-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
225-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
226-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
227-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
228-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
229-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
230-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
231-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
232-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
233-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
234-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
235-
236-
Code generated by the Protocol Buffer compiler is owned by the owner
237-
of the input file used when generating it. This code is not
238-
standalone and requires a support library to be linked with it. This
239-
support library is itself covered by the above license.
240-
241-
----------------------------------------------------------------------------------------------------
242-
243-
pulsar-client-cpp/lib/lz4/lz4.{h,c}
244-
245-
LZ4 - Fast LZ compression algorithm
246-
Copyright (C) 2011-2015, Yann Collet.
247-
248-
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
249-
250-
Redistribution and use in source and binary forms, with or without
251-
modification, are permitted provided that the following conditions are
252-
met:
253-
254-
* Redistributions of source code must retain the above copyright
255-
notice, this list of conditions and the following disclaimer.
256-
* Redistributions in binary form must reproduce the above
257-
copyright notice, this list of conditions and the following disclaimer
258-
in the documentation and/or other materials provided with the
259-
distribution.
260-
261-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
262-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
263-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
264-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
265-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
266-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
267-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
268-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
269-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
270-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
271-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
272-
273-
You can contact the author at :
274-
- LZ4 source repository : https://github.com/Cyan4973/lz4
275-
- LZ4 public forum : https://groups.google.com/forum/#!forum/lz4c
276-
277-
----------------------------------------------------------------------------------------------------
278-
279-
pulsar-client-cpp/lib/checksum/crc32c_sw.cc
280-
281-
/* crc32c.c -- compute CRC-32C using the Intel crc32 instruction
282-
* Copyright (C) 2013 Mark Adler
283-
* Version 1.1 1 Aug 2013 Mark Adler
284-
*/
285-
286-
/*
287-
This software is provided 'as-is', without any express or implied
288-
warranty. In no event will the author be held liable for any damages
289-
arising from the use of this software.
290-
291-
Permission is granted to anyone to use this software for any purpose,
292-
including commercial applications, and to alter it and redistribute it
293-
freely, subject to the following restrictions:
294-
295-
1. The origin of this software must not be misrepresented; you must not
296-
claim that you wrote the original software. If you use this software
297-
in a product, an acknowledgment in the product documentation would be
298-
appreciated but is not required.
299-
2. Altered source versions must be plainly marked as such, and must not be
300-
misrepresented as being the original software.
301-
3. This notice may not be removed or altered from any source distribution.
302-
303-
Mark Adler
304-
305-
*/

0 commit comments

Comments
 (0)