From d28166652c33d9f81ac63ef3767852985049462b Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 6 Jul 2021 17:40:14 -0400 Subject: [PATCH] Future proof by requesting contributions under GPLv2 or any later version --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0275be891..1ed749379 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,6 +4,7 @@ Resolves: *(direct link to the issue)* +- [ ] The code in this pull request is licensed under "GPLv2 or any later version" - [ ] I made sure the code compiles on my machine - [ ] I made sure there are no unnecessary changes in the code - [ ] I made sure the title of the PR reflects the core meaning of the issue you are solving