source: branches/0.9-stable/THANKS

Last change on this file was 1490, checked in by Peter Johansson, 11 years ago

update copyright years and set property svncopyright:ignore

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-trac-wiki
File size: 1.9 KB
RevLine 
[84]1$Id: THANKS 1490 2012-08-21 07:50:28Z peter $
[26]2
[799]3svndigest build system uses an M4 macro (m4/find_apr.m4) created
4within the Apache project (The Apache Software Foundation). No changes
5is made to the M4 script. The Apache license text is available as
6m4/apache_LICENSE-2.0.txt.
[333]7
[335]8The cascading style sheet generated by svndigest was initially
[333]9inspired by the cascading style sheet within the Trac open source
10project, http://trac.edgewall.org/. The Trac license is included in
11the generated CSS file, svndigest.css.
12
[648]13During the build process svndigest automagically incorporates its
[542]14current svn revision into the source and binary. The solution, based
[648]15on a suggestion from Markus Hoenicka, works both when being in a
[542]16subversion WC (using svnversion) and when being outside. Hoenicka's
17suggestion can be found here:
[540]18http://www.mhoenicka.de/system-cgi/blog/index.php?itemid=999
19
[569]20svndigest build system uses a shell script
[1083]21(build_support/move-if-change) that was copied from GCC. The script
[569]22is licensed under GNU GPL <http://www.gnu.org/licenses/>.
23
[1489]24Vedran Ljubovic for reporting bug #515
25
[333]26-----------------------------------------------------------------------
27{{{
[978]28Copyright (C) 2005, 2006 Jari Häkkinen
29Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson
[1490]30Copyright (C) 2009, 2010, 2012 Peter Johansson
[84]31
[687]32This file is part of svndigest, http://dev.thep.lu.se/svndigest
[84]33
[149]34svndigest is free software; you can redistribute it and/or modify it
[84]35under the terms of the GNU General Public License as published by the
[693]36Free Software Foundation; either version 3 of the License, or (at your
[84]37option) any later version.
38
[149]39svndigest is distributed in the hope that it will be useful, but
40WITHOUT ANY WARRANTY; without even the implied warranty of
41MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
42General Public License for more details.
[84]43
44You should have received a copy of the GNU General Public License
[693]45along with svndigest. If not, see <http://www.gnu.org/licenses/>.
[333]46}}}
Note: See TracBrowser for help on using the repository browser.