From af8d1b05ad30c89e2c2f60333adb7d1fd6edd970 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Tue, 21 May 2019 15:39:18 +0200 Subject: [PATCH] Added license header. --- podcasts/scripts/make-all-podcasts.pl | 19 +++++++++++++++++++ .../scripts/make-metadata-image-podcast.sh | 17 +++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/podcasts/scripts/make-all-podcasts.pl b/podcasts/scripts/make-all-podcasts.pl index b6da8be..8fe478c 100755 --- a/podcasts/scripts/make-all-podcasts.pl +++ b/podcasts/scripts/make-all-podcasts.pl @@ -1,5 +1,24 @@ #!/usr/bin/perl +# Copyright (C) 2019 Quentin GIBEAUX +# Copyright (C) 2019 Frédéric COUCHET +# Copyright (C) 2019 Christian Pierre MOMON +# +# This file is part of lav-outils from "April/Libre à vous !" +# +# This script is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + use strict; use Getopt::Long; use JSON; diff --git a/podcasts/scripts/make-metadata-image-podcast.sh b/podcasts/scripts/make-metadata-image-podcast.sh index aed97c7..b610c15 100755 --- a/podcasts/scripts/make-metadata-image-podcast.sh +++ b/podcasts/scripts/make-metadata-image-podcast.sh @@ -1,5 +1,22 @@ #!/bin/bash +# Copyright (C) 2019 Quentin GIBEAUX +# +# This file is part of lav-outils from "April/Libre à vous !" +# +# This script is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + usage() { echo "$0 -s source_file -d destination_file -u http://... -t \"title\" -p path/to/ffmpeg/binary"; exit 0; } [ $# -eq 0 ] && usage while getopts "s:d:u:t:p:h" arg; do