projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7211f1a
)
video: rockchip: vpu: change the license to GPL v2
author
Randy Li
<randy.li@rock-chips.com>
Mon, 31 Oct 2016 08:59:51 +0000
(16:59 +0800)
committer
Huang, Tao
<huangtao@rock-chips.com>
Fri, 2 Dec 2016 03:45:04 +0000
(11:45 +0800)
The proprietary license would make some kernel reasouces and
function unavailable.
Change-Id: Ibaea3e3389ab05dbd60adfcc0d7e3bba787415c4
Signed-off-by: Randy Li <randy.li@rock-chips.com>
drivers/video/rockchip/vcodec/vcodec_service.c
patch
|
blob
|
history
diff --git
a/drivers/video/rockchip/vcodec/vcodec_service.c
b/drivers/video/rockchip/vcodec/vcodec_service.c
index a92125bd0d59006d8c42911e52be78accd73c03e..a1e09b9fa61fc84d199178a6eed4a563802b5ca1 100644
(file)
--- a/
drivers/video/rockchip/vcodec/vcodec_service.c
+++ b/
drivers/video/rockchip/vcodec/vcodec_service.c
@@
-2902,7
+2902,7
@@
static void __exit vcodec_service_exit(void)
module_init(vcodec_service_init);
module_exit(vcodec_service_exit);
-MODULE_LICENSE("
Proprietary
");
+MODULE_LICENSE("
GPL v2
");
#ifdef CONFIG_DEBUG_FS
#include <linux/seq_file.h>