~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/util/configobj/docs/BSD-LICENSE.txt

  • Committer: John Arbash Meinel
  • Author(s): Mark Hammond
  • Date: 2008-09-09 17:02:21 UTC
  • mto: This revision was merged to the branch mainline in revision 3697.
  • Revision ID: john@arbash-meinel.com-20080909170221-svim3jw2mrz0amp3
An updated transparent icon for bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
===================================
 
2
 The Voidspace Open Source License
 
3
===================================
 
4
 
 
5
.. note::
 
6
 
 
7
    See this document online at http://www.voidspace.org.uk/python/license.shtml
 
8
 
 
9
This is the OSI_ Approved license that the Voidspace modules and programs are
 
10
available under [#]_. It's often reffered to as the *BSD License*.
 
11
 
 
12
It is a very unrestrictive license but it comes with the usual disclaimer. 
 
13
This is free software: test it, break it, just don't blame me if it eats your 
 
14
data ! Of course if it does, let me know and I'll fix the problem so that it 
 
15
doesn't happen to anyone else {sm;:-)}.
 
16
 
 
17
.. _osi: http://www.opensource.org/
 
18
 
 
19
::
 
20
 
 
21
    Copyright (c) 2003-2008, Michael Foord & Nicola Larosa
 
22
    All rights reserved.
 
23
    E-mail : fuzzyman AT voidspace DOT org DOT uk
 
24
    
 
25
    Redistribution and use in source and binary forms, with or without
 
26
    modification, are permitted provided that the following conditions are
 
27
    met:
 
28
    
 
29
    
 
30
        * Redistributions of source code must retain the above copyright
 
31
          notice, this list of conditions and the following disclaimer.
 
32
    
 
33
        * Redistributions in binary form must reproduce the above
 
34
          copyright notice, this list of conditions and the following
 
35
          disclaimer in the documentation and/or other materials provided
 
36
          with the distribution.
 
37
    
 
38
        * Neither the name of Michael Foord nor the name of Voidspace 
 
39
          may be used to endorse or promote products derived from this
 
40
          software without specific prior written permission.
 
41
    
 
42
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 
43
    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
44
    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 
45
    A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 
46
    OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 
47
    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 
48
    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 
49
    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 
50
    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 
51
    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 
52
    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
53
 
 
54
If you use any of my code in your projects, then a link back would be nice. If
 
55
you let me know about any of your projects that use them - then I can link to
 
56
you as examples.
 
57
 
 
58
-----------
 
59
 
 
60
.. [#] Unless specifically stated otherwise of course.