[Groonga-commit] groonga/express-droonga at 74deeec [master] Set license as MIT

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jul 21 22:30:29 JST 2013


Kouhei Sutou	2013-07-21 22:30:29 +0900 (Sun, 21 Jul 2013)

  New Revision: 74deeece170bf4441fad496bf6be380772a85333
  https://github.com/groonga/express-droonga/commit/74deeece170bf4441fad496bf6be380772a85333

  Message:
    Set license as MIT
    
    It is the same license as node.js.

  Added files:
    LICENSE
  Modified files:
    README.md
    package.json

  Added: LICENSE (+21 -0) 100644
===================================================================
--- /dev/null
+++ LICENSE    2013-07-21 22:30:29 +0900 (beac42d)
@@ -0,0 +1,21 @@
+The MIT License.
+
+Copyright (c) 2013 Droonga project
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

  Modified: README.md (+6 -0)
===================================================================
--- README.md    2013-07-21 22:22:42 +0900 (0bccd2d)
+++ README.md    2013-07-21 22:30:29 +0900 (3061f90)
@@ -73,3 +73,9 @@ Frontend applications can call raw APIs via Socket.IO. For example:
     socket.emit('search', { query: 'foobar' });
 
 In Socket.IO APIs, you'll send requests and receive results separately.
+
+## License
+
+The MIT License. See LICENSE for details.
+
+Copyright (c) 2013 Droonga project

  Modified: package.json (+1 -0)
===================================================================
--- package.json    2013-07-21 22:22:42 +0900 (88a5428)
+++ package.json    2013-07-21 22:30:29 +0900 (e736133)
@@ -13,6 +13,7 @@
       "email": "yuki �� clear-code.com"
     }
   ],
+  "license": "MIT",
   "dependencies": {
     "fluent-logger": "*",
     "jade": "*",
-------------- next part --------------
HTML����������������������������...
Download 



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