Skip to content

Commit d28df59

Browse files
authored
test: fix: L0_copyrights (#8829)
1 parent 86e0c14 commit d28df59

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

qa/common/check_copyright.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Copyright 2018-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3+
# Copyright 2018-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
44
#
55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions
@@ -63,6 +63,7 @@
6363
"docs/repositories.txt",
6464
"docs/exclusions.txt",
6565
"docker",
66+
"qa/common/resnet50_labels.txt",
6667
"qa/ensemble_models/mix_platform_float32_float32_float32/output0_labels.txt",
6768
"qa/ensemble_models/mix_type_int32_float32_float32/output0_labels.txt",
6869
"qa/ensemble_models/mix_ensemble_int32_float32_float32/output0_labels.txt",

0 commit comments

Comments
 (0)