add license overview file
This commit is contained in:
parent
88b68c87b6
commit
29388bad2c
|
@ -126,10 +126,11 @@ to, for instance, display the number of connected players.
|
||||||
Cards Against Humanity is available at
|
Cards Against Humanity is available at
|
||||||
<a href="http://www.cardsagainsthumanity.com/">cardsagainsthumanity.com</a>, where you can buy it
|
<a href="http://www.cardsagainsthumanity.com/">cardsagainsthumanity.com</a>, where you can buy it
|
||||||
or download and print it out yourself. It is distributed under a
|
or download and print it out yourself. It is distributed under a
|
||||||
<a href="http://creativecommons.org/licenses/by-nc-sa/2.0/">Creative Commons - Attribution -
|
<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons - Attribution -
|
||||||
Noncommercial - Share Alike license</a>. This web version is in no way endorsed or sponsored by
|
Noncommercial - Share Alike license</a>. This web version is in no way endorsed or sponsored by
|
||||||
cardsagainsthumanity.com. You may download the source code to this version from FIXME AFTER
|
cardsagainsthumanity.com. You may download the source code to this version from FIXME AFTER
|
||||||
FIGURING OUT WHAT LICENSE TO USE.
|
FIGURING OUT WHAT LICENSE TO USE. For full license information, including information about
|
||||||
|
included libraries, see the <a href="license.html">full license information</a>.
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2011, Andy Janata
|
* Copyright (c) 2012, Andy Janata
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without modification, are permitted
|
* Redistribution and use in source and binary forms, with or without modification, are permitted
|
||||||
|
|
|
@ -0,0 +1,292 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||||
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
<title>Cards Against Humanity - License Information</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Cards Against Humanity game</h1>
|
||||||
|
<p>
|
||||||
|
Cards Against Humanity is available at
|
||||||
|
<a href="http://www.cardsagainsthumanity.com/">cardsagainsthumanity.com</a>, where you can buy
|
||||||
|
it or download and print it out yourself. It is distributed under a <a
|
||||||
|
href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons - Attribution -
|
||||||
|
Noncommercial - Share Alike license</a>. This web version is in no way endorsed or sponsored
|
||||||
|
by cardsagainsthumanity.com. You may download the source code to this version from FIXME AFTER
|
||||||
|
FIGURING OUT WHAT LICENSE TO USE.
|
||||||
|
</p>
|
||||||
|
<h1>Server and client game logic code.</h1>
|
||||||
|
<p>
|
||||||
|
Cards Against Humanity, Java server and JavaScript client, Copyright © 2012, Andy Janata.
|
||||||
|
<br />
|
||||||
|
All rights reserved.
|
||||||
|
<br /> <br />
|
||||||
|
Redistribution and use in source and binary forms, with or
|
||||||
|
without modification, are permitted provided that the following conditions are met:
|
||||||
|
</p>
|
||||||
|
<ol>
|
||||||
|
<li>Redistributions of source code must retain the above copyright notice, this list of
|
||||||
|
conditions and the following disclaimer.</li>
|
||||||
|
<li>Redistributions in binary form must reproduce the above copyright notice, this list of
|
||||||
|
conditions and the following disclaimer in the documentation and/or other materials provided
|
||||||
|
with the distribution.</li>
|
||||||
|
</ol>
|
||||||
|
<p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS
|
||||||
|
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||||
|
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||||
|
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||||
|
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||||
|
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
|
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
|
POSSIBILITY OF SUCH DAMAGE.</p>
|
||||||
|
<h1>Card Database</h1>
|
||||||
|
<p>
|
||||||
|
This Cards Against Humanity server stores its card data in a PostgreSQL database. The script to
|
||||||
|
create this database and populate it with the standard Cards Against Humanity cards is licensed
|
||||||
|
under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons -
|
||||||
|
Attribution - Noncommercial - Share Alike license</a>, just like Cards Against Humanity itself.
|
||||||
|
</p>
|
||||||
|
<h1>Third-party libraries</h1>
|
||||||
|
<p>The client and server make extensive use of third-party libraries. These libraries have
|
||||||
|
their own license terms. Any relevant information is provided here.</p>
|
||||||
|
|
||||||
|
<h2>Client</h2>
|
||||||
|
|
||||||
|
<h3>jQuery</h3>
|
||||||
|
<pre>
|
||||||
|
Copyright (c) 2011 John Resig, http://jquery.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.
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<h3>QTransform</h3>
|
||||||
|
<p>by Bobby Schultz</p>
|
||||||
|
|
||||||
|
<h3>jQuery Cookie plugin</h3>
|
||||||
|
<pre>
|
||||||
|
Copyright (c) 2010 Klaus Hartl, @carhartl
|
||||||
|
|
||||||
|
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.
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<h2>Server</h2>
|
||||||
|
|
||||||
|
<h3>ANTLR</h3>
|
||||||
|
Copyright (c) 2010 Terence Parr
|
||||||
|
<br /> All rights reserved.
|
||||||
|
<br /> Redistribution and use in source and binary forms, with or without modification, are
|
||||||
|
permitted provided that the following conditions are met:
|
||||||
|
<ul>
|
||||||
|
<li>Redistributions of source code must retain the above copyright notice, this list of
|
||||||
|
conditions and the following disclaimer.</li>
|
||||||
|
<li>Redistributions in binary form must reproduce the above copyright notice, this list of
|
||||||
|
conditions and the following disclaimer in the documentation and/or other materials provided
|
||||||
|
with the distribution.</li>
|
||||||
|
<li>Neither the name of the author nor the names of its contributors may be used to endorse
|
||||||
|
or promote products derived from this software without specific prior written permission.</li>
|
||||||
|
</ul>
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
|
||||||
|
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
||||||
|
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
|
||||||
|
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
|
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
<h3>
|
||||||
|
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Commons Collections</a>
|
||||||
|
</h3>
|
||||||
|
<h3>
|
||||||
|
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache Commons Lang</a>
|
||||||
|
</h3>
|
||||||
|
<h3>
|
||||||
|
<a href="http://asm.ow2.org/">ASM</a>
|
||||||
|
</h3>
|
||||||
|
<pre>
|
||||||
|
Copyright (c) 2000-2011 INRIA, France Telecom
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions
|
||||||
|
are met:
|
||||||
|
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
3. Neither the name of the copyright holders nor the names of its
|
||||||
|
contributors may be used to endorse or promote products derived from
|
||||||
|
this software without specific prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||||
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
||||||
|
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||||
|
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||||
|
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||||
|
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||||
|
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||||
|
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
||||||
|
THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
</pre>
|
||||||
|
<h3>
|
||||||
|
<a href="http://www.apache.org/licenses/LICENSE-2.0">atinject</a>
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<h3>dom4j</h3>
|
||||||
|
Redistribution and use of this software and associated documentation ("Software"), with or without
|
||||||
|
modification, are permitted provided that the following conditions are met:
|
||||||
|
<ol>
|
||||||
|
<li>Redistributions of source code must retain copyright statements and notices.
|
||||||
|
Redistributions must also contain a copy of this document.</li>
|
||||||
|
<li>Redistributions in binary form must reproduce the above copyright notice, this list of
|
||||||
|
conditions and the following disclaimer in the documentation and/or other materials provided
|
||||||
|
with the distribution.</li>
|
||||||
|
<li>The name "DOM4J" must not be used to endorse or promote products derived from this
|
||||||
|
Software without prior written permission of MetaStuff, Ltd. For written permission, please
|
||||||
|
contact dom4j-info@metastuff.com.</li>
|
||||||
|
<li>Products derived from this Software may not be called "DOM4J" nor may "DOM4J" appear in
|
||||||
|
their names without prior written permission of MetaStuff, Ltd. DOM4J is a registered
|
||||||
|
trademark of MetaStuff, Ltd.</li>
|
||||||
|
<li>Due credit should be given to the DOM4J Project - http://dom4j.sourceforge.net</li>
|
||||||
|
</ol>
|
||||||
|
THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR
|
||||||
|
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL METASTUFF, LTD. OR ITS
|
||||||
|
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
|
||||||
|
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
|
||||||
|
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
<br />
|
||||||
|
<br /> Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
|
||||||
|
|
||||||
|
<h3>
|
||||||
|
<a href="http://www.apache.org/licenses/LICENSE-2.0">cglib</a>
|
||||||
|
</h3>
|
||||||
|
<h3>
|
||||||
|
<a href="http://www.apache.org/licenses/LICENSE-2.0">EasyMock</a>
|
||||||
|
</h3>
|
||||||
|
<h3>
|
||||||
|
<a href="http://www.apache.org/licenses/LICENSE-2.0">Guice</a>
|
||||||
|
</h3>
|
||||||
|
<h3>
|
||||||
|
<a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">Hibernate</a>
|
||||||
|
</h3>
|
||||||
|
<h3>
|
||||||
|
<a href="http://www.apache.org/licenses/LICENSE-2.0">Javassist</a>
|
||||||
|
</h3>
|
||||||
|
<h3>
|
||||||
|
<a href="http://www.eclipse.org/legal/epl-v10.html">Java Persistence</a>
|
||||||
|
</h3>
|
||||||
|
<h3>
|
||||||
|
<a href="http://www.opensource.org/licenses/CDDL-1.0">Java Transactions</a>
|
||||||
|
</h3>
|
||||||
|
<h3>
|
||||||
|
<a href="http://www.apache.org/licenses/LICENSE-2.0">JSON.simple</a>
|
||||||
|
</h3>
|
||||||
|
<h3>
|
||||||
|
<a href="http://www.apache.org/licenses/LICENSE-2.0">log4j</a>
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<h3>PostgreSQL JDBC driver</h3>
|
||||||
|
<pre>
|
||||||
|
Copyright (c) 1997-2010, PostgreSQL Global Development Group
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
1. Redistributions of source code must retain the above copyright notice,
|
||||||
|
this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||||
|
this list of conditions and the following disclaimer in the documentation
|
||||||
|
and/or other materials provided with the distribution.
|
||||||
|
3. Neither the name of the PostgreSQL Global Development Group nor the names
|
||||||
|
of its contributors may be used to endorse or promote products derived
|
||||||
|
from this software without specific prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||||
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
||||||
|
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||||
|
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||||
|
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||||
|
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||||
|
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||||
|
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
|
POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<h3>
|
||||||
|
<a href="http://www.apache.org/licenses/LICENSE-2.0">Objenesis</a>
|
||||||
|
</h3>
|
||||||
|
<h3>SLF4J</h3>
|
||||||
|
<pre>
|
||||||
|
Copyright (c) 2004-2011 QOS.ch
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
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.
|
||||||
|
</pre>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -1,4 +1,4 @@
|
||||||
-- Cards Against Humanity cards by Andy Janata is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
|
-- Cards Against Humanity cards by Andy Janata is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
|
||||||
-- Based on a work at www.cardsagainsthumanity.com.
|
-- Based on a work at www.cardsagainsthumanity.com.
|
||||||
-- For more information, see http://creativecommons.org/licenses/by-nc-sa/3.0/
|
-- For more information, see http://creativecommons.org/licenses/by-nc-sa/3.0/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue