summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2010-06-22 19:39:32 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2010-06-22 19:39:32 +0200
commit26aefac16b0288d4315144268b35c9963d73312c (patch)
tree543dc15aa792caebde56d93b2e44e268b5fc889c
parent5f6f3dfe2a19cb21a74f6f22c57b5345df175aa3 (diff)
downloadmarkupsafe-26aefac16b0288d4315144268b35c9963d73312c.tar.gz
Added copyright entry for Georg, but there are surely more involved
-rw-r--r--AUTHORS12
-rw-r--r--LICENSE3
-rw-r--r--MANIFEST.in2
3 files changed, 15 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..b59af73
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,12 @@
+MarkupSafe is written and maintained by Armin Ronacher and
+various contributors:
+
+Development Lead
+````````````````
+
+- Armin Ronacher <armin.ronacher@active-4.com>
+
+Patches and Suggestions
+```````````````````````
+
+- Georg Brandl
diff --git a/LICENSE b/LICENSE
index 5ae5ef6..5d26938 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,5 @@
-Copyright (c) 2010 by Armin Ronacher.
+Copyright (c) 2010 by Armin Ronacher and contributors. See AUTHORS
+for more details.
Some rights reserved.
diff --git a/MANIFEST.in b/MANIFEST.in
index 34d60c3..e659871 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,2 @@
-include LICENSE README
+include LICENSE README AUTHORS
recursive-include markupsafe *.c