|
| 1 | +# License |
| 2 | + |
| 3 | +Copyright (c) 2012 Don Park |
| 4 | + |
| 5 | +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: |
| 6 | + |
| 7 | +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. |
| 8 | + |
| 9 | +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. |
| 10 | + |
| 11 | +## Helveticards |
| 12 | + |
| 13 | +CSS-based poker cards originate from Zack Waugh's [Helveticards](http://zachwaugh.com/helveticards/index.html) project which can be found at [Github](https://github.com/zachwaugh/Helveticards). |
| 14 | + |
| 15 | +Copyright (c) 2012 Zach Waugh - http://zachwaugh.com |
| 16 | + |
| 17 | +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: |
| 18 | + |
| 19 | +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. |
| 20 | + |
| 21 | +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. |
| 22 | + |
| 23 | +## Court Images |
| 24 | + |
| 25 | +Graphics on face cards are rendered using Chris Aguilar's [vectorized-playing-cards](http://code.google.com/p/vectorized-playing-cards/) SVG files. As I understand it, his work is hand-vectorized version of standard [Anglo-American court cards](http://www.madore.org/~david/misc/cards.html) which are in public domain except for back and Joker images which vary and are mostly still copyrighted and thus absent from Chris' work. |
| 26 | + |
| 27 | +Chris Aguilar |
| 28 | +mailto:conjurenation@gmail.com |
| 29 | + |
| 30 | +This library is released under the GNU LESSER GENERAL PUBLIC LICENSE 3.0. |
| 31 | + |
| 32 | +http://www.gnu.org/licenses/gpl.html |
| 33 | +http://www.gnu.org/copyleft/lesser.html |
| 34 | + |
| 35 | +Generally, this means the cards are free to use (commercially and non commercially) but must be properly attributed (see "README.txt" file) and (The library itself, not your project) re-distributed only under the same license. |
| 36 | + |
| 37 | +## Script files |
| 38 | + |
| 39 | +### FLIPPY jQuery plugin 1.0.1 |
| 40 | + |
| 41 | +This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. |
| 42 | + |
| 43 | +- website: [http://guilhemmarty.com/flippy](http://guilhemmarty.com/flippy) |
| 44 | +- author: [Guilhem MARTY](bonjour@guilhemmarty.com) |
| 45 | + |
| 46 | +### Backbone.js 0.9.2 |
| 47 | + |
| 48 | +(c) 2010-2012 Jeremy Ashkenas, DocumentCloud Inc. |
| 49 | +Backbone may be freely distributed under the MIT license. |
| 50 | + |
| 51 | +- website: [http://backbonejs.org](http://backbonejs.org) |
| 52 | + |
| 53 | +### Underscore.js 1.4.0 |
| 54 | + |
| 55 | +(c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc. |
| 56 | +Underscore may be freely distributed under the MIT license. |
| 57 | + |
| 58 | +- website: [http://underscorejs.org](http://underscorejs.org) |
0 commit comments