Searched defs:Licensee (Results 1 – 4 of 4) sorted by relevance
59 pub fn by_name(&self) -> Option<&Licensee> { in by_name()62 pub fn by_content(&self) -> &BTreeSet<Licensee> { in by_content()65 pub fn by_content_fuzzy(&self) -> Option<&Licensee> { in by_content_fuzzy()
130 pub fn classify_file_name(&self, file: impl AsRef<Path>) -> Option<&Licensee> { in classify_file_name()135 pub fn classify_file_contents(&self, contents: &str) -> BTreeSet<Licensee> { in classify_file_contents()147 pub fn classify_file_contents_fuzzy(&self, contents: &str) -> Option<Licensee> { in classify_file_contents_fuzzy()
33 preferences: &Vec<spdx::Licensee>, in try_from()
36 pub fn licensee(&self) -> &spdx::Licensee { in licensee()