diff options
author | Péter Dimitrov <[email protected]> | 2018-03-28 10:08:57 +0200 |
---|---|---|
committer | Péter Dimitrov <[email protected]> | 2018-03-28 10:19:38 +0200 |
commit | f7282fb29441586b108c439f1628c19aaafa9555 (patch) | |
tree | e6400e174c8bda555619b0ecbcb46663c38f62e6 | |
parent | 5e08fcceb9f40d4d8213ae4794b5366088b62550 (diff) | |
download | otp-f7282fb29441586b108c439f1628c19aaafa9555.tar.gz otp-f7282fb29441586b108c439f1628c19aaafa9555.tar.bz2 otp-f7282fb29441586b108c439f1628c19aaafa9555.zip |
ftp,tftp: Add AUTHORS to ftp and tftp
Change-Id: Ie0f52e82484462f8f7ec58c37ce16081af432797
-rw-r--r-- | lib/ftp/AUTHORS | 11 | ||||
-rw-r--r-- | lib/tftp/AUTHORS | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/lib/ftp/AUTHORS b/lib/ftp/AUTHORS new file mode 100644 index 0000000000..88dcbf602a --- /dev/null +++ b/lib/ftp/AUTHORS @@ -0,0 +1,11 @@ +Original Authors: + +Peter Högfeldt - first version of ftp + +Contributors: + +Ingela Anderton Andin +Martin Gustafsson +Johan Blom +Torbjörn Törnkvist +Joe Armstrong
\ No newline at end of file diff --git a/lib/tftp/AUTHORS b/lib/tftp/AUTHORS new file mode 100644 index 0000000000..71fc97c4e0 --- /dev/null +++ b/lib/tftp/AUTHORS @@ -0,0 +1,11 @@ +Original Authors: + +Håkan Mattsson - tftp + +Contributors: + +Ingela Anderton Andin +Martin Gustafsson +Johan Blom +Torbjörn Törnkvist +Joe Armstrong
\ No newline at end of file |