(filename)
| 474 | ################################################################################ |
| 475 | |
| 476 | def get_git_change_year_range(filename): |
| 477 | years = get_git_change_years(filename) |
| 478 | return min(years), max(years) |
| 479 | |
| 480 | ################################################################################ |
| 481 | # check for existing core copyright |
no test coverage detected