From 80202c31512fb4fa92bba289658f83462e31269e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Tue, 29 Dec 2020 21:12:47 +0100 Subject: [PATCH] Changing name and license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- src/{checking-repo => euscan-parallel} | 32 ++++++++++++++++---------- 1 file changed, 20 insertions(+), 12 deletions(-) rename src/{checking-repo => euscan-parallel} (67%) diff --git a/src/checking-repo b/src/euscan-parallel similarity index 67% rename from src/checking-repo rename to src/euscan-parallel index a49a109..7c56e79 100755 --- a/src/checking-repo +++ b/src/euscan-parallel @@ -1,15 +1,23 @@ #!/usr/bin/env bash -#################################################### -# -# SRC_PREPARE -# -# Marcin Woźniak -# y0rune@aol.com -# -# Last edit: 16-09-2020 -# -################################################### +# This file is part of scripts. + +# scripts is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# scripts 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 General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with scripts. If not, see . + +# Original author: Marcin Woźniak (y0rune@aol.com) +# Copyright (c) 2020, src_prepare group +# Licensed under the GNU GPL v3 License function scanning(){ EUSCAN=$(euscan --nocolor --quiet "$1") @@ -73,8 +81,8 @@ function help(){ echo "* -f or --folder " echo echo "Example of usage" - echo "./logeuscan -r src_prepare-overlay" - echo "./logeuscan -f ~/git/src_prepare-overlay" + echo "./euscan-parallel -r src_prepare-overlay" + echo "./euscan-parallel -f ~/git/src_prepare-overlay" } function main(){