From 25e70cec354a3cfe042729838d75f5cdf9fa5d84 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 3 Nov 2017 20:57:30 +0100 Subject: [PATCH] added license header --- convert.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/convert.sh b/convert.sh index 7c99a9e..424ea44 100755 --- a/convert.sh +++ b/convert.sh @@ -1,5 +1,9 @@ #!/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 # 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_FFPROBE_PATH: Path to ffprobe executable -Copyright 2017 K. Langenberg -Licensed under GNU GPLv3" +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." exit 0 ;; \?)