1,134
edits
m (Mark items done) |
m (Mark items done) |
||
Line 50: | Line 50: | ||
<ul> | <ul> | ||
<li><p>Update copyright statements for all source controlled files.</p> | <li> <strike> <p>Update copyright statements for all source controlled files.</p> | ||
<p>Command to update copyright notifications</p> | <p>Command to update copyright notifications</p> | ||
<p><code>hg locate | xargs sed -i 's/Copyright (C) \([0-9][0-9][0-9][0-9]\)-2023 The Octave Project Developers/Copyright (C) \1-2024 The Octave Project Developers/; s/Copyright (C) 2023 The Octave Project Developers/Copyright (C) 2023-2024 The Octave Project Developers/'</code></p> | <p><code>hg locate | xargs sed -i 's/Copyright (C) \([0-9][0-9][0-9][0-9]\)-2023 The Octave Project Developers/Copyright (C) \1-2024 The Octave Project Developers/; s/Copyright (C) 2023 The Octave Project Developers/Copyright (C) 2023-2024 The Octave Project Developers/'</code></p> | ||
<p>Command to check results before checking in</p> | <p>Command to check results before checking in</p> | ||
<p><code>hg diff | grep ^[-+][^-+] | sed 's/[0-9][0-9][0-9][0-9]-/YYYY-/' | sort -u</code></p></li> | <p><code>hg diff | grep ^[-+][^-+] | sed 's/[0-9][0-9][0-9][0-9]-/YYYY-/' | sort -u</code></p></li> | ||
<li><p>Update dates in any other locations (<code>CITATION</code>, MXE <code>README.html</code> file).</p></li> | <li><p>Update dates in any other locations (<code>CITATION</code>, MXE <code>README.html</code> file).</p> </strike> </li> | ||
<li><p>Add any new contributors to <code>doc/interpreter/contributors.in</code> who wish to be mentioned (don’t add them without permission).</p></li></ul> | <li><p>Add any new contributors to <code>doc/interpreter/contributors.in</code> who wish to be mentioned (don’t add them without permission).</p></li></ul> | ||
edits