Skip to content

Commit ab8a72d

Browse files
committed
Update README and add MIT License
1 parent e2d690f commit ab8a72d

File tree

1 file changed

+13
-22
lines changed

1 file changed

+13
-22
lines changed

README.md

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,25 @@
1-
# coderdojo.jp
1+
# CoderDojo Japan
22

33
Official website of CoderDojo Japan integrated with Rails-based CMS (Scrivito)
44

55
- 本番環境: http://coderdojo.jp (using Parse.com that will be shutdown on 2017 January)
66
- GitHub: https://github.com/coderdojo-japan/web
7-
- デモ環境: http://coderdojo-japan.herokuapp.com/
7+
- デモ環境: http://coderdojo-japan.herokuapp.com/ (must be switched before the shutdown)
88
- GitHub: https://github.com/yasslab/coderdojo.jp
99

10-
## TODO
10+
## Copyright
1111

12-
This README would normally document whatever steps are necessary to get the
13-
application up and running.
12+
Initially developed by [YassLab](http://yasslab.jp/) in 2016,
13+
and passed to [CoderDojo Japan](http://coderdojo.jp/) in 2017.
14+
Now published under MIT License.
1415

15-
Things you may want to cover:
16+
```
17+
The MIT License (MIT)
18+
Copyright (c) 2016 CoderDojo Japan
1619
17-
* Ruby version
20+
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:
1821
19-
* System dependencies
20-
21-
* Configuration
22-
23-
* Database creation
24-
25-
* Database initialization
26-
27-
* How to run the test suite
28-
29-
* Services (job queues, cache servers, search engines, etc.)
30-
31-
* Deployment instructions
32-
33-
* ...
22+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3423
24+
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.
25+
```

0 commit comments

Comments
 (0)