forked from geeksam/think-like-a-git-dot-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE.txt
48 lines (30 loc) · 1.97 KB
/
LICENSE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
This is important!
Some of the files in this project are NOT FREE. When I was writing the site, I didn't want to get bogged down in tweaking CSS, so I bought a licensed design template via themeforest.net.
I'm okay putting this stuff up on a public Git repository because, hey, it's the web. You can swipe these assets for yourself any time you want. I just want to remind you not to be a jerk about it. :)
Here's the list of stuff that came with the original template (note that some of these assets, notably the JavaScript, are themselves freely available):
./content/assets/css/style.css
./content/assets/fonts/*
./content/assets/images/*
./content/assets/js/jquery*.js
./content/assets/js/superfish.js
====================================================================
Everything else in here is copyright (c) Sam Livingston-Gray.
The content is covered under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License:
http://creativecommons.org/licenses/by-nc-sa/3.0/
The Ruby code in this project is available under the WTFPL.
====================================================================
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <[email protected]>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
====================================================================
/* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl/COPYING for more details. */