improve/add license headers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user