Added license/CLA and updated readme.
This commit is contained in:
parent
0c7ad266a4
commit
4cee916c40
3 changed files with 30 additions and 2 deletions
7
CONTRIBUTING.md
Normal file
7
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
### Please sign our Contributor License Agreement
|
||||
|
||||
**[http://codecombat.com/cla](http://codecombat.com/cla)**
|
||||
|
||||
It just grants us a non-exclusive license to use your contribution and certifies you have the right to contribute the code you submit. For both our sakes, we need this before we can accept a pull request. Don't worry, it's super easy.
|
||||
|
||||
For more info, see [http://codecombat.com/legal](http://codecombat.com/legal).
|
20
LICENSE
Normal file
20
LICENSE
Normal file
|
@ -0,0 +1,20 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2014 CodeCombat Inc. and other contributors
|
||||
|
||||
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.
|
|
@ -1,7 +1,8 @@
|
|||
CodeCombat
|
||||
==========
|
||||
|
||||
Multiplayer live coding for learning to program.
|
||||
CodeCombat is a multiplayer programming game for learning how to code. See the [Archmage developer wiki](https://github.com/codecombat/codecombat/wiki) for all information.
|
||||
|
||||
We just open-sourced everything on 2014-01-03 as a preview release for our [Archmages](http://codecombat.com/contribute#archmage) who have been waiting to contribute. We will announce it fully on Monday. Please poke around, add issues, work on issues, and have fun! We'd love to see as many contributors as possible this weekend, so no contribution is too small.
|
||||
|
||||
[](https://webops.nodejitsu.com#nodejitsu/webhooks)
|
||||
|
||||
|
|
Reference in a new issue