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
+2 -2
View File
@@ -1,6 +1,6 @@
# See LICENSE for licensing information.
#
# Copyright (c) 2016-2021 Regents of the University of California and The Board
# Copyright (c) 2016-2022 Regents of the University of California and The Board
# of Regents for the Oklahoma Agricultural and Mechanical College
# (acting for and on behalf of Oklahoma State University)
# All rights reserved.
@@ -54,4 +54,4 @@ setup(
package_dir=package_dir,
include_package_data=True,
install_requires=reqs,
)
)