From 5aa2cd156637b865ed624497abfddc90fb246d22 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Wed, 13 Aug 2014 18:02:55 +0300 Subject: Added author info file and instructions on how to add names to it. --- authors.txt | 8 ++++++++ readme.txt | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 authors.txt diff --git a/authors.txt b/authors.txt new file mode 100644 index 0000000..b247b05 --- /dev/null +++ b/authors.txt @@ -0,0 +1,8 @@ +Authors of Meson build system + +Meson was originally designed and created by Jussi Pakkanen. + + +The following people have submitted patches for the project + +Peter Koval diff --git a/readme.txt b/readme.txt index fa0db27..5adefc4 100644 --- a/readme.txt +++ b/readme.txt @@ -52,7 +52,8 @@ Contributing We love community contributions. There are two simple ways to submit your patches. The preferred way is to send a github pull request. You can -also send patches as emails to the Meson mailing list. +also send patches as emails to the Meson mailing list. Remember to add +your name to the list of contributors in authors.txt. Further info -- cgit v1.1