license             8 arch/m68k/fpsp040/fpsp.h |       For details on the license for this file, please see the
license            69 drivers/net/can/softing/softing.h 		uint16_t fw_version, hw_version, license, serial;
license           364 drivers/net/can/softing/softing_fw.c 	card->id.license = ioread16(&card->dpram[DPRAM_FCT_PARAM + 6]);
license           705 drivers/net/can/softing/softing_main.c DEV_ATTR_RO(license, id.license);
license             4 include/linux/license.h static inline int license_is_gpl_compatible(const char *license)
license             6 include/linux/license.h 	return (strcmp(license, "GPL") == 0
license             7 include/linux/license.h 		|| strcmp(license, "GPL v2") == 0
license             8 include/linux/license.h 		|| strcmp(license, "GPL and additional rights") == 0
license             9 include/linux/license.h 		|| strcmp(license, "Dual BSD/GPL") == 0
license            10 include/linux/license.h 		|| strcmp(license, "Dual MIT/GPL") == 0
license            11 include/linux/license.h 		|| strcmp(license, "Dual MPL/GPL") == 0);
license           213 include/linux/module.h #define MODULE_LICENSE(_license) MODULE_INFO(license, _license)
license           403 include/uapi/linux/bpf.h 		__aligned_u64	license;
license          1637 kernel/bpf/syscall.c 	char license[128];
license          1655 kernel/bpf/syscall.c 	if (strncpy_from_user(license, u64_to_user_ptr(attr->license),
license          1656 kernel/bpf/syscall.c 			      sizeof(license) - 1) < 0)
license          1658 kernel/bpf/syscall.c 	license[sizeof(license) - 1] = 0;
license          1661 kernel/bpf/syscall.c 	is_gpl = license_is_gpl_compatible(license);
license          2508 kernel/module.c static void set_license(struct module *mod, const char *license)
license          2510 kernel/module.c 	if (!license)
license          2511 kernel/module.c 		license = "unspecified";
license          2513 kernel/module.c 	if (!license_is_gpl_compatible(license)) {
license          2516 kernel/module.c 				mod->name, license);
license            32 samples/bpf/bpf_load.c static char license[128];
license           131 samples/bpf/bpf_load.c 	fd = bpf_load_program(prog_type, prog, insns_cnt, license, kern_version,
license           520 samples/bpf/bpf_load.c 	memset(license, 0, sizeof(license));
license           554 samples/bpf/bpf_load.c 			memcpy(license, data->d_buf, data->d_size);
license          2011 scripts/mod/modpost.c 	char *license;
license          2029 scripts/mod/modpost.c 	license = get_modinfo(&info, "license");
license          2030 scripts/mod/modpost.c 	if (!license && !is_vmlinux(modname))
license          2034 scripts/mod/modpost.c 	while (license) {
license          2035 scripts/mod/modpost.c 		if (license_is_gpl_compatible(license))
license          2041 scripts/mod/modpost.c 		license = get_next_modinfo(&info, "license", license);
license            30 tools/build/feature/test-bpf.c 	attr.license = 0;
license           403 tools/include/uapi/linux/bpf.h 		__aligned_u64	license;
license           233 tools/lib/bpf/bpf.c 	attr.license = ptr_to_u64(load_attr->license);
license           317 tools/lib/bpf/bpf.c 		     size_t insns_cnt, const char *license,
license           329 tools/lib/bpf/bpf.c 	load_attr.license = license;
license           336 tools/lib/bpf/bpf.c 		       size_t insns_cnt, __u32 prog_flags, const char *license,
license           346 tools/lib/bpf/bpf.c 	attr.license = ptr_to_u64(license);
license            79 tools/lib/bpf/bpf.h 	const char *license;
license           103 tools/lib/bpf/bpf.h 				const char *license, __u32 kern_version,
license           108 tools/lib/bpf/bpf.h 				  const char *license, __u32 kern_version,
license           239 tools/lib/bpf/libbpf.c 	char license[64];
license           634 tools/lib/bpf/libbpf.c 	memcpy(obj->license, data, min(size, sizeof(obj->license) - 1));
license           635 tools/lib/bpf/libbpf.c 	pr_debug("license of %s is %s\n", obj->path, obj->license);
license          1968 tools/lib/bpf/libbpf.c 	attr.license = "GPL";
license          2025 tools/lib/bpf/libbpf.c 	prg_attr.license = "GPL";
license          3365 tools/lib/bpf/libbpf.c 	     char *license, __u32 kern_version, int *pfd)
license          3383 tools/lib/bpf/libbpf.c 	load_attr.license = license;
license          3460 tools/lib/bpf/libbpf.c 		  char *license, __u32 kern_version)
license          3486 tools/lib/bpf/libbpf.c 				   license, kern_version, &fd);
license          3516 tools/lib/bpf/libbpf.c 				   license, kern_version, &fd);
license          3554 tools/lib/bpf/libbpf.c 					obj->license,
license           156 tools/lib/bpf/libbpf.h LIBBPF_API int bpf_program__load(struct bpf_program *prog, char *license,
license           112 tools/lib/bpf/libbpf_probes.c 	xattr.license = "GPL";
license            49 tools/perf/examples/bpf/5sec.c license(GPL);
license           294 tools/perf/examples/bpf/augmented_raw_syscalls.c license(GPL);
license           169 tools/perf/examples/bpf/augmented_syscalls.c license(GPL);
license             3 tools/perf/examples/bpf/empty.c license(GPL);
license            76 tools/perf/examples/bpf/etcsnoop.c license(GPL);
license             9 tools/perf/examples/bpf/hello.c license(GPL);
license            33 tools/perf/examples/bpf/sys_enter_openat.c license(GPL);
license           305 tools/perf/tests/bpf.c 	char license[] = "GPL";
license           320 tools/perf/tests/bpf.c 			       license, kver_int, NULL, 0);
license            36 tools/testing/selftests/bpf/prog_tests/obj_name.c 		attr.license = ptr_to_u64("");
license            23 tools/testing/selftests/bpf/prog_tests/raw_tp_writable_reject_nbd_invalid.c 		.license = "GPL v2",
license            21 tools/testing/selftests/bpf/prog_tests/raw_tp_writable_test_run.c 		.license = "GPL v2",
license            39 tools/testing/selftests/bpf/prog_tests/raw_tp_writable_test_run.c 		.license = "GPL v2",
license           859 tools/testing/selftests/bpf/prog_tests/sockopt.c 		.license = "GPL",
license          6188 tools/testing/selftests/bpf/test_btf.c 	attr.license = ptr_to_u64("GPL");
license            83 tools/testing/selftests/bpf/test_lru_map.c 	prog.license = "GPL";
license           339 tools/testing/selftests/bpf/test_sock.c 	attr.license = "GPL";
license           652 tools/testing/selftests/bpf/test_sock_addr.c 	load_attr.license = "GPL";
license            23 tools/testing/selftests/bpf/test_stub.c 			  size_t insns_cnt, const char *license,
license            35 tools/testing/selftests/bpf/test_stub.c 	load_attr.license = license;
license          1422 tools/testing/selftests/bpf/test_sysctl.c 	attr.license = "GPL";
license           944 tools/testing/selftests/bpf/test_verifier.c 	attr.license = "GPL";
license            56 tools/testing/selftests/bpf/test_verifier_log.c 	attr.license = ptr_to_u64("GPL");
license           153 tools/testing/selftests/net/psock_fanout.c 	attr.license = (unsigned long) "GPL";
license           116 tools/testing/selftests/net/reuseport_bpf.c 	attr.license = (unsigned long) &bpf_license;
license           359 tools/testing/selftests/net/reuseport_bpf.c 	eprog.license = (unsigned long) &bpf_license;
license            91 tools/testing/selftests/net/reuseport_bpf_numa.c 	attr.license = (unsigned long) &bpf_license;