diff --git a/license.txt b/LICENSE similarity index 100% rename from license.txt rename to LICENSE diff --git a/lutin_audio-algo-chunkware-test.py b/lutin_audio-algo-chunkware-test.py index dcad67d..36e736a 100644 --- a/lutin_audio-algo-chunkware-test.py +++ b/lutin_audio-algo-chunkware-test.py @@ -13,7 +13,7 @@ def get_desc(): return "test chunkware" def get_licence(): - return "APACHE-2" + return "MPL-2" def get_compagny_type(): return "com" diff --git a/test/main.cpp b/test/main.cpp index 6d0a801..a5334a5 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -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) */ #include