Files
cheatsheet-tldr/tldr/mh_copyright
2025-11-27 00:20:32 +00:00

18 lines
578 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# mh_copyright
> Adjust copyright headers for MATLAB or Octave code.
> More information: <https://florianschanda.github.io/miss_hit/copyright.html>.
- Update the year (range) to include the current year for the specified files:
`mh_copyright --primary-entity="{{entity}}" --update-year {{path/to/file_or_directory1.m path/to/file_or_director2.m ...}}`
- Update the year (range) to include the current year for all files:
`mh_copyright --primary-entity="{{entity}}" --update-year`