diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-11 13:19:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-11 13:19:37 -0400 |
commit | f7949a440f1356e08550d26da5c5749fa35f5b3d (patch) | |
tree | 46a2f90be5f84d57b6057bc71396b15d8a45e8e1 /Makefile.am | |
parent | 51f65c185ed88576ab15b66babcbdf3a6553ef71 (diff) | |
download | tor-f7949a440f1356e08550d26da5c5749fa35f5b3d.tar.gz tor-f7949a440f1356e08550d26da5c5749fa35f5b3d.zip |
Add a CONTRIBUTING file
This file contains pointers to other important top-level resources,
and some info about acceptable licenses. Also, add that info to
CodingStandards.md
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 97a39031a9..58ff9fb3e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,6 +38,7 @@ include contrib/include.am EXTRA_DIST+= \ ChangeLog \ + CONTRIBUTING \ INSTALL \ LICENSE \ Makefile.nmake \ |