summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-08-27 10:11:31 +0000
committerRobert Gemmell <robbie@apache.org>2014-08-27 10:11:31 +0000
commitdbdb3105a77ede3254b9f1abd64c9c8bf99d77fa (patch)
treef8e01ca5252f2d94e4f0749f8d3714ea5251a87d /qpid/python
parentb777958d9a37a1b1b3fbae77a4272a4738849dcf (diff)
downloadqpid-python-dbdb3105a77ede3254b9f1abd64c9c8bf99d77fa.tar.gz
QPID-5813: fix up LICENSE + NOTICE etc files
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1620850 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
-rw-r--r--qpid/python/NOTICE.txt23
-rw-r--r--qpid/python/RELEASE_NOTES12
2 files changed, 4 insertions, 31 deletions
diff --git a/qpid/python/NOTICE.txt b/qpid/python/NOTICE.txt
index 32ccdb70c4..4175a06c99 100644
--- a/qpid/python/NOTICE.txt
+++ b/qpid/python/NOTICE.txt
@@ -1,20 +1,5 @@
-=========================================================================
-== 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.txt 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
-
-
+Apache Qpid Python Client
+Copyright 2006-2014 The Apache Software Foundation
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
diff --git a/qpid/python/RELEASE_NOTES b/qpid/python/RELEASE_NOTES
deleted file mode 100644
index 59c93ac3c6..0000000000
--- a/qpid/python/RELEASE_NOTES
+++ /dev/null
@@ -1,12 +0,0 @@
-Apache Qpid Python 0.8 Release Notes
-------------------------------
-
-The Qpid 0.8 release of the python client contains support the for both
- 0-8 and 0-10 of the AMQP specification as well as support for the
-non-WIP portion of the 0-9 specification. You can access these
-specifications from:
-
-http://www.amqp.org/confluence/display/AMQP/AMQP+Specification
-
-The README file provided contains some details on installing and using
-the python client that is included with this distribution.