9f4fa3ba67
- Randomize the license header, based on examples from https://developer.wordpress.org/plugins/plugin-basics/header-requirements/, as plugins developers are likely copy-pasting them in their own plugins. - Use the php_preamble/php_system_block combo instead of hardcoding system/base64, as `system` might not be available on some WordPress deployments, and the combo has some low-hanging evasions for this case.