Skip to content

Commit

Permalink
Update license stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlas committed Nov 5, 2012
1 parent aee5be3 commit ad524e0
Show file tree
Hide file tree
Showing 17 changed files with 144 additions and 30 deletions.
File renamed without changes.
17 changes: 0 additions & 17 deletions README

This file was deleted.

37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Quirky
======

Quirky is a Qwirkle board game clone built with node.js and jQuery. It is not mobile / tablet friendly yet.

## Requires

* [node.js](http://nodejs.org/), tested with 0.4.7
* cookies (https://github.com/jed/cookies)

### Third party libraries included (not written by me):

* thirdparty/jquery.min.js (http://jquery.com/)
* thirdparty/jquery-ui.min.js (http://jqueryui.com/)
* thirdparty/jquery.cookie.js (https://github.com/carhartl/jquery-cookie)
* thirdparty/normalize.css (http://necolas.github.com/normalize.css/)

## Images:

* media/light_noise_diagonal.png from http://subtlepatterns.com
* media/dark_wood.png from http://subtlepatterns.com

## Fonts:

* Open Sans and Chango from [Google Web Fonts](http://www.google.com/webfonts)

Copyright
---------

Copyright (C) 2012 Juan Lasheras (http://www.juanl.org).

Licensed under GPL, see COPYING.txt for details.

Quirky includes some third party libraries and media, see thirdparty/ and media/
for license information on these.

Send any questions or comments [here](http://twitter.com/jlas_).
6 changes: 3 additions & 3 deletions color.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
This file is part of Quirky.
Copyright (C) 2012 Juan Lasheras (http://www.juanl.org).
Quirky is free software under the terms of the GNU General Public License
version 3, see <http://www.gnu.org/licenses/>.
This file is part of Quirky. Quirky is free software under the terms of the
GNU General Public License version 3, see <http://www.gnu.org/licenses/>.
*/

body { background-image: url("light_noise_diagonal.png"); }
Expand Down
2 changes: 2 additions & 0 deletions game-client.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/*
Copyright (C) 2012 Juan Lasheras (http://www.juanl.org).
This file is part of Quirky.
Quirky is free software: you can redistribute it and/or modify
Expand Down
10 changes: 6 additions & 4 deletions game.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/*
Copyright (C) 2012 Juan Lasheras (http://www.juanl.org).
This file is part of Quirky.
Quirky is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -37,10 +39,10 @@ var static_files = {
'layout.css': fs.readFileSync('layout.css'),
'color.css': fs.readFileSync('color.css'),
'typography.css': fs.readFileSync('typography.css'),
'normalize.css': fs.readFileSync('normalize.css'),
'jquery.min.js': fs.readFileSync('jquery/jquery.min.js'),
'jquery-ui.min.js': fs.readFileSync('jquery/jquery-ui.min.js'),
'jquery.cookie.js': fs.readFileSync('jquery/jquery.cookie.js'),
'normalize.css': fs.readFileSync('thirdparty/normalize.css'),
'jquery.min.js': fs.readFileSync('thirdparty/jquery.min.js'),
'jquery-ui.min.js': fs.readFileSync('thirdparty/jquery-ui.min.js'),
'jquery.cookie.js': fs.readFileSync('thirdparty/jquery.cookie.js'),
'light_noise_diagonal.png': fs.readFileSync("media/light_noise_diagonal.png"),
'wood.png': fs.readFileSync("media/dark_wood.png")
};
Expand Down
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
</head>

<!--
Copyright (C) 2012 Juan Lasheras (http://www.juanl.org).
This file is part of Quirky.
Quirky is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -156,5 +158,16 @@ <h2>Turn Steps</h2>
Fork it on <a href="http://www.github.com/jlas/quirky">GitHub</a>.
</footer>

<!-- subtle patterns attribution -->

<div xmlns:cc="http://creativecommons.org/ns#"
xmlns:dct="http://purl.org/dc/terms/"
about="http://subtlepatterns.com/about/">
<span property="dct:title">Subtle Patterns</span>
(<a rel="cc:attributionURL" property="cc:attributionName"
href="http://subtlepatterns.com">Subtle Patterns</a>) /
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">
CC BY-SA 3.0</a></div>

</body>
</html>
6 changes: 3 additions & 3 deletions layout.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
This file is part of Quirky.
Copyright (C) 2012 Juan Lasheras (http://www.juanl.org).
Quirky is free software under the terms of the GNU General Public License
version 3, see <http://www.gnu.org/licenses/>.
This file is part of Quirky. Quirky is free software under the terms of the
GNU General Public License version 3, see <http://www.gnu.org/licenses/>.
*/

@import url(normalize.css);
Expand Down
11 changes: 11 additions & 0 deletions media/subtlepatterns.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Subtle Patterns by Subtle Patterns is licensed under a Creative Commons
Attribution-ShareAlike 3.0 Unported License. See
http://creativecommons.org/licenses/by-sa/3.0/

Based on work at subtlepatterns.com.

Permissions beyond the scope of this license may be available upon contact.

A project by Atle Mo.

Subtle Patterns and www.subtlepatterns.com © 2012 Atle Mo.
26 changes: 26 additions & 0 deletions thirdparty/jquery-ui.MIT-LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Copyright 2012 jQuery Foundation and other contributors,
http://jqueryui.com/

This software consists of voluntary contributions made by many
individuals (AUTHORS.txt, http://jqueryui.com/about) For exact
contribution history, see the revision history and logs, available
at http://jquery-ui.googlecode.com/svn/

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.
File renamed without changes.
21 changes: 21 additions & 0 deletions thirdparty/jquery.MIT-LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Copyright 2012 jQuery Foundation and other contributors
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.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions thirdparty/normalize.LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) Nicolas Gallagher and Jonathan Neal

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.
File renamed without changes.
6 changes: 3 additions & 3 deletions typography.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
This file is part of Quirky.
Copyright (C) 2012 Juan Lasheras (http://www.juanl.org).
Quirky is free software under the terms of the GNU General Public License
version 3, see <http://www.gnu.org/licenses/>.
This file is part of Quirky. Quirky is free software under the terms of the
GNU General Public License version 3, see <http://www.gnu.org/licenses/>.
*/

body { font-family: "Open Sans", sans-serif;}
Expand Down

0 comments on commit ad524e0

Please sign in to comment.