yegor256 / cam

Classes and Metriсs (CaM): a dataset of Java classes from public open-source GitHub repositories
http://cam.yegor256.com
MIT License
23 stars 38 forks source link

Fix copyright years #314

Closed timur-harin closed 5 months ago

timur-harin commented 5 months ago

@yegor256 Studying the details of the project, I noticed that despite the fact that a check for years in the file copyright was added, there were still files with incorrect copyright, I suggest that you fix it

These files:

Original issue https://github.com/yegor256/cam/issues/189 and fix from PR https://github.com/yegor256/cam/pull/305

timur-harin commented 5 months ago

@yegor256 Please see PR #315

timur-harin commented 5 months ago

@yegor256 I solved this issue, details inside the same PR #315

timur-harin commented 5 months ago

@yegor256 Close this issue because PR #315 was merged