cregit-Linux how code gets into the kernel

Release 4.7 include/linux/license.h

Directory: include/linux
#ifndef __LICENSE_H

#define __LICENSE_H


static inline int license_is_gpl_compatible(const char *license) { return (strcmp(license, "GPL") == 0 || strcmp(license, "GPL v2") == 0 || strcmp(license, "GPL and additional rights") == 0 || strcmp(license, "Dual BSD/GPL") == 0 || strcmp(license, "Dual MIT/GPL") == 0 || strcmp(license, "Dual MPL/GPL") == 0); }

Contributors

PersonTokensPropCommitsCommitProp
sam ravnborgsam ravnborg69100.00%1100.00%
Total69100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
sam ravnborgsam ravnborg77100.00%1100.00%
Total77100.00%1100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}