From 3b332f6cd68269a64a18249e1a4d6b65da720c93 Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Sat, 23 May 2026 18:05:33 +0300 Subject: [PATCH 1/2] chore(helm): add missing SPDX header to gateway-config template --- deploy/helm/openshell/templates/gateway-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/helm/openshell/templates/gateway-config.yaml b/deploy/helm/openshell/templates/gateway-config.yaml index 35661f3a2..bd74664c5 100644 --- a/deploy/helm/openshell/templates/gateway-config.yaml +++ b/deploy/helm/openshell/templates/gateway-config.yaml @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-License-Identifier: Apache-2.0 {{/* ConfigMap holding the gateway TOML config file (RFC 0003). From c41b990a652f1dee2378c767a63fa3183ff2d5ea Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Sat, 23 May 2026 19:52:58 +0300 Subject: [PATCH 2/2] chore(scripts): remove helm templates from license header exclusions The bypass had no known rationale. Removing it ensures the header script covers deploy/helm/openshell/templates uniformly going forward. Signed-off-by: mesutoezdil --- scripts/update_license_headers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/update_license_headers.py b/scripts/update_license_headers.py index 3775f4cb7..f56dbc293 100755 --- a/scripts/update_license_headers.py +++ b/scripts/update_license_headers.py @@ -55,7 +55,6 @@ ".git", ".cache", "python/openshell/_proto", - "deploy/helm/openshell/templates", } # Individual filenames to skip.