Add copyright check to code format test

This commit is contained in:
Eren Dogan
2022-11-30 14:50:43 -08:00
parent 175e95dd86
commit 96e57507bf
478 changed files with 732 additions and 439 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
# See LICENSE for licensing information.
#
# Copyright (c) 2016-2022 Regents of the University of California, Santa Cruz
# All rights reserved.
#
import os
import csv
import re
@@ -266,4 +271,4 @@ if __name__ == "__main__":
else:
input_dir_path = sys.argv[1]
out_path = sys.argv[2]
gen_model_csv(input_dir_path, out_path)
gen_model_csv(input_dir_path, out_path)