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
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!
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',
]);
const FILES_TO_IGNORE = new Set([
'ISSUE_TEMPLATE.md',
'Mp3LameEncoder.min.js',
'PULL_REQUEST_TEMPLATE.md',
'WebAudioRecorderMp3.js',
]);