Skip to content

Commit 9b9c9af

Browse files
authored
Update tensorflow.py
Adding "AI Edge authors" to list of accepted authors in copyright checker.
1 parent 45a981f commit 9b9c9af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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)