]> git.pld-linux.org Git - packages/capsel.git/commitdiff
- add MODULE_LICENSE to module - sent to author :)
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 10 Jun 2002 15:19:21 +0000 (15:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    capsel-license.patch -> 1.1

capsel-license.patch [new file with mode: 0644]

diff --git a/capsel-license.patch b/capsel-license.patch
new file mode 100644 (file)
index 0000000..2ce01ba
--- /dev/null
@@ -0,0 +1,16 @@
+--- ./src/module.c.org Mon Jun 10 17:07:37 2002
++++ ./src/module.c     Mon Jun 10 17:01:57 2002
+@@ -29,8 +29,13 @@
+ #include "sys.h"
+ #include "arch.h"
++#ifndef MODULE_LICENSE
++#define MODULE_LICENSE(license)
++#endif
++
+ MODULE_AUTHOR("Copyright (c) 1999-2001 by Wojciech Purczynski <cliph@linux.pl>");
+ MODULE_DESCRIPTION("capsel - Linux kernel 2.2.x/2.4.x security module"); 
++MODULE_LICENSE("GPL");
+ char kernel_version[]=UTS_RELEASE;
+ EXPORT_NO_SYMBOLS;
This page took 0.117437 seconds and 4 git commands to generate.