From 9cd587dc28a5c3666dc6d6b6a6b23237feea2bdb Mon Sep 17 00:00:00 2001 From: wukko Date: Fri, 11 Apr 2025 23:10:22 +0600 Subject: [PATCH] utils: add helium license header to new files --- utils/name_substitution.sh | 5 +++++ utils/replace_resources.py | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/utils/name_substitution.sh b/utils/name_substitution.sh index ec25feff..45974d96 100755 --- a/utils/name_substitution.sh +++ b/utils/name_substitution.sh @@ -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" diff --git a/utils/replace_resources.py b/utils/replace_resources.py index f905b194..683c6306 100644 --- a/utils/replace_resources.py +++ b/utils/replace_resources.py @@ -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