This is an automated email from the ASF dual-hosted git repository. bartmaer pushed a commit to branch bamaer-pr-template-typo in repository https://gitbox.apache.org/repos/asf/hop.git
commit 00ef7a6552fc81dbc0d8e48f0faccc355430f3f5 Author: Bart Maertens <[email protected]> AuthorDate: Sat Jan 14 17:18:55 2023 +0100 fixed typo licenced -> licensed --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 856564e38b..6d2456a390 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,5 +10,5 @@ Thank you for your contribution! Follow this checklist to help us incorporate yo To make clear that you license your contribution under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) you have to acknowledge this by using the following check-box. -- [ ] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) -- [ ] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). \ No newline at end of file +- [ ] I hereby declare this contribution to be licensed under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) +- [ ] In any other case, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
