Properly licensing a plugin that uses Apache 2.0 licensed code
Am developing a plugin that I would like to submit to the WordPress.org repo. It's dependent on Apache License 2.0 code, so I know I should license my plugin with GPLv3 - it's allowed.
So, how do I properly license my plugin? Obviously I should include License: GPLv3 in my plugin's header, but it feels like there's more I should do. What else should I do?
Topic plugin-repository plugin-development licensing Wordpress
Category Web