Skip to content

Commit 2025aab

Browse files
committed
Ship actual license file, use BSD-3-Clause
"BSD LICENSE" is nowhere near precise enough to be a proper license. So go with the 3-clause version.
1 parent 35234d6 commit 2025aab

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

LICENSE

+25-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
BSD LICENSE
1+
Copyright (c) 2014-2017 aioamqp's authors (see AUTHORS.rst)
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions
5+
are met:
6+
1. Redistributions of source code must retain the above copyright
7+
notice, this list of conditions and the following disclaimer.
8+
2. Redistributions in binary form must reproduce the above copyright
9+
notice, this list of conditions and the following disclaimer in the
10+
documentation and/or other materials provided with the distribution.
11+
3. Neither the name of the University nor the names of its contributors
12+
may be used to endorse or promote products derived from this software
13+
without specific prior written permission.
14+
15+
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
16+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18+
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
19+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21+
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25+
SUCH DAMAGE.

docs/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Aioamqp next
77
* Fix server cancel handling (closes #95).
88
* Send "close ok" method on server-initiated close.
99
* Validate internal state before trying to send messages.
10+
* Clarify which BSD license we actually use (3-clause).
1011

1112
Aioamqp 0.8.2
1213
-------------

0 commit comments

Comments
 (0)