summaryrefslogtreecommitdiff
path: root/src/markupsafe/_speedups.c
diff options
context:
space:
mode:
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>