Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Side by Side Diff: webrtc/LICENSE_THIRD_PARTY

Issue 2546863003: Delete unused spreadsort implementation. (Closed)
Patch Set: Delete TestSort.cc too. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/system_wrappers/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This source tree contains third party source code which is governed by third 1 This source tree contains third party source code which is governed by third
2 party licenses. Paths to the files and associated licenses are collected here. 2 party licenses. Paths to the files and associated licenses are collected here.
3 3
4 Files governed by third party licenses: 4 Files governed by third party licenses:
5 base/base64.cc 5 base/base64.cc
6 base/base64.h 6 base/base64.h
7 base/md5.cc 7 base/md5.cc
8 base/md5.h 8 base/md5.h
9 base/sha1.cc 9 base/sha1.cc
10 base/sha1.h 10 base/sha1.h
11 base/sigslot.cc 11 base/sigslot.cc
12 base/sigslot.h 12 base/sigslot.h
13 common_audio/fft4g.c 13 common_audio/fft4g.c
14 common_audio/signal_processing/spl_sqrt_floor.c 14 common_audio/signal_processing/spl_sqrt_floor.c
15 common_audio/signal_processing/spl_sqrt_floor_arm.S 15 common_audio/signal_processing/spl_sqrt_floor_arm.S
16 modules/audio_coding/codecs/g711/main/source/g711.c 16 modules/audio_coding/codecs/g711/main/source/g711.c
17 modules/audio_coding/codecs/g711/main/source/g711.h 17 modules/audio_coding/codecs/g711/main/source/g711.h
18 modules/audio_coding/codecs/g722/main/source/g722_decode.c 18 modules/audio_coding/codecs/g722/main/source/g722_decode.c
19 modules/audio_coding/codecs/g722/main/source/g722_enc_dec.h 19 modules/audio_coding/codecs/g722/main/source/g722_enc_dec.h
20 modules/audio_coding/codecs/g722/main/source/g722_encode.c 20 modules/audio_coding/codecs/g722/main/source/g722_encode.c
21 modules/audio_coding/codecs/isac/main/source/fft.c 21 modules/audio_coding/codecs/isac/main/source/fft.c
22 modules/audio_device/mac/portaudio/pa_memorybarrier.h 22 modules/audio_device/mac/portaudio/pa_memorybarrier.h
23 modules/audio_device/mac/portaudio/pa_ringbuffer.c 23 modules/audio_device/mac/portaudio/pa_ringbuffer.c
24 modules/audio_device/mac/portaudio/pa_ringbuffer.h 24 modules/audio_device/mac/portaudio/pa_ringbuffer.h
25 modules/audio_processing/aec/aec_rdft.c 25 modules/audio_processing/aec/aec_rdft.c
26 system_wrappers/source/condition_variable_event_win.cc 26 system_wrappers/source/condition_variable_event_win.cc
27 system_wrappers/source/set_thread_name_win.h 27 system_wrappers/source/set_thread_name_win.h
28 system_wrappers/source/spreadsortlib/constants.hpp
29 system_wrappers/source/spreadsortlib/spreadsort.hpp
30 28
31 Individual licenses for each file: 29 Individual licenses for each file:
32 ------------------------------------------------------------------------------- 30 -------------------------------------------------------------------------------
33 Files: 31 Files:
34 base/base64.cc 32 base/base64.cc
35 base/base64.h 33 base/base64.h
36 34
37 License: 35 License:
38 //********************************************************************* 36 //*********************************************************************
39 //* Base64 - a simple base64 encoder and decoder. 37 //* Base64 - a simple base64 encoder and decoder.
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 (E) The software is licensed “as-is.” You bear the risk of using it. The 448 (E) The software is licensed “as-is.” You bear the risk of using it. The
451 contributors give no express warranties, guarantees or conditions. You may 449 contributors give no express warranties, guarantees or conditions. You may
452 have additional consumer rights under your local laws which this license 450 have additional consumer rights under your local laws which this license
453 cannot change. To the extent permitted under your local laws, the contributors 451 cannot change. To the extent permitted under your local laws, the contributors
454 exclude the implied warranties of merchantability, fitness for a particular 452 exclude the implied warranties of merchantability, fitness for a particular
455 purpose and non-infringement. 453 purpose and non-infringement.
456 454
457 (F) Platform Limitation - The licenses granted in sections 2(A) and 2(B) 455 (F) Platform Limitation - The licenses granted in sections 2(A) and 2(B)
458 extend only to the software or derivative works that you create that run on a 456 extend only to the software or derivative works that you create that run on a
459 Microsoft Windows operating system product. 457 Microsoft Windows operating system product.
460 -------------------------------------------------------------------------------
461 Files:
462 system_wrappers/source/spreadsortlib/constants.hpp
463 system_wrappers/source/spreadsortlib/spreadsort.hpp
464 458
465 License:
466 /*Boost Software License - Version 1.0 - August 17th, 2003
467
468 Permission is hereby granted, free of charge, to any person or organization
469 obtaining a copy of the software and accompanying documentation covered by
470 this license (the "Software") to use, reproduce, display, distribute,
471 execute, and transmit the Software, and to prepare derivative works of the
472 Software, and to permit third-parties to whom the Software is furnished to
473 do so, all subject to the following:
474
475 The copyright notices in the Software and this entire statement, including
476 the above license grant, this restriction and the following disclaimer,
477 must be included in all copies of the Software, in whole or in part, and
478 all derivative works of the Software, unless such copies or derivative
479 works are solely in the form of machine-executable object code generated by
480 a source language processor.
481
482 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
483 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
484 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
485 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
486 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
487 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
488 DEALINGS IN THE SOFTWARE.*/
OLDNEW
« no previous file with comments | « no previous file | webrtc/system_wrappers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698