From 07ddfa1430f0f9572497476812db2c24476f4bb0 Mon Sep 17 00:00:00 2001 From: Nobuyuki Kubota Date: Sun, 15 Feb 2015 16:41:06 -0800 Subject: [PATCH] Add a list of contributors in README.md and remove AUTHORS file This commit also adds AUTHORS and ChangeLog to .gitignore. ChangeLog is only used by autoconf/automake and it has a quite strict format. Since msgpack-c's change log is now written in Markdown, it's difficult to follow the ChangeLog format. So, unlike README.md, bootstrap doesn't copy CHANGELOG.md to ChangeLog. --- .gitignore | 2 ++ AUTHORS | 57 ------------------------------------------------------ README.md | 2 ++ 3 files changed, 4 insertions(+), 57 deletions(-) delete mode 100644 AUTHORS diff --git a/.gitignore b/.gitignore index 3328fdce..40f5e0af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # Files generated by the bootstrap script. /INSTALL +/AUTHORS +/ChangeLog /NEWS /README /ac/ diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 42c186a1..00000000 --- a/AUTHORS +++ /dev/null @@ -1,57 +0,0 @@ -Authors in no particular order, as {name, github user, email}: - -Original Author: -Furuhashi Sadayuki frsyuki frsyuki users sourceforge jp - - -Takatoshi Kondo redboltz redboltz gmail com -Fuji Goro gfx gfuji cpan org -Tokuhiro Matsuno tokuhirom - -Inada Naoki methane - -Muga Nishizawa muga - -Hideyuki Tanaka tanakh tanaka hideyuki gmail com -Nobuyuki Kubota nobu-k nobu k jp github gmail com -Makamaka Hannyaharamitu makamaka - -Kazuki Ohta kzk kazuki ohta gmail com -Moriyoshi Koizumi moriyoshi mozo mozo jp -Kazuki Oikawa kazuki k oikw org -- advect - -Damian Gryski dgryski damian gryski com -Taro L. Saito xerial leo xerial org -Haneef Mubarak haneefmubarak - -Thiago de Arruda tarruda - -Jakob Petsovits jpetso jpetso gmx at -Yuto Hayamizu hayamiz y hayamizu gmail com -Vladimir Volodko vvolodko - -Nicolas Despres nicolasdespres nicolas despres gmail com -Dirkjan Bussink dbussink d bussink gmail com -Masahiro Nakagawa repeatedly repeatedly gmail com -Kenichi Aramaki firewood - -Kazuho Oku kazuho kazuho natadeco co -Naoya Watabiki watabiki - -Mizuno Hiroki mzp mzp ocaml jp -Eric Liang ericliang eric l 2046 gmail com -Kouhei Sutou kou kou clear code com -Dror Levin spatz - -Keiji Muraishi kjim keiji muraishi gmail com -- tbeu - -Hans Duedal duedal hd onlinecity dk -Paul Colomiets tailhook - -Uli Kohler ulikoehler ukoehloer btronik de -Jens Alfke snej - -Norio Kobota nori0428 nori 0428 gmail com -Hong Wu xunzhang xunzhangthu gmail com -Drew Crawford drewcrawford drew sealedabstract com -- mogemimi - -Watson Song watsonsong watsonsong foxmail com -Felipe Oliveira Carvalho philix felipekde gmail com -- claws - -- xanxys - -Daiki Ueno ueno - -- shafik - -Brian Shirai brixen brixen gmail com -Scott Prager splinterofchaos splinterofchaos gmail com -Brian Ketelsen bketelsen bketelsen gmail com -Hideyuki Takei hideyuki takehide22 gmail com -- bajamircea - -- cho45 cho45 lowreal net diff --git a/README.md b/README.md index af38fa14..9aafaf99 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,8 @@ Contributing To report an issue or send a pull request, use the [issue tracker](https://github.com/msgpack/msgpack-c/issues). +Here's the list of [great contributors](https://github.com/msgpack/msgpack-c/graphs/contributors). + License -------