~dylanmccall/harvest/visual-tweaks

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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
This document lists files from outside sources, including their copyright and license details. These files remain under their respective licenses.


./harvest/ordereddict.py
	Copyright (c) 2009, Raymond Hettinger
	Licensed under the MIT license (#1 below)
	<http://pypi.python.org/pypi/ordereddict>

./harvest/common/middleware/timer.py
	By "metajack"
	<http://djangosnippets.org/snippets/797/>

./harvest/media/css/reset.css
	By Eric Meyer
	<http://meyerweb.com/eric/tools/css/reset/>

./harvest/media/img/pkg-status-loading.gif,
./harvest/media/img/results-status-loading.gif,
./harvest/media/img/results-status-waiting.gif
	<http://ajaxload.info/>
	results-status-waiting.gif is derived from results-status-loading.gif

./harvest/media/js/jquery-1.4.2.min.js
	Copyright 2010, John Resig
	Dual licensed under the MIT or GPL Version 2 licenses
	<http://jquery.com>

./harvest/media/js/jquery.placeheld.js
	Copyright (c) 2010, Max Wheeler
	Licensed under the WTFPL (#2 below)
	<http://plugins.jquery.com/project/placeheld>

./harvest/media/js/jquery.scrollstay.js
	Derived from "jquery.scrollFollow.js"
	Copyright (c) 2008 Net Perspective (http://kitchen.net-perspective.com/)
	Licensed under the MIT License
	<http://plugins.jquery.com/project/scroll-follow>



---
Licenses

#1. MIT license

	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.

#2. WTFPL

		        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
		                Version 2, December 2004

	 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

	 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.