Update copyright-check.hook

pull/3040/head
TianYuan 1 year ago committed by GitHub
parent 528ae58a67
commit 30e546c7b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ import subprocess
import platform
COPYRIGHT = '''
Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved.
Copyright (c) 2023 PaddlePaddle Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -128,4 +128,4 @@ def main(argv=None):
if __name__ == '__main__':
exit(main())
exit(main())

Loading…
Cancel
Save