/aosp_15_r20/external/licenseclassifier/ |
H A D | classifier.go | 72 type License struct { struct 73 c *stringclassifier.Classifier 77 Threshold float64 82 archive func() ([]byte, error) 144 func (c *License) WithinConfidenceThreshold(conf float64) bool { 151 func (c *License) NearestMatch(contents string) *stringclassifier.Match { 161 func (c *License) MultipleMatch(contents string, includeHeaders bool) stringclassifier.Matches { 200 func (c *License) hasCommonLicenseWords(s string) bool { 218 func (c *License) registerLicenses() error { 320 func (c *License) HasPublicDomainNotice(contents string) bool {
|
/aosp_15_r20/external/coreboot/Documentation/ |
H A D | documentation_license.md | 23 ### Section 1 – Definitions. 47 ### Section 2 – Scope. 79 ### Section 3 – License Conditions. 109 ### Section 4 – Sui Generis Database Rights. 121 ### Section 5 – Disclaimer of Warranties and Limitation of Liability. 129 ### Section 6 – Term and Termination. 145 ### Section 7 – Other Terms and Conditions. 151 ### Section 8 – Interpretation.
|
/aosp_15_r20/build/bazel/compliance/cmd/bazel_notice_gen/ |
H A D | bazel_notice_gen.go | 41 type License struct { struct 42 Rule string `json:"rule"` 43 CopyrightNotice string `json:"copyright_notice"` 44 PackageName string `json:"package_name"` 45 PackageUrl string `json:"package_url"` 46 PackageVersion string `json:"package_version"` 47 LicenseFile string `json:"license_text"` 48 LicenseKinds []LicenseKind `json:"license_kinds"` 49 Licensees []string `json:"licensees"`
|
/aosp_15_r20/external/spdx-tools/rdfloader/parser2v3/ |
H A D | types.go | 78 type License struct { struct 79 SimpleLicensingInfo 80 isOsiApproved bool 81 licenseText string 82 standardLicenseHeader string 83 standardLicenseTemplate string 84 standardLicenseHeaderTemplate string 85 isDeprecatedLicenseID bool 86 isFsfLibre bool 90 License anonMember
|
/aosp_15_r20/external/spdx-tools/rdfloader/parser2v2/ |
H A D | types.go | 78 type License struct { struct 79 SimpleLicensingInfo 80 isOsiApproved bool 81 licenseText string 82 standardLicenseHeader string 83 standardLicenseTemplate string 84 standardLicenseHeaderTemplate string 85 isDeprecatedLicenseID bool 86 isFsfLibre bool 90 License anonMember
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/ |
D | README.md | 53 ## License section in Crossbeam Channel 62 #### Contribution 68 #### Third party software
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/about/ |
D | License.java | 25 public final class License implements Comparable<License>, Parcelable { class 76 private License(String libraryName, long licenseOffset, int licenseLength) { in License() method in License 82 private License(Parcel in) { in License() method in License
|
/aosp_15_r20/packages/apps/TV/src/com/android/tv/license/ |
D | License.java | 25 public final class License implements Comparable<License>, Parcelable { class 83 private License(String libraryName, long licenseOffset, int licenseLength, String path) { in License() method in License 90 private License(Parcel in) { in License() method in License
|
/aosp_15_r20/external/google-cloud-java/ |
H A D | README.md | 525 ## License section in Google Cloud Java Client Libraries 531 [stable-description]: #stable 533 [preview-description]: #preview
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/utils/ |
H A D | starlark.rs | 33 License(License), enumerator 66 pub(crate) struct License { struct 67 pub(crate) name: String, 68 pub(crate) license_kinds: Set<String>, 69 pub(crate) license_text: String,
|
/aosp_15_r20/prebuilts/bazel/common/proto/build/ |
D | build.pb.go | 392 type License struct { struct 393 state protoimpl.MessageState 394 sizeCache protoimpl.SizeCache 395 unknownFields protoimpl.UnknownFields 397 … []string `protobuf:"bytes,1,rep,name=license_type,json=licenseType" json:"license_type,omitempty"` 398 Exception []string `protobuf:"bytes,2,rep,name=exception" json:"exception,omitempty"` 401 func (x *License) Reset() { 410 func (x *License) String() string { 414 func (*License) ProtoMessage() {} 416 func (x *License) ProtoReflect() protoreflect.Message { [all …]
|
/aosp_15_r20/external/skia/bazel/exporter/build_proto/build/ |
H A D | build.pb.go | 392 type License struct { struct 393 state protoimpl.MessageState 394 sizeCache protoimpl.SizeCache 395 unknownFields protoimpl.UnknownFields 397 … []string `protobuf:"bytes,1,rep,name=license_type,json=licenseType" json:"license_type,omitempty"` 398 Exception []string `protobuf:"bytes,2,rep,name=exception" json:"exception,omitempty"` 401 func (x *License) Reset() { 410 func (x *License) String() string { 414 func (*License) ProtoMessage() {} 416 func (x *License) ProtoReflect() protoreflect.Message { [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libtest-mimic/ |
D | README.md | 24 ## License section in libtest-mimic 33 ### Contribution
|
/aosp_15_r20/external/rust/android-crates-io/crates/fallible-streaming-iterator/ |
D | README.md | 8 ## License section in fallible-streaming-iterator 17 ### Contribution
|
/aosp_15_r20/external/rust/android-crates-io/crates/foreign-types/ |
D | README.md | 9 ## License section in foreign-types 18 ### Contribution
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-io-timeout/ |
D | README.md | 8 ## License section in tokio-io-timeout 17 ### Contribution
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-test/ |
D | README.md | 5 ## License section in tokio-test 9 ### Contribution
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/ |
D | README.md | 5 ## License section in tokio-stream 9 ### Contribution
|
/aosp_15_r20/external/rust/android-crates-io/crates/android_log-sys/ |
D | README.md | 3 ## License section in Bindings to Android log Library 12 ### Contribution
|
/aosp_15_r20/external/rust/android-crates-io/crates/async-task/ |
D | README.md | 56 ## License section in async-task 65 #### Contribution
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/ |
H A D | README.md | 9 ## License section in clap_builder 18 ### Contribution
|
/aosp_15_r20/external/rust/android-crates-io/crates/anstyle/ |
D | README.md | 25 ## License section in anstyle 34 ### Contribution
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/ |
D | README.md | 9 ## License section in clap_builder 18 ### Contribution
|
/aosp_15_r20/external/rust/android-crates-io/crates/num_cpus/ |
D | CONTRIBUTING.md | 3 ## License section in Contributing 12 ### Contribution
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-macros/ |
D | README.md | 5 ## License section in Tokio Macros 9 ### Contribution
|