Home
last modified time | relevance | path

Searched defs:license_text (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/grpc-grpc/tools/distrib/
H A Dcheck_copyright.py252 def write_copyright(license_text, file_text, filename): argument
264 def replace_copyright(license_text, file_text, filename): argument
313 license_text = LICENSE_TEXT[ext] variable
316 license_text = LICENSE_TEXT[ext] variable
319 license_text = LICENSE_TEXT[base] variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/
Dcheck_copyright.py224 def write_copyright(license_text, file_text, filename): argument
236 def replace_copyright(license_text, file_text, filename): argument
270 license_text = LICENSE_TEXT[ext] variable
273 license_text = LICENSE_TEXT[ext] variable
276 license_text = LICENSE_TEXT[base] variable
/aosp_15_r20/external/rust/android-crates-io/crates/googletest_macro/
Dcargo_embargo.json4 "license_text": ["LICENSE"] array
/aosp_15_r20/external/rust/android-crates-io/crates/glob/
Dcargo_embargo.json4 "license_text": ["LICENSE"] array
/aosp_15_r20/external/rust/android-crates-io/crates/gpio-cdev/
Dcargo_embargo.json4 "license_text": ["LICENSE"] array
/aosp_15_r20/external/rust/android-crates-io/crates/fallible-iterator/
Dcargo_embargo.json4 "license_text": ["LICENSE"] array
/aosp_15_r20/external/rust/android-crates-io/crates/glam/
Dcargo_embargo.json5 "license_text": ["LICENSE"] array
/aosp_15_r20/external/rust/android-crates-io/crates/matchit/
Dcargo_embargo.json4 "license_text": ["LICENSE", "LICENSE.httprouter"] array
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/
Dcargo_embargo.json4 "license_text": ["LICENSE"] array
/aosp_15_r20/external/rust/android-crates-io/crates/getrandom/
Dcargo_embargo.json4 "license_text": ["LICENSE"] array
/aosp_15_r20/external/rust/android-crates-io/crates/unicode-ident/
Dcargo_embargo.json6 "license_text": ["LICENSE-APACHE", "LICENSE-UNICODE"] array
/aosp_15_r20/external/rust/android-crates-io/crates/gbm/
Dcargo_embargo.json4 "license_text": ["LICENSE"] array
/aosp_15_r20/external/rust/android-crates-io/crates/aarch64-paging/
Dcargo_embargo.json13 "license_text": ["LICENSE-APACHE"] array
/aosp_15_r20/development/vndk/snapshot/
H A Dcollect_licenses.py66 def read_and_check_licenses(self, license_text, license_keywords): argument
/aosp_15_r20/development/tools/cargo_embargo/src/
H A Dconfig.rs382 pub license_text: Option<Vec<String>>, field
H A Dmain.rs740 let license_text = package_cfg.license_text.clone().unwrap_or_else(|| { in generate_android_bp_package_header() localVariable
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/utils/
H A Dstarlark.rs69 pub(crate) license_text: String, field
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dgconf.c684 const gchar *license_text = in on_license1_activate() local