Mercurial > bitten > bitten-test
annotate COPYING @ 834:70aebfc3a45f
Use `display_rev` strategy instead of just `rev` as that displays much nicer for DVCS sytems with long hash revisions numbers using Trac 0.12. No visual differences for Trac 0.11 users.
Thanks to Felix Schwarz and trbs for patches and testing. Closes #610.
author | osimons |
---|---|
date | Sun, 10 Oct 2010 19:54:37 +0000 |
parents | 7c80375d4817 |
children |
rev | line source |
---|---|
832 | 1 Copyright (C) 2007-2010 Edgewall Software |
408
933105ab516b
Update file headers and other stuff pointing to the old home.
cmlenz
parents:
267
diff
changeset
|
2 Copyright (C) 2005-2007 Christopher Lenz |
163 | 3 All rights reserved. |
4 | |
5 Redistribution and use in source and binary forms, with or without | |
6 modification, are permitted provided that the following conditions | |
7 are met: | |
8 | |
9 1. Redistributions of source code must retain the above copyright | |
10 notice, this list of conditions and the following disclaimer. | |
11 2. Redistributions in binary form must reproduce the above copyright | |
12 notice, this list of conditions and the following disclaimer in | |
13 the documentation and/or other materials provided with the | |
14 distribution. | |
15 3. The name of the author may not be used to endorse or promote | |
16 products derived from this software without specific prior | |
17 written permission. | |
18 | |
19 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS | |
20 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | |
21 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | |
22 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY | |
23 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | |
24 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE | |
25 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | |
26 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER | |
27 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR | |
28 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN | |
29 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
267 | 30 |
31 ==================================================================== | |
32 | |
802
a01248c3968c
Updated information about licensing of external code.
osimons
parents:
408
diff
changeset
|
33 This software includes copies of external libraries: |
a01248c3968c
Updated information about licensing of external code.
osimons
parents:
408
diff
changeset
|
34 - jquery.flot.js (MIT license) |
a01248c3968c
Updated information about licensing of external code.
osimons
parents:
408
diff
changeset
|
35 - excanvas.js (Apache License, Version 2.0) |