Remove AGPL headers from GitHub template files
This commit is contained in:
3
.github/ISSUE_TEMPLATE.md
vendored
3
.github/ISSUE_TEMPLATE.md
vendored
@@ -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!
|
||||
|
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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.
|
||||
|
@@ -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',
|
||||
]);
|
||||
|
||||
|
Reference in New Issue
Block a user