Add (c) also to python scripts (#4926)

This commit is contained in:
Igor Pečovnik
2023-03-09 20:52:06 +01:00
committed by GitHub
parent 1223b22ffd
commit d59fa58875
11 changed files with 97 additions and 4 deletions

9
lib/tools/call-stack-analyze.py Normal file → Executable file
View File

@@ -1,3 +1,12 @@
#!/usr/bin/env python3
#
# SPDX-License-Identifier: GPL-2.0
#
# Copyright (c) 2013-2023 Igor Pecovnik, igor@armbian.com
#
# This file is a part of the Armbian Build Framework
# https://github.com/armbian/build/
#
import os
import sys