Skip to content

Commit a1137cb

Browse files
Merge pull request #2326 from tensorflow:ktonthat-patch-2
PiperOrigin-RevId: 685572827
2 parents d8930ca + 5107d2a commit a1137cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/tensorflow_docs/tools/nblint/style/tensorflow.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
# Acceptable copyright heading for notebooks following this style.
4747
copyrights_re = [
4848
r"Copyright 20[1-9][0-9] The TensorFlow\s.*?\s?Authors",
49-
r"Copyright 20[1-9][0-9] Google"
49+
r"Copyright 20[1-9][0-9] Google",
50+
r"Copyright 20[1-9][0-9] The AI Edge Authors",
5051
]
5152

5253

0 commit comments

Comments
 (0)