summaryrefslogtreecommitdiff
path: root/qpid/cpp/NOTICE
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2007-07-16 17:56:59 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2007-07-16 17:56:59 +0000
commitc3af220708b1b06a0562ff61a83589f15177c3ed (patch)
treeb78a0ade28c02fbfdb79bbc17a163dffea070ab8 /qpid/cpp/NOTICE
parentd07b3bb1c8adc60e2d097d0c504c39ee0abecc3b (diff)
downloadqpid-python-c3af220708b1b06a0562ff61a83589f15177c3ed.tar.gz
clean up
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@556681 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/NOTICE')
-rw-r--r--qpid/cpp/NOTICE24
1 files changed, 15 insertions, 9 deletions
diff --git a/qpid/cpp/NOTICE b/qpid/cpp/NOTICE
index 03db339353..f0e8421ac1 100644
--- a/qpid/cpp/NOTICE
+++ b/qpid/cpp/NOTICE
@@ -15,18 +15,24 @@ 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.
+Project dependancies:
+ * apr version 1.2.7 under the Apache Software License, Version 2.0, and
+ can be downloded from http://apr.apache.org
+
+ * boost vesrion 1.33.1 or later under the Boost Software License, and
+ can be downloaded from http://www.boost.org
+ - 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
+ * cppunit version 1.11.4 under LGPL, and can be downloaded from
+ <http://cppunit.sourceforge.net>
+ - 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.
+
+ * libdaemon version 0.10 under LGPL and can be downloaded from
+ http://www.stud.uni-hamburg.de/users/lennart/projects/libdaemon
+ -Optional module detected by configure scripts if present to create
+ daemon process.