utils: add helium license header to new files

This commit is contained in:
wukko
2025-04-11 23:10:22 +06:00
parent c4d769a81f
commit 9cd587dc28
2 changed files with 9 additions and 0 deletions

View File

@@ -1,4 +1,9 @@
#!/bin/bash
# Copyright 2025 The Helium Authors
# You can use, redistribute, and/or modify this source code under
# the terms of the GPL-3.0 license that can be found in the LICENSE file.
set -e
ACTION="$1"

View File

@@ -1,3 +1,7 @@
# Copyright 2025 The Helium Authors
# You can use, redistribute, and/or modify this source code under
# the terms of the GPL-3.0 license that can be found in the LICENSE file.
import os
import shutil
import sys