Change corent licence file

This commit is contained in:
Edouard DUPIN 2017-01-05 21:28:23 +01:00
parent 180b94ab7c
commit e8778a51aa
3 changed files with 2 additions and 2 deletions

View File

@ -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"

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)
*/
#include <test-debug/debug.hpp>