Skip to content

Commit

Permalink
Merge pull request #2326 from tensorflow:ktonthat-patch-2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 685572827
  • Loading branch information
copybara-github committed Oct 14, 2024
2 parents d8930ca + 5107d2a commit a1137cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/tensorflow_docs/tools/nblint/style/tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
# Acceptable copyright heading for notebooks following this style.
copyrights_re = [
r"Copyright 20[1-9][0-9] The TensorFlow\s.*?\s?Authors",
r"Copyright 20[1-9][0-9] Google"
r"Copyright 20[1-9][0-9] Google",
r"Copyright 20[1-9][0-9] The AI Edge Authors",
]


Expand Down

0 comments on commit a1137cb

Please sign in to comment.