util: add update-copyright utility to update copyright on commits
authorCiro Santilli <ciro.santilli@arm.com>
Fri, 2 Oct 2020 12:52:47 +0000 (13:52 +0100)
committerCiro Santilli <ciro.santilli@arm.com>
Thu, 5 Nov 2020 11:38:13 +0000 (11:38 +0000)
commitb6a35f3c99097d42680b1f0d34bc64c4f86dc7d7
tree762da19084c855c0db3fde1312b3501b353d6fe7
parentdfc64880fe7450cf277d555ba5a8d0ece8e2013a
util: add update-copyright utility to update copyright on commits

The utility can automatically update copyright for the chosen
organization on all files touched in the selected range of git commits.

Change-Id: I4e1803e53f4530f88fb344f56e08ea29fbfcd41d
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/35535
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
CONTRIBUTING.md
util/update-copyright.py [new file with mode: 0755]
util/update_copyright/__init__.py [new file with mode: 0644]
util/update_copyright/requirements.txt [new file with mode: 0644]
util/update_copyright/test/__init__.py [new file with mode: 0644]
util/update_copyright/test/test_copyright.py [new file with mode: 0644]