Home
last modified time | relevance | path

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

/external/bcc/tests/python/
Dtest_license.py9 gpl_only_text = """ variable in TestLicense
62 b = BPF(text=self.gpl_only_text)
66 b = BPF(text=self.gpl_only_text + self.license('GPL'))
74 b = BPF(text=self.gpl_only_text + self.license('Dual BSD/GPL'))
83 b = BPF(text=self.gpl_only_text, cflags=["-DBPF_LICENSE=GPL"])
88 b = BPF(text=self.gpl_only_text + self.license('GPL'), cflags=["-DBPF_LICENSE=GPL"])
93 b = BPF(text=self.gpl_only_text + self.license(''))
98 b = BPF(text=self.gpl_only_text + self.license('Proprietary license'))