tazusb rev 115 4.0.1

Prepa for release (Up VERSION and date)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 03 22:07:44 2012 +0100 (2012-03-03)
parents 215abeab51dc
children 82aeb1a92f5e
files COPYING tazusb
line diff
     1.1 --- a/COPYING	Sat Mar 03 21:37:13 2012 +0100
     1.2 +++ b/COPYING	Sat Mar 03 22:07:44 2012 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4  ===============================================================================
     1.5  
     1.6  
     1.7 -Copyright (c)  2008  SliTaz GNU/Linux
     1.8 +Copyright (c)  2008-2012  SliTaz GNU/Linux
     1.9  
    1.10  
    1.11  Français
     2.1 --- a/tazusb	Sat Mar 03 21:37:13 2012 +0100
     2.2 +++ b/tazusb	Sat Mar 03 22:07:44 2012 +0100
     2.3 @@ -1,11 +1,14 @@
     2.4  #!/bin/sh
     2.5 -# Tazusb - SliTaz LiveUSB
     2.6  #
     2.7 -# Tazusb is an utility to generate, configure and manipulate SliTaz LiveUSB
     2.8 -# bootable media and/or USB /home partition, such as flash keys, SD card or 
     2.9 -# USB harddisk. Authors : see AUTHORS
    2.10 +# Tazusb - SliTaz LiveUSB utility to generate, configure and manipulate
    2.11 +# SliTaz LiveUSB bootable media and/or USB /home partition, such as
    2.12 +# flash keys, SD card or USB harddisk.
    2.13  #
    2.14 -VERSION=3.0.2
    2.15 +# Copyright (C) 2012 SliTaz GNU/Linux - GNU gpl v2
    2.16 +#
    2.17 +# Authors: see AUTHORS file
    2.18 +#
    2.19 +VERSION=4.0.1
    2.20  
    2.21  # Include gettext helper script.
    2.22  . /usr/bin/gettext.sh