diff options
author | Chris Lattner <sabre@nondot.org> | 2010-11-16 21:39:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-11-16 21:39:15 +0000 |
commit | 662497edd2aa71cc9c84cd89baadc632720b3c04 (patch) | |
tree | 6d234e1f554dbfea5a36c1c3edbf1947c8412e26 | |
parent | 28dbbe0596878c12e13507aad6b40d33e5a8fa20 (diff) | |
download | external_libcxx-662497edd2aa71cc9c84cd89baadc632720b3c04.tar.gz external_libcxx-662497edd2aa71cc9c84cd89baadc632720b3c04.tar.bz2 external_libcxx-662497edd2aa71cc9c84cd89baadc632720b3c04.zip |
add a credits file for libc++
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@119390 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | CREDITS.TXT | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CREDITS.TXT b/CREDITS.TXT new file mode 100644 index 000000000..7f3de7438 --- /dev/null +++ b/CREDITS.TXT @@ -0,0 +1,15 @@ +This file is a partial list of people who have contributed to the LLVM/libc++ +project. If you have contributed a patch or made some other contribution to +LLVM/libc++, please submit a patch to this file to add yourself, and it will be +done! + +The list is sorted by surname and formatted to allow easy grepping and +beautification by scripts. The fields are: name (N), email (E), web-address +(W), PGP key ID and fingerprint (P), description (D), and snail-mail address +(S). + +N: Howard Hinnant +E: hhinnant@apple.com +D: Architect and primary author of libc++ + + |