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

10
lib/tools/git-to-patches.py Normal file → Executable file
View File

@@ -1,4 +1,12 @@
#! /bin/env python3
#!/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.path
# Let's use GitPython to query and manipulate the git repo