[Groonga-commit] groonga/sphinx-ext-groonga at 0be6db9 [master] Add README and license

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 18 17:28:00 JST 2015


Kouhei Sutou	2015-03-18 17:28:00 +0900 (Wed, 18 Mar 2015)

  New Revision: 0be6db995b71c5955e372834b5ad0cbe6fbdee2b
  https://github.com/groonga/sphinx-ext-groonga/commit/0be6db995b71c5955e372834b5ad0cbe6fbdee2b

  Message:
    Add README and license

  Added files:
    LICENSE
    README.md

  Added: LICENSE (+26 -0) 100644
===================================================================
--- /dev/null
+++ LICENSE    2015-03-18 17:28:00 +0900 (a4b3faa)
@@ -0,0 +1,26 @@
+Copyright (c) 2015, Kouhei Sutou <kou �� clear-code.com>
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+2. 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.
+
+THIS SOFTWARE 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
+HOLDER 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, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

  Added: README.md (+15 -0) 100644
===================================================================
--- /dev/null
+++ README.md    2015-03-18 17:28:00 +0900 (b4238c9)
@@ -0,0 +1,15 @@
+# Sphinx extension for Groonga
+
+Sphinx extension for Groonga provides the following features:
+
+  * Visualize schema from schema definition Groonga commands such as
+    `table_create` and `column_create`.
+  * ...
+
+## How to use
+
+...
+
+## License
+
+2 clause BSD license. See [LICENSE](LICENSE) for details.
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index