tazweb diff COPYING @ rev 0

Initial commit with README COPYING AUTHORS
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 04 02:41:20 2011 +0200 (2011-04-04)
parents
children 435fdb863811
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/COPYING	Mon Apr 04 02:41:20 2011 +0200
     1.3 @@ -0,0 +1,36 @@
     1.4 +TazWeb Copyright License
     1.5 +===============================================================================
     1.6 +
     1.7 +
     1.8 +Copyright (C)  2011  SliTaz GNU/Linux <devel@slitaz.org>
     1.9 +
    1.10 +
    1.11 +When TazWeb started, some code have been take from GtkLauncher example browse
    1.12 +found in the GTKWebkit source tarball and is:
    1.13 +
    1.14 +	Copyright (C) 2006, 2007 Apple Inc.
    1.15 +	Copyright (C) 2007 Alp Toker <alp@atoker.com>
    1.16 +
    1.17 +BSD License
    1.18 +-----------
    1.19 +
    1.20 +Redistribution and use in source and binary forms, with or without
    1.21 +modification, are permitted provided that the following conditions
    1.22 +are met:
    1.23 +1. Redistributions of source code must retain the above copyright
    1.24 +   notice, this list of conditions and the following disclaimer.
    1.25 +2. Redistributions in binary form must reproduce the above copyright
    1.26 +   notice, this list of conditions and the following disclaimer in the
    1.27 +   documentation and/or other materials provided with the distribution.
    1.28 +
    1.29 +THIS SOFTWARE IS PROVIDED BY SLITAZ GNU/LINUX. ``AS IS'' AND ANY
    1.30 +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    1.31 +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    1.32 +PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL SLITAZ GNU/LINUX. OR
    1.33 +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    1.34 +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    1.35 +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    1.36 +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
    1.37 +OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    1.38 +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    1.39 +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.