Skip to content

Commit

Permalink
Changed the license to the MIT license
Browse files Browse the repository at this point in the history
- Added and translated some comments to clear out the code
  • Loading branch information
rcdmk committed Oct 10, 2012
1 parent 68cb0af commit 8645d93
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 52 deletions.
7 changes: 7 additions & 0 deletions LICENCE.txt
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,7 @@
The MIT License (MIT)
Copyright (c) 2012 RCDMK - rcdmk@rcdmk.com

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.

12 changes: 9 additions & 3 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,10 +1,16 @@
#JSON object class 2.0a - September, 17th - 2012 #JSON object class 2.1
##By RCDMK - rcdmk@rcdmk.com ##By RCDMK - rcdmk@rcdmk.com


###Licence: ###Licence:
Creative Commons BY: http://creativecommons.org/licenses/by/3.0/ MIT license: http://opensource.org/licenses/mit-license.php
You are free to use, share, distribute or change this work, as long as you mantain a reference to the author in this file and, when applicable, in a readme, about or some form of credit screen or dialog on the application where this code is being used if the source of the app is not distributed. The MIT License (MIT)
Copyright (c) 2012 RCDMK - rcdmk@rcdmk.com


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.


###How to use: ###How to use:


Expand Down
Loading

0 comments on commit 8645d93

Please sign in to comment.