Add license headers and doc

backup_sites_mysql.sh:
- Add WTFPL header.

metaflac-field2field.sh:
- Add WTFPL header.
- English description.

lz:
- Update README and head comments.
This commit is contained in:
Matteo Cypriani 2010-01-04 23:12:42 +01:00
parent 3428ea8e47
commit e7e2d94a6c
4 changed files with 34 additions and 8 deletions

View File

@ -1,5 +1,13 @@
#!/bin/sh
#
# backup_sites_mysql.sh, Copyright © 2006-2010 Matteo Cypriani
#
# This program is free software. It comes without any warranty, to
# the extent permitted by applicable law. You can redistribute it
# and/or modify it under the terms of the Do What The Fuck You Want
# To Public License, Version 2, as published by Sam Hocevar. See
# http://sam.zoy.org/wtfpl/COPYING for more details.
###############################
##### Options utilisateur #####

View File

@ -1,10 +1,13 @@
The lz script emulates and extends the lz and uz commands of the mtools.
The lz script emulates and extends commands lz and uz from the mtools.
It handles: .tar, .tar.gz, .tar.bz2, .tar.xz and .tar.lzma, through the
standards options of GNU tar.
It handles: tar, tar.gz, tar.bz2, tar.xz, tar.lzma and tar.Z (and
associated 3-characters extensions: tgz, tbz, tb2, tlz, txz, taz)
through the standards options of GNU Tar.
Note that you need GNU Tar, at least version 1.20 to support LZMA
compressed archives, and version 1.22 for XZ compressed ones.
If the script name is "lz", the archive content is displayed. If the name
is "uz", it is extracted.
If the script name is "lz", the archive content is displayed. If the
name is "uz", it is extracted.
To install lz and uz, move put script in a directory in the PATH (for
instance /usr/local/bin) and hard link it to uz:

5
lz/lz
View File

@ -8,12 +8,13 @@
# To Public License, Version 2, as published by Sam Hocevar. See
# http://sam.zoy.org/wtfpl/COPYING for more details.
#
# This script emulates and extends the lz and uz commands of the mtools.
# This script emulates and extends commands lz and uz from the mtools.
# It handles: .tar, .tar.gz, .tar.bz2, .tar.xz, .tar.lzma and .tar.Z,
# through the standards options of GNU tar.
# If the script name is "lz", the archive content is displayed. If the
# name is "uz", it is extracted.
# Note that you need GNU Tar, at least version 1.22 to support XZ files.
# Note that you need GNU Tar, at least version 1.20 to support LZMA,
# and 1.22 to support XZ.
## Verify program name ##

View File

@ -1,5 +1,19 @@
#!/bin/sh
# Utilise metaflac pour effectuer des actions de copie ou déplacement de champ à champ sur les fichiers FLAC.
#
# metaflac-field2field.sh, Copyright © 2009 Matteo Cypriani
#
# This program is free software. It comes without any warranty, to
# the extent permitted by applicable law. You can redistribute it
# and/or modify it under the terms of the Do What The Fuck You Want
# To Public License, Version 2, as published by Sam Hocevar. See
# http://sam.zoy.org/wtfpl/COPYING for more details.
#
# This script uses metaflac to process field to field copy/move on
# FLAC file metadatas.
# Launch this script without arguments to display usage.
# ----
# Ce script utilise metaflac pour effectuer des actions de copie ou
# déplacement de champ à champ sur les fichiers FLAC.
# Lancer ce script sans argument pour afficher son utilisation.
print_usage()