aboutsummaryrefslogtreecommitdiff
path: root/src/markupsafe/_speedups.c
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2019-02-23 14:20:43 -0800
committerDavid Lord <davidism@gmail.com>2019-02-23 14:20:43 -0800
commit79ee6ce0ed93c6da73512f069d7db866d955df04 (patch)
treedd71d1cf1af60fece9884e8044eaa7bca5713f53 /src/markupsafe/_speedups.c
parent12fa6db477f85db97d42f334acf20f7b63d1219d (diff)
downloadmarkupsafe-79ee6ce0ed93c6da73512f069d7db866d955df04.tar.gz
update license data
Diffstat (limited to 'src/markupsafe/_speedups.c')
-rw-r--r--src/markupsafe/_speedups.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/markupsafe/_speedups.c b/src/markupsafe/_speedups.c
index b27435e..12d2c4a 100644
--- a/src/markupsafe/_speedups.c
+++ b/src/markupsafe/_speedups.c
@@ -5,8 +5,8 @@
* C implementation of escaping for better performance. Used instead of
* the native Python implementation when compiled.
*
- * :copyright: © 2010 by the Pallets team.
- * :license: BSD, see LICENSE for more details.
+ * :copyright: 2010 Pallets
+ * :license: BSD-3-Clause
*/
#include <Python.h>