[Misc] Fix improper placement of SPDX header in scripts (#12694)

Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
Russell Bryant
2025-02-03 14:16:59 -05:00
committed by GitHub
parent a1a2aaadb9
commit 33e0602e59
6 changed files with 17 additions and 10 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# SPDX-License-Identifier: Apache-2.0
#!/usr/bin/env python3
# Copyright (c) 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.