Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv

This commit is contained in:
Stephan Raue 2013-04-16 19:04:17 +02:00
commit 8631fded47
2 changed files with 3 additions and 3 deletions

View File

@ -48,4 +48,4 @@ fi
make vdr make vdr
make include-dir make include-dir
make plugins make plugins
make install DESTDIR=$ROOT/$PKG_BUILD/.install make install-plugins DESTDIR=$ROOT/$PKG_BUILD/.install

View File

@ -4,7 +4,7 @@
static int nompc = 0; static int nompc = 0;
module_param(nompc, int, 0); module_param(nompc, int, 0);
+MODULE_LICENSE("Mixed/Proprietary"); +MODULE_LICENSE("MIXED/Proprietary");
#ifdef quote_str #ifdef quote_str
#undef quote_str #undef quote_str
@ -14,7 +14,7 @@
static int nompc = 0; static int nompc = 0;
module_param(nompc, int, 0); module_param(nompc, int, 0);
+MODULE_LICENSE("Mixed/Proprietary"); +MODULE_LICENSE("MIXED/Proprietary");
#ifdef quote_str #ifdef quote_str
#undef quote_str #undef quote_str