blob: 03db339353628064c9fdeb3351f843db674da2b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
=========================================================================
== NOTICE file corresponding to the section 4 d of ==
== the Apache License, Version 2.0, ==
== in this case for the Apache Qpid distribution. ==
=========================================================================
This product includes software developed by the Apache Software Foundation
(http://www.apache.org/).
Please read the LICENSE file present in the root directory of this
distribution.
Aside from contributions to the Apache Qpid project, this software also
includes (binary only):
- None at this time
Project dependancies
* apr <http://apr.apache.org> 1.2.7) Apache License, Version 2.0
* boost <http://www.boost.org> (1.33.1 or later) Boost Software License
Included in most OS platfroms by defualt.
Optional modules:
* cppunit <http://cppunit.sourceforge.net> (1.11.4) LGPL
Only required to run some of the tests. Not required by any of the
executables. Python is used for most of the tests.
* libdaemon <http://www.stud.uni-hamburg.de/users/lennart/projects/libdaemon> (0.10) LGPL
Optional module detected by configure scripts if present to create daemon
process.
|