From 0b1d4015dd6f28b6649bbf6752be546527420a37 Mon Sep 17 00:00:00 2001 From: Brandon Wagner Date: Tue, 7 Sep 2021 11:33:39 -0500 Subject: [PATCH] chore: PR template to specify the correct license (#2801) This fixes the PR template to specify the Apache 2.0 License rather than leaving it the default "under the terms of your choice". By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cfd489ffe13..6ef56afdc68 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,4 +2,4 @@ -By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. +By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License..