aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-02-02 12:25:14 -0800
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-02-04 01:02:19 +0000
commit08d3c6a4d37169b9e2ab105af0a781c179b65682 (patch)
tree72e50337d5e2707f97070463a4c56908a3852ed0 /tools
parent0e86ea6c57c56b26f4a526884fef035e150b4c0f (diff)
Add an initial CONTRIBUTING file.
Add a standard CONTRIBUTING file which describes how you can contribute to Wireshark. Make it Markdown with a .md extension since that's the default in the GitLab UI and elsewhere.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checklicenses.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/checklicenses.py b/tools/checklicenses.py
index 9e950c87f0..5a8dda2ba0 100755
--- a/tools/checklicenses.py
+++ b/tools/checklicenses.py
@@ -70,6 +70,9 @@ PATH_SPECIFIC_ALLOWED_LICENSES = {
'wimaxasncp/dictionary.dtd': [
'UNKNOWN',
],
+ 'CONTRIBUTING.md': [
+ 'UNKNOWN',
+ ],
'doc/': [
'UNKNOWN',
],