mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +09:00
utils: add helium license header to new files
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user