Skip to content

Commit

Permalink
Added BSD license file
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lundin committed Jul 20, 2010
1 parent 4c85c1e commit 657a20e
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 3 deletions.
31 changes: 31 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Copyright (c) 2010, Daniel Lundin and python-libuuid Project Contributors.
All rights reserved.

Redistribution and use in source and binary forms of the software as well
as documentation, with or without modification, are permitted provided
that the following conditions are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.

* The names of the contributors may not be used to endorse or
promote products derived from this software without specific
prior written permission.

THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AUTHORS
MANIFEST
LICENSE
MANIFEST.in
README
README.rst
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include MANIFEST.in MANIFEST
include AUTHORS README.rst
include AUTHORS LICENSE README.rst
recursive-include libuuid *.py *.pyx *.pxd _uuid.c
34 changes: 33 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,36 @@
pylibuuid - Faster UUID generation using libuuid
####################################################

Python bindings for libuuid. Compatible with the standard library `uuid` module.
Python bindings using `libuuid` for fast `UUID` generation.
Fully compatible with the standard lib `uuid module`_.



.. _uuid module: http://docs.python.org/library/uuid.html
.. _UUID: http://tools.ietf.org/html/rfc4122
.. _libuuid: http://git.kernel.org/?p=fs/ext2/e2fsprogs.git;a=tree;f=lib/uuid



Bug tracker
-----------

If you have any suggestions, bug reports or annoyances please report them
to our issue tracker at http://github.com/dln/python-libuuid/issues/

Contributing
------------

Development of ``python-libuuid`` takes place at Github: http://github.com/dln/python-libuuid/

Patches are more than welcome.

License
-------

This software is licensed under the ``BSD`` software license.
See the``LICENSE`` file in the top distribution directory for full license
text.


.. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround

0 comments on commit 657a20e

Please sign in to comment.