From be59a72cb47e68eb54971f7b90eca24314a227a8 Mon Sep 17 00:00:00 2001
From: Fabrice Luraine <16@asciiland.net>
Date: Mon, 21 Sep 2015 15:22:06 +0200
Subject: [PATCH] In AUTHORS file, add the git command line to list all
contributors of the project. Thanks to all !
---
AUTHORS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/AUTHORS b/AUTHORS
index b672862..62386af 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,4 @@
Limonade was designed and developed by Fabrice Luraine .
The limonade logo and other design stuffs were created by MiniMau .
+
+All contributors: `git log --format='%aN' | sort -u`.