1
If you checked out the sources from git, make sure that you have installed
2
autoconf and automake and run the following command in order to generate the
3
configure script:
4
5
autoreconf -i
6
7
8
--------
9
10
The icons used in this UI originate from Silk icon set 1.3
11
12
The Silk icons are licensed as follows:
13
_________________________________________
14
Mark James
15
http://www.famfamfam.com/lab/icons/silk/
16
_________________________________________
17
18
This work is licensed under a
19
Creative Commons Attribution 2.5 License.
20
[ http://creativecommons.org/licenses/by/2.5/ ]
21
22
This means you may use it for any purpose,
23
and make any changes you like.
24
All I ask is that you include a link back
25
to this page in your credits.
26
27
-----------------------------------------
28
29
The javascript minimizing tool has the following copyright:
30
31
/* jsmin.c
32
   2008-08-03
33
34
Copyright (c) 2002 Douglas Crockford  (www.crockford.com)
35
36
Permission is hereby granted, free of charge, to any person obtaining a copy of
37
this software and associated documentation files (the "Software"), to deal in
38
the Software without restriction, including without limitation the rights to
39
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
40
of the Software, and to permit persons to whom the Software is furnished to do
41
so, subject to the following conditions:
42
43
The above copyright notice and this permission notice shall be included in all
44
copies or substantial portions of the Software.
45
46
The Software shall be used for Good, not Evil.
47
48
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
49
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
50
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
51
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
52
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
53
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
54
SOFTWARE.
55
*/
56
57
-----------------------------------------
58
59
The sunrise / sunset calculaction script hast the following copyright:
60
61
/**************************************************************************
62
 *   Copyright (C) 2006, Paul Lutus                                        *
63
 *                                                                         *
64
 *   This program is free software; you can redistribute it and/or modify  *
65
 *   it under the terms of the GNU General Public License as published by  *
66
 *   the Free Software Foundation; either version 2 of the License, or     *
67
 *   (at your option) any later version.                                   *
68
 *                                                                         *
69
 *   This program is distributed in the hope that it will be useful,       *
70
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
71
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
72
 *   GNU General Public License for more details.                          *
73
 *                                                                         *
74
 *   You should have received a copy of the GNU General Public License     *
75
 *   along with this program; if not, write to the                         *
76
 *   Free Software Foundation, Inc.,                                       *
77
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
78
 ***************************************************************************/
79
80
http://www.arachnoid.com/lutusp/sunrise/solar_computer.js