Change licence APACHE-2 to MPL-2 ==> force source redistribution and permit static link

This commit is contained in:
2017-01-05 21:28:23 +01:00
parent 5fe729f4dc
commit ddc9150179
55 changed files with 434 additions and 61 deletions

View File

@@ -13,7 +13,7 @@ def get_desc():
return "Write some data"
def get_licence():
return "APACHE-2"
return "MPL-2"
def get_compagny_type():
return "com"

View File

@@ -1,7 +1,7 @@
/** @file
* @author Edouard DUPIN
* @copyright 2015, Edouard DUPIN, all right reserved
* @license APACHE v2.0 (see license file)
* @license MPL v2.0 (see license file)
*/
//! [audio_river_sample_write_all]
@@ -39,7 +39,7 @@ void onDataNeeded(void* _data,
const audio::Time& _time,
size_t _nbChunk,
enum audio::format _format,
uint32_t _frequency,
uint32_t _sampleRate,
const std::vector<audio::channel>& _map) {
static double phase[8] = {0,0,0,0,0,0,0,0};