src/*: add headers where appropriate

Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć
2020-12-22 01:52:05 +01:00
parent 98fa5b7665
commit 917dd8f982
11 changed files with 52 additions and 0 deletions

View File

@@ -1,13 +1,20 @@
#!/bin/sh
# Original author: XGQT
# Licensed under the ISC License
# Copyright (c) 2020, src_prepare group
trap 'exit 128' INT
export PATH
git submodule update --init --recursive
git submodule update --remote --merge
git add .
git commit --signoff --message="submodules update"
git pull --verbose
git push --verbose