[PATCH] D90845: [libunwind] Create CREDITS.TXT file

Victor Campos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 05:59:25 PST 2020


vhscampos created this revision.
Herald added projects: LLVM, libunwind.
Herald added subscribers: libcxx-commits, llvm-commits.
Herald added a reviewer: libunwind.
vhscampos requested review of this revision.

The libunwind subproject does not have a CREDITS.TXT file. This file is
present in many of the other subprojects and is also referenced in
libunwind's very own LICENSE.TXT.

This patch bootstraps this file so that contributors may add their own
entry to it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90845

Files:
  libunwind/CREDITS.TXT


Index: libunwind/CREDITS.TXT
===================================================================
--- /dev/null
+++ libunwind/CREDITS.TXT
@@ -0,0 +1,9 @@
+This file is a partial list of people who have contributed to the LLVM/libunwind
+project. If you have contributed a patch or made some other contribution to
+LLVM/libunwind, 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).


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90845.303094.patch
Type: text/x-patch
Size: 639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201105/b41985c9/attachment.bin>


More information about the llvm-commits mailing list