Release 4.14 tools/virtio/linux/module.h
/* SPDX-License-Identifier: GPL-2.0 */
#include <linux/export.h>
#define MODULE_LICENSE(__MODULE_LICENSE_value) \
static __attribute__((unused)) const char *__MODULE_LICENSE_name = \
__MODULE_LICENSE_value
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Michael S. Tsirkin | 8 | 66.67% | 1 | 33.33% |
Rusty Russell | 3 | 25.00% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 8.33% | 1 | 33.33% |
Total | 12 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.