From 869b12f3b5ccaf86a66cc4545045959343665643 Mon Sep 17 00:00:00 2001 From: Dustin Rodrigues Date: Sun, 6 Sep 2020 17:03:20 -0400 Subject: [PATCH] update PR template to match license --- .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 d461389b1..0454d1aed 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request -- [ ] I agree to contribute to the project under OpenCV (BSD) License. +- [ ] I agree to contribute to the project under Apache 2 License. - [ ] To the best of my knowledge, the proposed patch is not based on a code under GPL or other license that is incompatible with OpenCV - [ ] The PR is proposed to proper branch - [ ] There is reference to original bug report and related work