tazbug rev 1
Added AUTHORS COPYING and TODO file
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 03 11:39:35 2012 +0200 (2012-04-03) |
parents | bcbf3e907da0 |
children | 8ec78f34725f |
files | AUTHORS COPYING TODO |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/AUTHORS Tue Apr 03 11:39:35 2012 +0200 1.3 @@ -0,0 +1,1 @@ 1.4 +Christophe Lincoln <pankso@slitaz.org>
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/COPYING Tue Apr 03 11:39:35 2012 +0200 2.3 @@ -0,0 +1,26 @@ 2.4 +Copyright (c) The Regents of the University of California. 2.5 +All rights reserved. 2.6 + 2.7 +Redistribution and use in source and binary forms, with or without 2.8 +modification, are permitted provided that the following conditions 2.9 +are met: 2.10 +1. Redistributions of source code must retain the above copyright 2.11 + notice, this list of conditions and the following disclaimer. 2.12 +2. Redistributions in binary form must reproduce the above copyright 2.13 + notice, this list of conditions and the following disclaimer in the 2.14 + documentation and/or other materials provided with the distribution. 2.15 +3. Neither the name of the University nor the names of its contributors 2.16 + may be used to endorse or promote products derived from this software 2.17 + without specific prior written permission. 2.18 + 2.19 +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 2.20 +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 2.21 +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2.22 +ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 2.23 +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2.24 +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2.25 +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2.26 +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2.27 +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2.28 +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2.29 +SUCH DAMAGE.