annotate COPYING @ 213:25f84dd9f159

* Refactoring of build recipes, the file format has changed slightly: * The namespace URIs of recipe command collections are now abstract, implementations are registered using setuptools entry points. * Commands for report generation are no longer nested in a `<reports>` sub-element, but are at the same level as normal commands. * Fixed linking to files from the test results and code coverage summarizers. * Windows file separators are normalized to a forward slash by recipe commands (thereby also fixing linking to the repository browser from report summaries). * Paths using backslashes as file separators are now recognized in build logs in the web interface, and linked to the repository browser. * The `generator` column in the build log and report tables now has the qualified name of the recipe command that generated the log messages or report data. * There's a database upgrade script to fix file separator normalization and generator values for existing reports and build logs.
author cmlenz
date Tue, 20 Sep 2005 22:16:41 +0000
parents 634be6cbb808
children 7429be6b5720
rev   line source
163
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
1 Copyright (C) 2005 Christopher Lenz
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
2 All rights reserved.
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
3
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
4 Redistribution and use in source and binary forms, with or without
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
5 modification, are permitted provided that the following conditions
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
6 are met:
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
7
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
8 1. Redistributions of source code must retain the above copyright
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
9 notice, this list of conditions and the following disclaimer.
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
10 2. Redistributions in binary form must reproduce the above copyright
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
11 notice, this list of conditions and the following disclaimer in
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
12 the documentation and/or other materials provided with the
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
13 distribution.
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
14 3. The name of the author may not be used to endorse or promote
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
15 products derived from this software without specific prior
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
16 written permission.
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
17
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
18 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
19 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
20 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
21 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
22 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
23 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
24 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
25 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
26 IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
27 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents:
diff changeset
28 IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright (C) 2012-2017 Edgewall Software