summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2014-01-16 15:33:32 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2014-01-16 23:41:42 -0500
commit515a65ce0852f0f14370d8f10aecac8b3c6fb9f0 (patch)
treed20445c35ee10fd1b165f26cec9361046e6e6ef8
parent5576e7909deb123856da3debc6caf6314c4a771a (diff)
downloadpycurl-515a65ce0852f0f14370d8f10aecac8b3c6fb9f0.tar.gz
Extract authors to the authors file
-rw-r--r--AUTHORS29
-rw-r--r--src/pycurl.c32
2 files changed, 29 insertions, 32 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..fdde437
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,29 @@
+Copyright (C) 2001-2008 by Kjetil Jacobsen <kjetilja at gmail.com>
+Copyright (C) 2001-2008 by Markus F.X.J. Oberhumer <markus at oberhumer.com>
+Copyright (C) 2013-2014 by Oleg Pudeyev <oleg at bsdpower.com>
+
+Please see README, COPYING-LGPL and COPYING-MIT for license information.
+
+The following individuals contributed code to PycURL:
+
+Tino Lange <Tino.Lange at gmx.de>
+Matt King <matt at gnik.com>
+Conrad Steenberg <conrad at hep.caltech.edu>
+Amit Mongia <amit_mongia at hotmail.com>
+Eric S. Raymond <esr at thyrsus.com>
+Martin Muenstermann <mamuema at sourceforge.net>
+Domenico Andreoli <cavok at libero.it>
+Dominique <curl-and-python at d242.net>
+Paul Pacheco
+Victor Lascurain <bittor at eleka.net>
+K.S.Sreeram <sreeram at tachyontech.net>
+Jayne <corvine at gmail.com>
+Bastian Kleineidam
+Mark Eichin
+Aaron Hill <visine19 at hotmail.com>
+Daniel Pena Arteaga <dpena at ph.tum.de>
+Jim Patterson
+Yuhui H <eyecat at gmail.com>
+Nick Pilon <npilon at oreilly.com>
+Thomas Hunger <teh at camvine.org>
+Wim Lewis
diff --git a/src/pycurl.c b/src/pycurl.c
index 9612868..6e347d9 100644
--- a/src/pycurl.c
+++ b/src/pycurl.c
@@ -1,36 +1,4 @@
/* PycURL -- cURL Python module
- *
- * Authors:
- * Copyright (C) 2001-2008 by Kjetil Jacobsen <kjetilja at gmail.com>
- * Copyright (C) 2001-2008 by Markus F.X.J. Oberhumer <markus at oberhumer.com>
- * Copyright (C) 2013-2014 by Oleg Pudeyev <oleg at bsdpower.com>
- *
- * All rights reserved.
- *
- * Contributions:
- * Tino Lange <Tino.Lange at gmx.de>
- * Matt King <matt at gnik.com>
- * Conrad Steenberg <conrad at hep.caltech.edu>
- * Amit Mongia <amit_mongia at hotmail.com>
- * Eric S. Raymond <esr at thyrsus.com>
- * Martin Muenstermann <mamuema at sourceforge.net>
- * Domenico Andreoli <cavok at libero.it>
- * Dominique <curl-and-python at d242.net>
- * Paul Pacheco
- * Victor Lascurain <bittor at eleka.net>
- * K.S.Sreeram <sreeram at tachyontech.net>
- * Jayne <corvine at gmail.com>
- * Bastian Kleineidam
- * Mark Eichin
- * Aaron Hill <visine19 at hotmail.com>
- * Daniel Pena Arteaga <dpena at ph.tum.de>
- * Jim Patterson
- * Yuhui H <eyecat at gmail.com>
- * Nick Pilon <npilon at oreilly.com>
- * Thomas Hunger <teh at camvine.org>
- * Wim Lewis
- *
- * See file README for license information.
*/
#if (defined(_WIN32) || defined(__WIN32__)) && !defined(WIN32)