Adding authors and putting GPL notice on the script itself.

This commit is contained in:
George Makrydakis 2010-04-03 12:34:16 +03:00
parent fe39034810
commit 0ac7b8703b

23
lrztar
View file

@ -1,11 +1,24 @@
#!/bin/bash #!/bin/bash
# A basic skeleton for making a new lrzip tar wrapper place messages etc # Copyright (C) George Makrydakis 2009, 2010
# where you think you want them, it kind of self - documents itself. # Copyright (C) Con Kolivas 2010
# For the time being, lrzip does not like pipes.
# Public domain with no warranties or suitability whatsoever etc. # A bash wrapper for Con Kolivas' excellent lrzip utility. For the time
# G.M. # being, lrzip does not like pipes, so we had to do this. It is kind of
# self - documenting, spawned out of a test tube bash shell script.
# This program 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 2 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 General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
function lrztar_local() { function lrztar_local() {
local p="${@:1:$(($#-1))}" s="${!#}" tname= fname= \ local p="${@:1:$(($#-1))}" s="${!#}" tname= fname= \