Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/tools/make/
Dpigweed.patch35 -COPYRIGHT_FIRST_LINE = r'Copyright 20\d\d The Pigweed Authors'
37 +COPYRIGHT_FIRST_LINE = r'Copyright 20\d\d The TensorFlow Authors. All Rights Reserved.'
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpigweed_presubmit.py317 COPYRIGHT_FIRST_LINE = r'Copyright 20\d\d The Pigweed Authors' variable
398 COPYRIGHT_FIRST_LINE)
403 copyright_line = re.match(COPYRIGHT_FIRST_LINE, next_line)