OLD | NEW |
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 |
| 6 base/base64.h |
| 7 base/md5.cc |
| 8 base/md5.h |
| 9 base/sha1.cc |
| 10 base/sha1.h |
| 11 base/sigslot.cc |
| 12 base/sigslot.h |
5 common_audio/fft4g.c | 13 common_audio/fft4g.c |
6 common_audio/signal_processing/spl_sqrt_floor.c | 14 common_audio/signal_processing/spl_sqrt_floor.c |
7 common_audio/signal_processing/spl_sqrt_floor_arm.S | 15 common_audio/signal_processing/spl_sqrt_floor_arm.S |
8 modules/audio_coding/codecs/g711/main/source/g711.c | 16 modules/audio_coding/codecs/g711/main/source/g711.c |
9 modules/audio_coding/codecs/g711/main/source/g711.h | 17 modules/audio_coding/codecs/g711/main/source/g711.h |
10 modules/audio_coding/codecs/g722/main/source/g722_decode.c | 18 modules/audio_coding/codecs/g722/main/source/g722_decode.c |
11 modules/audio_coding/codecs/g722/main/source/g722_enc_dec.h | 19 modules/audio_coding/codecs/g722/main/source/g722_enc_dec.h |
12 modules/audio_coding/codecs/g722/main/source/g722_encode.c | 20 modules/audio_coding/codecs/g722/main/source/g722_encode.c |
13 modules/audio_coding/codecs/isac/main/source/fft.c | 21 modules/audio_coding/codecs/isac/main/source/fft.c |
14 modules/audio_device/mac/portaudio/pa_memorybarrier.h | 22 modules/audio_device/mac/portaudio/pa_memorybarrier.h |
15 modules/audio_device/mac/portaudio/pa_ringbuffer.c | 23 modules/audio_device/mac/portaudio/pa_ringbuffer.c |
16 modules/audio_device/mac/portaudio/pa_ringbuffer.h | 24 modules/audio_device/mac/portaudio/pa_ringbuffer.h |
17 modules/audio_processing/aec/aec_rdft.c | 25 modules/audio_processing/aec/aec_rdft.c |
18 system_wrappers/source/condition_variable_event_win.cc | 26 system_wrappers/source/condition_variable_event_win.cc |
19 system_wrappers/source/set_thread_name_win.h | 27 system_wrappers/source/set_thread_name_win.h |
20 system_wrappers/source/spreadsortlib/constants.hpp | 28 system_wrappers/source/spreadsortlib/constants.hpp |
21 system_wrappers/source/spreadsortlib/spreadsort.hpp | 29 system_wrappers/source/spreadsortlib/spreadsort.hpp |
22 | 30 |
23 Individual licenses for each file: | 31 Individual licenses for each file: |
24 ------------------------------------------------------------------------------- | 32 ------------------------------------------------------------------------------- |
25 Files: | 33 Files: |
| 34 base/base64.cc |
| 35 base/base64.h |
| 36 |
| 37 License: |
| 38 //********************************************************************* |
| 39 //* Base64 - a simple base64 encoder and decoder. |
| 40 //* |
| 41 //* Copyright (c) 1999, Bob Withers - bwit@pobox.com |
| 42 //* |
| 43 //* This code may be freely used for any purpose, either personal |
| 44 //* or commercial, provided the authors copyright notice remains |
| 45 //* intact. |
| 46 //* |
| 47 //* Enhancements by Stanley Yamane: |
| 48 //* o reverse lookup table for the decode function |
| 49 //* o reserve string buffer space in advance |
| 50 //* |
| 51 //********************************************************************* |
| 52 ------------------------------------------------------------------------------- |
| 53 Files: |
| 54 base/md5.cc |
| 55 base/md5.h |
| 56 |
| 57 License: |
| 58 /* |
| 59 * This code implements the MD5 message-digest algorithm. |
| 60 * The algorithm is due to Ron Rivest. This code was |
| 61 * written by Colin Plumb in 1993, no copyright is claimed. |
| 62 * This code is in the public domain; do with it what you wish. |
| 63 * |
| 64 ------------------------------------------------------------------------------- |
| 65 Files: |
| 66 base/sha1.cc |
| 67 base/sha1.h |
| 68 |
| 69 License: |
| 70 /* |
| 71 * SHA-1 in C |
| 72 * By Steve Reid <sreid@sea-to-sky.net> |
| 73 * 100% Public Domain |
| 74 * |
| 75 * ----------------- |
| 76 * Modified 7/98 |
| 77 * By James H. Brown <jbrown@burgoyne.com> |
| 78 * Still 100% Public Domain |
| 79 * |
| 80 ------------------------------------------------------------------------------- |
| 81 Files: |
| 82 base/sigslot.cc |
| 83 base/sigslot.h |
| 84 |
| 85 License: |
| 86 // sigslot.h: Signal/Slot classes |
| 87 // |
| 88 // Written by Sarah Thompson (sarah@telergy.com) 2002. |
| 89 // |
| 90 // License: Public domain. You are free to use this code however you like, with |
| 91 // the proviso that the author takes on no responsibility or liability for any |
| 92 // use. |
| 93 ------------------------------------------------------------------------------- |
| 94 Files: |
26 common_audio/signal_processing/spl_sqrt_floor.c | 95 common_audio/signal_processing/spl_sqrt_floor.c |
27 common_audio/signal_processing/spl_sqrt_floor_arm.S | 96 common_audio/signal_processing/spl_sqrt_floor_arm.S |
28 | 97 |
29 License: | 98 License: |
30 /* | 99 /* |
31 * Written by Wilco Dijkstra, 1996. The following email exchange establishes the | 100 * Written by Wilco Dijkstra, 1996. The following email exchange establishes the |
32 * license. | 101 * license. |
33 * | 102 * |
34 * From: Wilco Dijkstra <Wilco.Dijkstra@ntlworld.com> | 103 * From: Wilco Dijkstra <Wilco.Dijkstra@ntlworld.com> |
35 * Date: Fri, Jun 24, 2011 at 3:20 AM | 104 * Date: Fri, Jun 24, 2011 at 3:20 AM |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 works are solely in the form of machine-executable object code generated by | 479 works are solely in the form of machine-executable object code generated by |
411 a source language processor. | 480 a source language processor. |
412 | 481 |
413 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 482 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
414 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 483 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
415 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT | 484 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT |
416 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE | 485 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE |
417 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, | 486 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, |
418 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 487 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
419 DEALINGS IN THE SOFTWARE.*/ | 488 DEALINGS IN THE SOFTWARE.*/ |
OLD | NEW |