However, it also requires a change to the phpBB/develop/ files, the test files and the coding guidelines as well as the core files.
The coding guidelines need an update on Line 216 and 2414 but any new files that are added to olympus need to have the new header block as the patch for headers in 3.1 is only being applied once in 3.1
So Oleg's propsal was:
- Tests and phpBB/develop, as neither are distributed, should have the changes applied to their headers in olympus.
- The Coding Guidelines would have the changes applied in the two locations in olympus for new files added, however, on a not development related note, this would require any newly submitted modifications to have this new header section (unless an exception is added to the policies) as they have to follow coding guidelines, but not sure how much of an issue this could be seen as.
- The other main distributed core files would be changed in 3.1
IRC Conversation: https://gist.github.com/d5636019613ccc9c8888
Ticket: http://tracker.phpbb.com/browse/PHPBB3-9916
Original PR for 3.1: https://github.com/phpbb/phpbb3/pull/509