Home
last modified time | relevance | path

Searched refs:license (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/linux/
Dlicense.h4 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible() argument
6 return (strcmp(license, "GPL") == 0 in license_is_gpl_compatible()
7 || strcmp(license, "GPL v2") == 0 in license_is_gpl_compatible()
8 || strcmp(license, "GPL and additional rights") == 0 in license_is_gpl_compatible()
9 || strcmp(license, "Dual BSD/GPL") == 0 in license_is_gpl_compatible()
10 || strcmp(license, "Dual MIT/GPL") == 0 in license_is_gpl_compatible()
11 || strcmp(license, "Dual MPL/GPL") == 0); in license_is_gpl_compatible()
Dmodule.h200 #define MODULE_LICENSE(_license) MODULE_INFO(license, _license)
537 } license; member
/linux-4.19.296/fs/reiserfs/
DREADME19 to license code labeled as owned by you on your behalf other than
25 right to decline to allow him to license your code contribution other
34 govern for this license.
36 Finally, nothing in this license shall be interpreted to allow you to
DKconfig19 plugins consistent with our motto ``It takes more than a license to
/linux-4.19.296/include/uapi/linux/
Dbpf.h335 __aligned_u64 license; member