From d0780135abafa184015d5dbac5a4c09ac12d3c13 Mon Sep 17 00:00:00 2001 From: Haibin Lin Date: Sun, 16 Feb 2025 16:11:40 +0800 Subject: [PATCH] fix license --- tests/sanity/check_license.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sanity/check_license.py b/tests/sanity/check_license.py index 58c74baa..076ca03f 100644 --- a/tests/sanity/check_license.py +++ b/tests/sanity/check_license.py @@ -17,7 +17,7 @@ # Add custom license headers below license_head_prime = "Copyright 2024 PRIME team and/or its affiliates" -license_headers = [license_head_bytedance, license_head_bytedance25, license_head_prime] +license_headers = [license_head_bytedance, license_head_bytedance_25, license_head_prime] from pathlib import Path from argparse import ArgumentParser