diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-08-13 18:02:55 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-08-13 18:02:55 +0300 |
| commit | 5aa2cd156637b865ed624497abfddc90fb246d22 (patch) | |
| tree | 3005f5a710d55b5ad456047d20c2741e0a0ada0e | |
| parent | 0617d11423c92fb1490502a546973ffb5be46694 (diff) | |
| download | meson-5aa2cd156637b865ed624497abfddc90fb246d22.tar.gz | |
Added author info file and instructions on how to add names to it.
| -rw-r--r-- | authors.txt | 8 | ||||
| -rw-r--r-- | readme.txt | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/authors.txt b/authors.txt new file mode 100644 index 000000000..b247b057e --- /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 fa0db2770..5adefc43a 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 |
