added license header

This commit is contained in:
kolaente 2017-11-03 20:57:30 +01:00
parent 48adf9d151
commit 25e70cec35
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,9 @@
#!/bin/bash #!/bin/bash
# Copyright 2017 K. Langenberg. All rights reserved.
# Use of this source code is governed by a GPLv3-style
# license that can be found in the LICENSE file.
######## ########
# Init Variables # Init Variables
# Available Environment Variables: # Available Environment Variables:
@ -85,8 +89,9 @@ VIDEO_FORMATS: Pass all video formats which should trigger the conversion, seper
VIDEO_FFMPEG_PATH: Path to ffmpeg executable VIDEO_FFMPEG_PATH: Path to ffmpeg executable
VIDEO_FFPROBE_PATH: Path to ffprobe executable VIDEO_FFPROBE_PATH: Path to ffprobe executable
Copyright 2017 K. Langenberg Copyright 2017 K. Langenberg. All rights reserved.
Licensed under GNU GPLv3" Use of this source code is governed by a GPLv3-style
license that can be found in the LICENSE file."
exit 0 exit 0
;; ;;
\?) \?)