Skip to content

Commit 9c14303

Browse files
committed
Use standard licence text and SPDX identifier.
1 parent 0f4ecfc commit 9c14303

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

LICENSE

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Copyright (c) 2013-2021 Aymeric Augustin and contributors.
2-
All rights reserved.
1+
Copyright (c) Aymeric Augustin and contributors
32

43
Redistribution and use in source and binary forms, with or without
54
modification, are permitted provided that the following conditions are met:
@@ -9,9 +8,9 @@ modification, are permitted provided that the following conditions are met:
98
* Redistributions in binary form must reproduce the above copyright notice,
109
this list of conditions and the following disclaimer in the documentation
1110
and/or other materials provided with the distribution.
12-
* Neither the name of websockets nor the names of its contributors may
13-
be used to endorse or promote products derived from this software without
14-
specific prior written permission.
11+
* Neither the name of the copyright holder 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.
1514

1615
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1716
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
url="https://github.com/aaugustin/websockets",
3939
author="Aymeric Augustin",
4040
author_email="[email protected]",
41-
license="BSD",
41+
license="BSD-3-Clause",
4242
classifiers=[
4343
"Development Status :: 5 - Production/Stable",
4444
"Environment :: Web Environment",

0 commit comments

Comments
 (0)