From e8778a51aa00fa3bd26fcc504c574ee8325b2e80 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 5 Jan 2017 21:28:23 +0100 Subject: [PATCH] Change corent licence file --- license.txt => LICENSE | 0 lutin_audio-algo-chunkware-test.py | 2 +- test/main.cpp | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename license.txt => LICENSE (100%) 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