Proper Copyright Year in PHP files now an automated QA tasks
Hb <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.devel |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
[email protected] schrieb: > Branch : com.xaraya.qa.tests > > Changelog: > Proper Copyright Year in PHP files > Positively checks all changed PHP files against the pattern @copyright[^\n]*<currentyear>[ ] This new check ensures a current year in all committed PHP files. It is not needed and considered harmful to solely update the year without other codes changes in future.