summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2007-07-16 17:56:40 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2007-07-16 17:56:40 +0000
commitf5c3d4e1bf130a15ba8eec051850ca9fc724eb2b (patch)
treea67f3567c845c83db506f67e1f0b343d26617e6a
parent9705650f2e6dcf8a5673a509c9d85bcd135018c2 (diff)
downloadqpid-python-f5c3d4e1bf130a15ba8eec051850ca9fc724eb2b.tar.gz
clean up
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556680 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/NOTICE24
1 files changed, 15 insertions, 9 deletions
diff --git a/cpp/NOTICE b/cpp/NOTICE
index 03db339353..f0e8421ac1 100644
--- a/cpp/NOTICE
+++ b/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.