Remove AGPL headers from GitHub template files

This commit is contained in:
Evan Hahn 2020-11-12 16:13:12 -06:00 committed by GitHub
parent 2977c0ca3d
commit 20a0a78ef5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 6 deletions

View file

@ -1,6 +1,3 @@
<!-- Copyright 2016-2020 Signal Messenger, LLC -->
<!-- SPDX-License-Identifier: AGPL-3.0-only -->
<!-- <!--
Please fill out this template with all the information you have. We can't do much without Please fill out this template with all the information you have. We can't do much without
both the logs and a detailed description of what you've encountered. Please do your best! both the logs and a detailed description of what you've encountered. Please do your best!

View file

@ -1,6 +1,3 @@
<!-- Copyright 2016-2020 Signal Messenger, LLC -->
<!-- SPDX-License-Identifier: AGPL-3.0-only -->
<!-- <!--
Thanks for contributing to the project! Thanks for contributing to the project!
Please help us keep this project in good shape by going through this checklist. Please help us keep this project in good shape by going through this checklist.

View file

@ -30,7 +30,9 @@ const EXTENSIONS_TO_CHECK = new Set([
'.plist', '.plist',
]); ]);
const FILES_TO_IGNORE = new Set([ const FILES_TO_IGNORE = new Set([
'ISSUE_TEMPLATE.md',
'Mp3LameEncoder.min.js', 'Mp3LameEncoder.min.js',
'PULL_REQUEST_TEMPLATE.md',
'WebAudioRecorderMp3.js', 'WebAudioRecorderMp3.js',
]); ]);