From dc7d97fcd706f4c4c1634cd58ce0543bc261a1c0 Mon Sep 17 00:00:00 2001 From: J Wyman Date: Wed, 10 Jun 2026 15:11:45 -0400 Subject: [PATCH] test: fix: L0_copyrights This change fixes L0_copyrights by adding a missing file to the set of skipped paths. --- qa/common/check_copyright.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qa/common/check_copyright.py b/qa/common/check_copyright.py index de3bdc79b4..5220bb2f9b 100755 --- a/qa/common/check_copyright.py +++ b/qa/common/check_copyright.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2018-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# Copyright 2018-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -63,6 +63,7 @@ "docs/repositories.txt", "docs/exclusions.txt", "docker", + "qa/common/resnet50_labels.txt", "qa/ensemble_models/mix_platform_float32_float32_float32/output0_labels.txt", "qa/ensemble_models/mix_type_int32_float32_float32/output0_labels.txt", "qa/ensemble_models/mix_ensemble_int32_float32_float32/output0_labels.txt",