improve/add license headers

This commit is contained in:
2016-04-26 23:51:27 +02:00
parent be2449e032
commit 099d87e70a
6 changed files with 134 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
########################################################################
# Copyright (C) 2015 Max Mehl <mail@mehl.mx>
# Copyright (C) 2016 Max Mehl <mail [at] mehl [dot] mx>
########################################################################
#
# This program is free software: you can redistribute it and/or modify
@@ -24,7 +26,6 @@
# scripts
#
########################################################################
#!/bin/bash
# Test if config.cfg exists and set needed variables
if [ ! -e config.cfg ]; then echo "Missing config.cfg file. Edit and rename config.cfg.sample"; exit 1; fi