[Devel] [PATCH RHEL7 COMMIT] vziolimit: port diff-vziolimit-set-GPL-license

Konstantin Khorenko khorenko at odin.com
Tue May 5 02:44:38 PDT 2015


The commit is pushed to "branch-rh7-3.10.0-123.1.2-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-123.1.2.vz7.4.9
------>
commit 3afd3cb4cf9a15b10d57235836bd126ed2e27066
Author: Dmitry Monakhov <dmonakhov at openvz.org>
Date:   Tue May 5 13:44:38 2015 +0400

    vziolimit: port diff-vziolimit-set-GPL-license
    
    https://jira.sw.ru/browse/PSBM-20104
    
    Signed-off-by: Dmitry Monakhov <dmonakhov at openvz.org>
    
    khorenko@: "GPL" -> "GPL v2"
---
 kernel/ve/vziolimit.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kernel/ve/vziolimit.c b/kernel/ve/vziolimit.c
index a72a8ec..af2b50d 100644
--- a/kernel/ve/vziolimit.c
+++ b/kernel/ve/vziolimit.c
@@ -247,3 +247,5 @@ static void __exit iolimit_exit(void)
 
 module_init(iolimit_init)
 module_exit(iolimit_exit)
+
+MODULE_LICENSE("GPL v2");



More information about the Devel mailing list