We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a981f commit 9b9c9afCopy full SHA for 9b9c9af
tools/tensorflow_docs/tools/nblint/style/tensorflow.py
@@ -46,7 +46,8 @@
46
# Acceptable copyright heading for notebooks following this style.
47
copyrights_re = [
48
r"Copyright 20[1-9][0-9] The TensorFlow\s.*?\s?Authors",
49
- r"Copyright 20[1-9][0-9] Google"
+ r"Copyright 20[1-9][0-9] Google",
50
+ r"Copyright 20[1-9][0-9] The AI Edge Authors"
51
]
52
53
0 commit comments