[84] | 1 | $Id: THANKS 334 2007-05-18 20:49:25Z peter $ |
---|
[26] | 2 | |
---|
[334] | 3 | * svndigest uses a C++ interface to Gnuplot inspired by Rajarshi |
---|
| 4 | Guha. |
---|
[333] | 5 | |
---|
[334] | 6 | * Rajarshi Guha's "A C++ Interface to Gnuplot" can be found through |
---|
[333] | 7 | http://jijo.cjb.net/ . The C++ interface is based on "gnuplot |
---|
| 8 | interfaces in ANSI C" written by Nicolas Devillard. The C implemention |
---|
| 9 | is available through http://ndevilla.free.fr/ . |
---|
| 10 | |
---|
[334] | 11 | * svndigest build system uses an M4 macro (build_support/find_apr.m4) |
---|
[333] | 12 | created within the Apache project (The Apache Software Foundation). No |
---|
| 13 | changes is made to the M4 script. The apache license text is available |
---|
| 14 | as buid_support/apache_LICENSE-2.0.txt. |
---|
| 15 | |
---|
[334] | 16 | * The cascading style sheet generated by svndigest was initially |
---|
[333] | 17 | inspired by the cascading style sheet within the Trac open source |
---|
| 18 | project, http://trac.edgewall.org/. The Trac license is included in |
---|
| 19 | the generated CSS file, svndigest.css. |
---|
| 20 | |
---|
| 21 | |
---|
| 22 | ----------------------------------------------------------------------- |
---|
| 23 | {{{ |
---|
[334] | 24 | Copyright (C) 2007 Jari Häkkinen Peter Johansson |
---|
[84] | 25 | |
---|
[149] | 26 | This file is part of svndigest, http://lev.thep.lu.se/trac/svndigest |
---|
[84] | 27 | |
---|
[149] | 28 | svndigest is free software; you can redistribute it and/or modify it |
---|
[84] | 29 | under the terms of the GNU General Public License as published by the |
---|
| 30 | Free Software Foundation; either version 2 of the License, or (at your |
---|
| 31 | option) any later version. |
---|
| 32 | |
---|
[149] | 33 | svndigest is distributed in the hope that it will be useful, but |
---|
| 34 | WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 35 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
| 36 | General Public License for more details. |
---|
[84] | 37 | |
---|
| 38 | You should have received a copy of the GNU General Public License |
---|
| 39 | along with this program; if not, write to the Free Software |
---|
| 40 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
---|
| 41 | USA. |
---|
| 42 | |
---|
[333] | 43 | }}} |
---|
[84] | 44 | |
---|